2023-11-15T06:37:25.062 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T06:37:25.063 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658 --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/orig.config.yaml 2023-11-15T06:37:25.098 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:37:25.181 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658 branch: wip-yuri4-testing-2023-11-13-0820-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: '7458658' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T06:37:25.181 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T06:37:25.182 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T06:37:25.183 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T06:37:25.184 INFO:teuthology.task.internal:Checking packages... 2023-11-15T06:37:25.209 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T06:37:25.209 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T06:37:25.209 INFO:teuthology.packaging:ref: None 2023-11-15T06:37:25.210 INFO:teuthology.packaging:tag: None 2023-11-15T06:37:25.210 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T06:37:25.210 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:37:25.211 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T06:37:25.429 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170-g620f25c1-1bionic 2023-11-15T06:37:25.429 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T06:37:25.438 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T06:37:25.438 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T06:37:25.464 INFO:teuthology.task.internal:Saving configuration 2023-11-15T06:37:25.478 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T06:37:25.486 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:37:25.509 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:31:55.440714', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T06:37:25.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:31:55.439594', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T06:37:25.532 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T06:37:25.538 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T06:37:25.538 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T06:37:25.539 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T06:37:25.613 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcb4f3d5af0>, signals=[15]) 2023-11-15T06:37:25.614 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T06:37:25.619 INFO:teuthology.task.internal:Opening connections... 2023-11-15T06:37:25.619 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:37:25.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:37:25.696 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T06:37:25.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:37:25.770 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T06:37:25.777 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-11-15T06:37:25.820 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-11-15T06:37:25.820 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-11-15T06:37:25.868 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2023-11-15T06:37:25.869 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T06:37:25.869 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2023-11-15T06:37:25.869 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2023-11-15T06:37:25.869 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T06:37:25.869 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="18.04" 2023-11-15T06:37:25.870 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T06:37:25.870 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T06:37:25.870 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T06:37:25.870 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T06:37:25.870 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=bionic 2023-11-15T06:37:25.871 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=bionic 2023-11-15T06:37:25.871 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-11-15T06:37:25.899 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-15T06:37:25.906 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-15T06:37:25.908 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-15T06:37:25.957 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2023-11-15T06:37:25.957 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T06:37:25.957 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2023-11-15T06:37:25.958 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2023-11-15T06:37:25.958 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T06:37:25.958 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="18.04" 2023-11-15T06:37:25.958 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T06:37:25.959 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T06:37:25.959 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T06:37:25.959 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T06:37:25.959 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=bionic 2023-11-15T06:37:25.959 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=bionic 2023-11-15T06:37:25.960 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-15T06:37:25.982 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T06:37:25.992 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T06:37:25.999 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T06:37:26.000 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-11-15T06:37:26.004 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-15T06:37:26.010 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T06:37:26.049 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T06:37:26.050 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-11-15T06:37:26.053 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-15T06:37:26.151 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T06:37:26.211 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T06:37:26.225 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T06:37:26.226 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T06:37:26.227 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T06:37:26.228 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T06:37:26.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:37:26.233 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-11-15T06:37:26.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:37:26.234 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T06:37:26.280 INFO:teuthology.orchestra.run.smithi134.stdout:4.15.0-200-generic 2023-11-15T06:37:26.281 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.15.0-200-generic 2023-11-15T06:37:26.281 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-11-15T06:37:26.282 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-200-generic 2023-11-15T06:37:26.283 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.15.0-200-generic 2023-11-15T06:37:26.283 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2023-11-15T06:37:26.382 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2023-11-15T06:37:26.384 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-11-15T06:37:26.516 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T06:37:26.550 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T06:37:26.555 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T06:37:26.635 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T06:37:26.646 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T06:37:26.657 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T06:37:26.728 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T06:37:26.772 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T06:37:26.876 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T06:37:26.895 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T06:37:26.908 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T06:37:26.912 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T06:37:26.924 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T06:37:26.925 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T06:37:26.926 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T06:37:26.938 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T06:37:26.948 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T06:37:26.951 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T06:37:26.952 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T06:37:26.952 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T06:37:27.045 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T06:37:27.048 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T06:37:27.067 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T06:37:27.072 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T06:37:27.072 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T06:37:27.085 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T06:37:27.087 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T06:37:27.104 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T06:37:27.125 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T06:37:27.129 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T06:37:27.129 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T06:37:27.130 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T06:37:27.130 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T06:37:27.130 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T06:37:27.131 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T06:37:27.131 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T06:37:27.198 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T06:37:27.199 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T06:37:27.561 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T06:37:27.649 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T06:37:27.683 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T06:37:27.697 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T06:37:27.698 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T06:37:27.743 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T06:37:27.748 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T06:37:27.785 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T06:37:27.786 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T06:37:27.802 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T06:37:27.833 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T06:37:27.834 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T06:37:27.837 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T06:37:27.876 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T06:37:27.910 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T06:37:27.915 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T06:37:28.003 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T06:37:28.080 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T06:37:28.162 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T06:37:28.519 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T06:37:28.521 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T06:37:28.524 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T06:37:28.524 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T06:37:28.533 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T06:37:28.540 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T06:37:28.542 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T06:37:29.677 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 20.1 MB in 3s (6,631 kB/s) 2023-11-15T06:37:29.804 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 20.1 MB in 3s (6,332 kB/s) 2023-11-15T06:37:31.386 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-11-15T06:37:31.439 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T06:37:31.505 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T06:37:31.523 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-11-15T06:37:31.557 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T06:37:31.640 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T06:37:31.801 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-11-15T06:37:31.802 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-11-15T06:37:31.909 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2023-11-15T06:37:31.909 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2023-11-15T06:37:32.019 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2023-11-15T06:37:32.020 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T06:37:32.020 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T06:37:32.020 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T06:37:32.022 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2023-11-15T06:37:32.022 INFO:teuthology.orchestra.run.smithi134.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T06:37:32.022 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2023-11-15T06:37:32.022 INFO:teuthology.orchestra.run.smithi134.stdout: thermald 2023-11-15T06:37:32.079 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2023-11-15T06:37:32.080 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T06:37:32.080 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T06:37:32.080 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T06:37:32.082 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages will be upgraded: 2023-11-15T06:37:32.082 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T06:37:32.129 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2023-11-15T06:37:32.129 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T06:37:32.129 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T06:37:32.130 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T06:37:32.131 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2023-11-15T06:37:32.132 INFO:teuthology.orchestra.run.smithi143.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T06:37:32.132 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2023-11-15T06:37:32.132 INFO:teuthology.orchestra.run.smithi143.stdout: thermald 2023-11-15T06:37:32.211 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2023-11-15T06:37:32.211 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T06:37:32.211 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T06:37:32.212 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T06:37:32.213 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages will be upgraded: 2023-11-15T06:37:32.214 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T06:37:32.272 INFO:teuthology.orchestra.run.smithi143.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T06:37:32.272 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 67.4 MB of archives. 2023-11-15T06:37:32.273 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T06:37:32.273 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-11-15T06:37:32.563 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-11-15T06:37:32.667 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-11-15T06:37:33.066 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T06:37:33.067 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-15T06:37:33.067 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-11-15T06:37:33.194 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-11-15T06:37:33.208 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-15T06:37:33.972 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 67.4 MB in 1s (69.2 MB/s) 2023-11-15T06:37:34.187 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T06:37:35.127 INFO:teuthology.orchestra.run.smithi143.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-11-15T06:37:35.132 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:35.191 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:36.882 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T06:37:36.896 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:37.007 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:37.518 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T06:37:37.530 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:37.568 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:38.299 INFO:teuthology.orchestra.run.smithi134.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T06:37:38.300 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 67.4 MB of archives. 2023-11-15T06:37:38.300 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T06:37:38.300 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-11-15T06:37:38.622 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-11-15T06:37:38.730 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-11-15T06:37:39.200 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T06:37:39.201 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-15T06:37:39.201 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-11-15T06:37:39.330 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-11-15T06:37:39.345 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-15T06:37:40.063 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 67.4 MB in 7s (9,305 kB/s) 2023-11-15T06:37:40.243 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T06:37:41.216 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-11-15T06:37:41.219 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:41.288 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:41.409 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:41.517 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:41.809 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:41.937 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:42.265 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T06:37:42.281 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T06:37:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T06:37:43.048 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T06:37:43.061 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:43.159 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:43.701 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T06:37:43.716 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:43.759 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:46.965 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T06:37:46.987 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:47.032 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:47.562 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:47.688 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:48.006 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:48.158 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:48.461 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T06:37:48.477 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T06:37:48.520 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T06:37:49.451 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:49.562 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:49.886 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:50.501 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:50.992 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:37:50.992 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T06:37:50.992 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:37:50.993 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T06:37:51.120 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:51.655 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T06:37:51.781 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T06:37:51.924 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:52.050 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T06:37:52.176 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T06:37:52.294 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:52.507 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T06:37:52.507 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:37:53.210 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T06:37:53.233 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T06:37:53.268 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:55.709 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T06:37:55.837 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T06:37:56.143 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:56.734 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:57.229 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:37:57.229 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T06:37:57.229 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:37:57.229 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T06:37:57.361 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:57.913 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T06:37:58.022 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T06:37:58.148 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:58.274 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T06:37:58.400 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T06:37:58.527 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T06:37:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T06:37:58.759 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:38:08.172 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T06:38:08.172 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2023-11-15T06:38:08.206 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2023-11-15T06:38:08.603 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:38:08.645 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:38:09.004 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:38:09.033 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T06:38:09.105 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T06:38:09.138 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T06:38:10.018 INFO:teuthology.orchestra.run.smithi143.stdout:done 2023-11-15T06:38:10.486 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2023-11-15T06:38:10.508 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2023-11-15T06:38:10.509 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2023-11-15T06:38:10.509 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2023-11-15T06:38:10.509 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2023-11-15T06:38:10.509 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2023-11-15T06:38:10.510 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T06:38:10.510 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2023-11-15T06:38:10.510 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2023-11-15T06:38:10.510 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2023-11-15T06:38:10.510 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T06:38:10.511 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T06:38:10.511 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2023-11-15T06:38:10.511 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2023-11-15T06:38:10.511 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2023-11-15T06:38:10.511 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2023-11-15T06:38:10.512 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T06:38:10.512 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T06:38:10.512 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T06:38:10.512 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T06:38:10.513 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T06:38:10.513 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2023-11-15T06:38:10.624 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2023-11-15T06:38:10.753 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T06:38:10.760 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T06:38:10.776 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T06:38:10.891 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T06:38:12.831 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T06:38:12.883 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T06:38:12.964 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T06:38:13.233 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2023-11-15T06:38:13.234 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2023-11-15T06:38:13.445 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T06:38:13.445 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T06:38:13.445 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T06:38:13.445 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T06:38:13.446 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T06:38:13.446 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T06:38:13.497 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T06:38:13.499 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2023-11-15T06:38:13.523 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2023-11-15T06:38:13.523 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2023-11-15T06:38:13.524 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2023-11-15T06:38:13.524 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2023-11-15T06:38:13.524 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2023-11-15T06:38:13.524 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T06:38:13.525 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2023-11-15T06:38:13.525 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2023-11-15T06:38:13.525 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2023-11-15T06:38:13.525 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T06:38:13.525 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T06:38:13.526 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2023-11-15T06:38:13.526 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2023-11-15T06:38:13.526 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2023-11-15T06:38:13.526 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2023-11-15T06:38:13.527 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-15T06:38:13.573 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.o9ccn3pxz7 2023-11-15T06:38:13.573 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.o9ccn3pxz7 2023-11-15T06:38:13.632 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.o9ccn3pxz7 2023-11-15T06:38:13.778 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.o9ccn3pxz7 is 10KB 2023-11-15T06:38:13.790 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.o9ccn3pxz7 2023-11-15T06:38:13.797 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T06:38:13.854 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:38:13.854 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T06:38:13.854 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T06:38:13.928 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T06:38:13.928 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2023-11-15T06:38:15.441 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2023-11-15T06:38:15.452 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-15T06:38:15.697 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:38:15.711 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:38:16.006 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:38:16.019 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T06:38:16.034 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T06:38:16.034 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2023-11-15T06:38:16.062 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2023-11-15T06:38:16.095 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T06:38:16.108 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T06:38:16.504 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:38:16.527 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:38:16.703 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-15T06:38:16.705 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-15T06:38:16.953 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:38:16.990 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T06:38:17.066 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T06:38:17.103 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T06:38:17.988 INFO:teuthology.orchestra.run.smithi134.stdout:done 2023-11-15T06:38:18.441 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2023-11-15T06:38:18.459 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2023-11-15T06:38:18.459 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-11-15T06:38:18.459 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-11-15T06:38:18.460 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-11-15T06:38:18.460 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 18 2023-11-15T06:38:18.460 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T06:38:18.460 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-11-15T06:38:18.461 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2023-11-15T06:38:18.461 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 4.15.0.213.196 2023-11-15T06:38:18.461 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T06:38:18.461 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T06:38:18.461 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-11-15T06:38:18.462 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-11-15T06:38:18.462 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-11-15T06:38:18.462 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-11-15T06:38:18.462 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T06:38:18.462 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T06:38:18.463 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T06:38:18.463 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T06:38:18.463 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T06:38:18.463 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-11-15T06:38:18.564 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-11-15T06:38:18.696 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T06:38:18.697 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T06:38:18.705 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T06:38:18.725 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T06:38:20.796 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-11-15T06:38:20.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T06:38:20.929 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-11-15T06:38:21.193 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-11-15T06:38:21.193 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-11-15T06:38:21.404 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T06:38:21.404 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T06:38:21.404 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T06:38:21.404 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T06:38:21.405 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T06:38:21.405 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T06:38:21.462 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T06:38:21.464 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2023-11-15T06:38:21.487 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2023-11-15T06:38:21.487 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-11-15T06:38:21.488 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-11-15T06:38:21.488 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-11-15T06:38:21.488 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 18 2023-11-15T06:38:21.489 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T06:38:21.489 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-11-15T06:38:21.489 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2023-11-15T06:38:21.490 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 4.15.0.213.196 2023-11-15T06:38:21.490 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T06:38:21.490 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T06:38:21.491 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-11-15T06:38:21.491 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-11-15T06:38:21.491 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-11-15T06:38:21.492 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-11-15T06:38:21.492 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2023-11-15T06:38:21.537 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.HVptkd4WXq 2023-11-15T06:38:21.537 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.HVptkd4WXq 2023-11-15T06:38:21.608 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.HVptkd4WXq 2023-11-15T06:38:21.760 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.HVptkd4WXq is 10KB 2023-11-15T06:38:21.771 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.HVptkd4WXq 2023-11-15T06:38:21.778 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T06:38:21.848 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:38:21.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T06:38:21.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T06:38:21.920 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T06:38:21.920 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2023-11-15T06:38:23.378 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2023-11-15T06:38:23.390 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2023-11-15T06:38:23.717 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T06:38:23.729 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T06:38:24.147 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T06:38:24.161 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T06:38:24.240 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T06:38:24.252 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T06:38:24.865 INFO:teuthology.orchestra.run.smithi134.stderr:done 2023-11-15T06:38:24.866 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2023-11-15T06:38:46.726 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T06:38:46.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:38:46.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:38:54.874 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T06:38:54.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:38:54.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:39:05.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T06:39:13.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-11-15T06:39:14.089 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:39:14.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:39:17.146 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T06:39:22.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:39:22.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:39:25.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-11-15T06:39:29.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:39:29.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:39:37.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:39:37.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:39:55.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-11-15T06:40:00.708 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T06:40:01.023 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:40:01.024 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-11-15T06:40:01.024 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T06:40:01.071 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-213-generic 2023-11-15T06:40:01.071 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T06:40:01.071 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T06:40:01.072 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T06:40:02.073 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T06:40:02.073 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T06:40:02.110 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-15T06:40:02.135 DEBUG:teuthology.parallel:result is None 2023-11-15T06:40:10.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:40:10.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:40:10.884 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-11-15T06:40:11.287 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:40:11.287 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-11-15T06:40:11.288 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-11-15T06:40:11.336 INFO:teuthology.orchestra.run.smithi134.stdout:4.15.0-213-generic 2023-11-15T06:40:11.336 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T06:40:11.336 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T06:40:11.337 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T06:40:12.338 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T06:40:12.338 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T06:40:12.582 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2023-11-15T06:40:12.596 DEBUG:teuthology.parallel:result is None 2023-11-15T06:40:12.597 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T06:40:12.604 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T06:40:12.604 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T06:40:12.606 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T06:40:12.613 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T06:40:12.621 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T06:40:12.629 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T06:40:12.630 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T06:40:12.656 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T06:40:12.757 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T06:40:12.764 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T06:40:12.764 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T06:40:12.767 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T06:40:12.787 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:40:12.789 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:40:12.793 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:40:12.795 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:40:12.796 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T06:40:12.803 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T06:40:12.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T06:40:12.840 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T06:40:12.856 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T06:40:12.865 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T06:40:12.865 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T06:40:12.896 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T06:40:12.905 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:40:12.948 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:40:12.997 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:40:12.998 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T06:40:13.060 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:40:13.068 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:40:13.117 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:40:13.118 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T06:40:13.181 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2023-11-15T06:40:13.184 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-15T06:40:13.266 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T06:40:13.276 INFO:teuthology.task.internal:Starting timer... 2023-11-15T06:40:13.277 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T06:40:13.290 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T06:40:13.298 DEBUG:teuthology.task.selinux:Excluding smithi134: OS 'ubuntu' does not support SELinux 2023-11-15T06:40:13.299 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2023-11-15T06:40:13.299 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T06:40:13.299 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-15T06:40:13.300 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T06:40:13.300 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T06:40:13.309 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-15T06:40:13.315 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-15T06:40:13.422 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T06:40:13.440 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T06:40:13.441 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi134.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T06:46:01.147 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-15T06:46:01.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:46:01.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:46:01.225 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-11-15T06:46:01.343 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-11-15T06:46:01.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:46:01.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:46:01.419 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T06:46:01.535 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T06:46:01.536 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T06:46:01.546 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T06:46:01.547 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:46:01.547 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:46:01.550 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:46:01.550 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:46:01.601 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T06:46:01.601 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Command line: ntpd -gq 2023-11-15T06:46:01.601 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: proto: precision = 0.124 usec (-23) 2023-11-15T06:46:01.602 INFO:teuthology.orchestra.run.smithi134.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T06:46:01.602 INFO:teuthology.orchestra.run.smithi134.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T06:46:01.603 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T06:46:01.603 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T06:46:01.604 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T06:46:01.604 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T06:46:01.604 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T06:46:01.604 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen normally on 3 enp3s0f1 172.21.15.134:123 2023-11-15T06:46:01.604 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen normally on 4 lo [::1]:123 2023-11-15T06:46:01.605 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de9%5]:123 2023-11-15T06:46:01.605 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:01 ntpd[24118]: Listening on routing socket on fd #22 for interface updates 2023-11-15T06:46:01.646 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T06:46:01.646 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Command line: ntpd -gq 2023-11-15T06:46:01.646 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: proto: precision = 0.123 usec (-23) 2023-11-15T06:46:01.647 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T06:46:01.647 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T06:46:01.648 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T06:46:01.649 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T06:46:01.649 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T06:46:01.649 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T06:46:01.649 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T06:46:01.650 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2023-11-15T06:46:01.650 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen normally on 4 lo [::1]:123 2023-11-15T06:46:01.650 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2023-11-15T06:46:01.650 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:01 ntpd[24272]: Listening on routing socket on fd #22 for interface updates 2023-11-15T06:46:02.601 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:02 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:02.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:02 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:02.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:02 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:02.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:02 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:02.645 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:02.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:02.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:02.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:02.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:02.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:02.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:02.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:02 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:04.601 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:04 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:04.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:04 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:04.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:04 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:04.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:04 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:04.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:04.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:04.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:04.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:04.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:04.648 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:04.648 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:04 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:05.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:05 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:05.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:05 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:05.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:05 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:05.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:05 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:06.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:06.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:06.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:06.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:06.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:06.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:06.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:06.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:06 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:06.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:06.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:06.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:06.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:06.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:06.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:06.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:06.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:06.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:06.648 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:06.648 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:06.648 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:06 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:07.601 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:07 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:07.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:07 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:07.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:07 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:07.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:07 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:08.602 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:08.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:08.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:08.603 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:08.605 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:08.605 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:08.605 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:08.606 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:08.606 INFO:teuthology.orchestra.run.smithi134.stdout:15 Nov 06:46:08 ntpd[24118]: ntpd: time slew -0.001447 s 2023-11-15T06:46:08.606 INFO:teuthology.orchestra.run.smithi134.stdout:ntpd: time slew -0.001447s 2023-11-15T06:46:08.607 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T06:46:08.607 INFO:teuthology.orchestra.run.smithi134.stderr:15 Nov 06:46:08 ntpd[24118]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T06:46:08.645 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T06:46:08.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T06:46:08.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T06:46:08.646 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T06:46:08.646 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 06:46:08 ntpd[24272]: ntpd: time slew -0.000502 s 2023-11-15T06:46:08.647 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew -0.000502s 2023-11-15T06:46:08.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T06:46:08.647 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 06:46:08 ntpd[24272]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T06:46:08.655 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T06:46:08.656 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2023-11-15T06:46:08.656 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.656 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.656 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.656 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.705 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T06:46:08.705 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2023-11-15T06:46:08.706 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.706 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.706 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.706 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T06:46:08.707 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T06:46:08.740 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T06:46:08.740 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:46:08.741 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:46:08.748 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T06:46:08.748 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2023-11-15T06:46:08.796 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T06:46:08.796 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:08.797 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 343 Links: 1 2023-11-15T06:46:08.797 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:08.797 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:44:30.259583926 +0000 2023-11-15T06:46:08.797 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:44:30.011587839 +0000 2023-11-15T06:46:08.797 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:44:30.011587839 +0000 2023-11-15T06:46:08.798 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:46:08.798 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T06:46:08.851 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:46:08.851 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:46:08.851 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000348484 s, 1.5 MB/s 2023-11-15T06:46:08.852 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T06:46:08.901 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2023-11-15T06:46:08.952 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T06:46:08.952 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:08.953 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 349 Links: 1 2023-11-15T06:46:08.953 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:08.953 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:44:30.643577866 +0000 2023-11-15T06:46:08.953 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:44:30.399581718 +0000 2023-11-15T06:46:08.953 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:44:30.399581718 +0000 2023-11-15T06:46:08.954 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:46:08.954 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T06:46:09.007 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:46:09.007 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:46:09.007 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00033713 s, 1.5 MB/s 2023-11-15T06:46:09.008 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T06:46:09.059 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2023-11-15T06:46:09.108 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T06:46:09.109 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:09.109 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 355 Links: 1 2023-11-15T06:46:09.109 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:09.109 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:44:31.003572187 +0000 2023-11-15T06:46:09.109 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:44:30.771575847 +0000 2023-11-15T06:46:09.110 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:44:30.771575847 +0000 2023-11-15T06:46:09.110 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:46:09.111 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T06:46:09.163 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:46:09.163 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:46:09.164 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000387404 s, 1.3 MB/s 2023-11-15T06:46:09.165 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T06:46:09.221 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2023-11-15T06:46:09.272 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T06:46:09.272 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:09.273 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-11-15T06:46:09.273 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:09.273 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:44:31.383566191 +0000 2023-11-15T06:46:09.273 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:44:31.143569977 +0000 2023-11-15T06:46:09.274 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:44:31.143569977 +0000 2023-11-15T06:46:09.274 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:46:09.275 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T06:46:09.327 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:46:09.327 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:46:09.327 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000295218 s, 1.7 MB/s 2023-11-15T06:46:09.328 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T06:46:09.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T06:46:09.471 INFO:teuthology.orchestra.run.smithi134.stdout:loop 2023-11-15T06:46:09.473 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-11-15T06:46:09.473 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T06:46:09.495 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-15T06:46:09.521 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_11 2023-11-15T06:46:09.542 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-11-15T06:46:09.543 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T06:46:09.610 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-15T06:46:09.639 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_21 2023-11-15T06:46:09.657 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-11-15T06:46:09.658 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T06:46:09.717 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-15T06:46:09.740 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_31 2023-11-15T06:46:09.758 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-11-15T06:46:09.759 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T06:46:09.820 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-11-15T06:46:09.843 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_41 2023-11-15T06:46:09.861 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:46:09.861 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:46:09.908 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme list 2023-11-15T06:46:09.962 INFO:teuthology.orchestra.run.smithi134.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T06:46:09.963 INFO:teuthology.orchestra.run.smithi134.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T06:46:09.963 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme0n1 CVFT62420002400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T06:46:09.963 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme1n1 2d630583aff533e9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:09.963 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme2n1 1cc0b6b1bd915d51 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:09.963 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme3n1 0096c6ad5d697237 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:09.964 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme4n1 83fe62deb8d6624d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:09.964 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:46:09.965 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:46:09.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-11-15T06:46:10.017 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:46:10.018 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:46:10.024 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T06:46:10.025 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2023-11-15T06:46:10.072 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T06:46:10.073 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:10.073 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 340 Links: 1 2023-11-15T06:46:10.073 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:10.074 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:44:37.178315851 +0000 2023-11-15T06:46:10.074 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:44:36.918322040 +0000 2023-11-15T06:46:10.074 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:44:36.918322040 +0000 2023-11-15T06:46:10.074 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:46:10.075 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T06:46:10.128 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:46:10.128 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:46:10.128 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000316422 s, 1.6 MB/s 2023-11-15T06:46:10.129 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T06:46:10.178 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2023-11-15T06:46:10.229 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T06:46:10.229 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:10.229 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 346 Links: 1 2023-11-15T06:46:10.230 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:10.230 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:44:37.570306520 +0000 2023-11-15T06:46:10.230 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:44:37.334312137 +0000 2023-11-15T06:46:10.230 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:44:37.334312137 +0000 2023-11-15T06:46:10.230 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:46:10.231 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T06:46:10.284 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:46:10.284 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:46:10.284 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000325686 s, 1.6 MB/s 2023-11-15T06:46:10.285 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T06:46:10.334 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2023-11-15T06:46:10.384 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T06:46:10.385 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:10.385 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 352 Links: 1 2023-11-15T06:46:10.385 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:10.385 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:44:37.970296998 +0000 2023-11-15T06:46:10.386 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:44:37.710303187 +0000 2023-11-15T06:46:10.386 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:44:37.710303187 +0000 2023-11-15T06:46:10.386 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:46:10.386 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T06:46:10.440 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:46:10.441 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:46:10.441 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000273929 s, 1.9 MB/s 2023-11-15T06:46:10.441 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T06:46:10.494 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2023-11-15T06:46:10.545 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T06:46:10.545 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:46:10.545 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-11-15T06:46:10.546 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:46:10.546 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:44:38.362287666 +0000 2023-11-15T06:46:10.546 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:44:38.106293760 +0000 2023-11-15T06:46:10.546 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:44:38.106293760 +0000 2023-11-15T06:46:10.546 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:46:10.547 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T06:46:10.599 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:46:10.600 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:46:10.600 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000354661 s, 1.4 MB/s 2023-11-15T06:46:10.601 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T06:46:10.655 DEBUG:teuthology.orchestra.run.smithi143:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T06:46:10.743 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2023-11-15T06:46:10.744 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2023-11-15T06:46:10.745 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T06:46:10.763 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T06:46:10.789 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2023-11-15T06:46:10.811 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2023-11-15T06:46:10.812 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T06:46:10.876 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T06:46:10.902 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2023-11-15T06:46:10.922 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2023-11-15T06:46:10.923 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T06:46:10.987 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T06:46:11.017 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2023-11-15T06:46:11.034 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2023-11-15T06:46:11.035 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T06:46:11.099 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T06:46:11.125 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2023-11-15T06:46:11.148 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:46:11.149 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:46:11.205 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2023-11-15T06:46:11.260 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T06:46:11.260 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T06:46:11.260 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T06:46:11.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 63558fe2904bddce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:11.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 be2cf121a1083532 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:11.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 96b5439a657edcdc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:11.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 38ca1f7ca4ba2971 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T06:46:11.263 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:46:11.263 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:46:11.263 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2023-11-15T06:46:11.322 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T06:46:11.410 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T06:46:11.411 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:46:11.412 INFO:tasks.cephadm:Cluster fsid is a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:11.412 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T06:46:11.412 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T06:46:11.413 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi134': '172.21.15.134', 'mon.smithi143': '172.21.15.143'} 2023-11-15T06:46:11.413 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T06:46:11.413 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2023-11-15T06:46:11.430 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-15T06:46:11.446 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T06:46:11.447 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.623 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 06:46 /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.624 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.770 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 06:46 /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.771 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.780 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:46:11.798 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2023-11-15T06:46:11.841 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-15T06:46:11.856 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2023-11-15T06:46:11.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-15T06:46:11.916 INFO:tasks.cephadm:Writing seed config... 2023-11-15T06:46:11.917 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T06:46:11.918 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T06:46:11.918 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T06:46:11.918 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T06:46:11.919 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T06:46:11.919 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T06:46:11.919 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T06:46:11.920 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T06:46:11.921 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:46:11.921 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T06:46:11.948 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 = a9e0976a-8382-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T06:46:11.949 DEBUG:teuthology.orchestra.run.smithi134:mon.smithi134> sudo journalctl -f -n 0 -u ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134.service 2023-11-15T06:46:11.994 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T06:46:11.994 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.134 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:46:12.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T06:46:12.393 INFO:teuthology.orchestra.run.smithi134.stderr:-------------------------------------------------------------------------------- 2023-11-15T06:46:12.393 INFO:teuthology.orchestra.run.smithi134.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', 'a9e0976a-8382-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.134', '--skip-admin-label'] 2023-11-15T06:46:12.393 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying podman|docker is present... 2023-11-15T06:46:12.394 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying lvm2 is present... 2023-11-15T06:46:12.394 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying time synchronization is in place... 2023-11-15T06:46:12.400 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:46:12.408 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.416 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T06:46:12.423 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.435 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-11-15T06:46:12.441 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.450 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T06:46:12.457 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.465 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-11-15T06:46:12.472 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: active 2023-11-15T06:46:12.473 INFO:teuthology.orchestra.run.smithi134.stderr:Unit ntp.service is enabled and running 2023-11-15T06:46:12.473 INFO:teuthology.orchestra.run.smithi134.stderr:Repeating the final host check... 2023-11-15T06:46:12.473 INFO:teuthology.orchestra.run.smithi134.stderr:docker (/usr/bin/docker) is present 2023-11-15T06:46:12.474 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl is present 2023-11-15T06:46:12.474 INFO:teuthology.orchestra.run.smithi134.stderr:lvcreate is present 2023-11-15T06:46:12.481 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:46:12.489 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.497 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T06:46:12.506 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.515 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-11-15T06:46:12.522 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.530 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T06:46:12.537 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-11-15T06:46:12.544 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-11-15T06:46:12.552 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: active 2023-11-15T06:46:12.553 INFO:teuthology.orchestra.run.smithi134.stderr:Unit ntp.service is enabled and running 2023-11-15T06:46:12.553 INFO:teuthology.orchestra.run.smithi134.stderr:Host looks OK 2023-11-15T06:46:12.553 INFO:teuthology.orchestra.run.smithi134.stderr:Cluster fsid: a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:12.554 INFO:teuthology.orchestra.run.smithi134.stderr:Acquiring lock 140599765034264 on /run/cephadm/a9e0976a-8382-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:46:12.554 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140599765034264 acquired on /run/cephadm/a9e0976a-8382-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:46:12.555 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 3300 ... 2023-11-15T06:46:12.555 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 6789 ... 2023-11-15T06:46:12.555 INFO:teuthology.orchestra.run.smithi134.stderr:Base mon IP(s) is [172.21.15.134:3300, 172.21.15.134:6789], mon addrv is [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2023-11-15T06:46:12.559 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-15T06:46:12.560 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.134 metric 100 2023-11-15T06:46:12.560 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T06:46:12.560 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 2023-11-15T06:46:12.560 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.134 metric 100 2023-11-15T06:46:12.563 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T06:46:12.563 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-11-15T06:46:12.567 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T06:46:12.567 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T06:46:12.568 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:46:12.568 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T06:46:12.568 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6de9/64 scope link 2023-11-15T06:46:12.568 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:46:12.569 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.0.0/20` 2023-11-15T06:46:12.569 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.0.0/20` 2023-11-15T06:46:12.569 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.15.254/32` 2023-11-15T06:46:12.570 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.15.254/32` 2023-11-15T06:46:12.570 INFO:teuthology.orchestra.run.smithi134.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-11-15T06:46:12.570 INFO:teuthology.orchestra.run.smithi134.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T06:46:12.571 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T06:46:12.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: 620f25c1794f62207424fc9319427943fb8d1fae: Pulling from ceph-ci/ceph 2023-11-15T06:46:12.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-15T06:46:12.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: 9ed66b813839: Pulling fs layer 2023-11-15T06:46:13.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: ef3cef4bbbe4: Verifying Checksum 2023-11-15T06:46:13.697 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-15T06:46:15.508 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: 9ed66b813839: Verifying Checksum 2023-11-15T06:46:15.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: 9ed66b813839: Download complete 2023-11-15T06:46:16.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-15T06:46:25.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: 9ed66b813839: Pull complete 2023-11-15T06:46:26.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: Digest: sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T06:46:26.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:46:26.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:46:36.125 INFO:teuthology.orchestra.run.smithi134.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T06:46:36.664 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T06:46:36.664 INFO:teuthology.orchestra.run.smithi134.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T06:46:37.552 INFO:teuthology.orchestra.run.smithi134.stderr:stat: 167 167 2023-11-15T06:46:38.052 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial keys... 2023-11-15T06:46:38.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQBOaVRlmwqEOBAAK1T2jnOvoxyh5L2PN/LptQ== 2023-11-15T06:46:40.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQBQaVRliDuLExAAAAgoPHpSKGkRUsfz+6J+ag== 2023-11-15T06:46:41.740 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQBRaVRlSzzVKxAAeoV7rHWnNjOk33+sJab+9g== 2023-11-15T06:46:42.189 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial monmap... 2023-11-15T06:46:43.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:46:43.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:43.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:46:43.614 INFO:teuthology.orchestra.run.smithi134.stderr:monmaptool for smithi134 [v2:172.21.15.134:3300,v1:172.21.15.134:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:46:43.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: set fsid to a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:43.614 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:46:43.614 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:46:43.615 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mon... 2023-11-15T06:46:44.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.507+0000 7fe7329c4880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:46:44.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.507+0000 7fe7329c4880 1 imported monmap: 2023-11-15T06:46:44.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T06:46:44.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:44.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T06:46:43.101677+0000 2023-11-15T06:46:44.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: created 2023-11-15T06:46:43.101677+0000 2023-11-15T06:46:44.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T06:46:44.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T06:46:44.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.smithi134 2023-11-15T06:46:44.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.507+0000 7fe7329c4880 0 /usr/bin/ceph-mon: set fsid to a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:44.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:46:44.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:46:44.521 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:46:44.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: DB SUMMARY 2023-11-15T06:46:44.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.522 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 0, files: 2023-11-15T06:46:44.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 2023-11-15T06:46:44.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:46:44.523 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.env: 0x5635102a1080 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.info_log: 0x563512acd380 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:46:44.524 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:46:44.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:46:44.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:46:44.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:46:44.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:46:44.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:46:44.526 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:46:44.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:46:44.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:46:44.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:46:44.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:46:44.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:46:44.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:46:44.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:46:44.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2023-11-15T06:46:44.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:46:44.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:46:44.548 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:46:44.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:46:44.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:46:44.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.write_buffer_manager: 0x563512ad3980 2023-11-15T06:46:44.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:46:44.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:46:44.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:46:44.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:46:44.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:46:44.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:46:44.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:46:44.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:46:44.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.row_cache: None 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:46:44.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:46:44.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:46:44.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:46:44.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:46:44.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:46:44.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:46:44.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:46:44.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:46:44.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:46:44.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:46:44.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:46:44.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:46:44.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:46:44.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:46:44.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:46:44.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:46:44.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:46:44.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:46:44.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:46:44.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:46:44.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:46:44.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:46:44.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:46:44.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T06:46:44.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 2023-11-15T06:46:44.560 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.merge_operator: 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:46:44.561 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:46:44.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:46:44.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:46:44.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635129e1d30) 2023-11-15T06:46:44.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T06:46:44.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:46:44.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:46:44.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T06:46:44.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T06:46:44.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T06:46:44.563 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache: 0x563512a18d10 2023-11-15T06:46:44.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T06:46:44.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T06:46:44.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T06:46:44.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T06:46:44.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T06:46:44.565 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T06:46:44.566 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T06:46:44.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T06:46:44.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T06:46:44.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T06:46:44.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:46:44.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T06:46:44.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:46:44.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:46:44.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:46:44.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:46:44.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:46:44.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:46:44.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:46:44.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:46:44.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:46:44.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:46:44.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:46:44.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:46:44.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:46:44.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:46:44.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:46:44.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:46:44.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:46:44.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:46:44.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:46:44.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:46:44.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:46:44.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:46:44.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:46:44.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:46:44.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:46:44.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:46:44.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:46:44.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:46:44.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:46:44.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:46:44.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:46:44.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:46:44.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:46:44.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:46:44.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:46:44.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:46:44.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:46:44.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:46:44.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:46:44.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.511+0000 7fe7329c4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.515+0000 7fe7329c4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.515+0000 7fe7329c4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T06:46:44.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.515+0000 7fe7329c4880 4 rocksdb: DB pointer 0x563512ae1800 2023-11-15T06:46:44.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.515+0000 7fe71b84a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:46:44.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.515+0000 7fe71b84a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:46:44.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T06:46:44.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:44.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T06:46:44.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:46:44.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:46:44.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:44.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:44.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:46:44.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:46:44.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:46:44.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:46:44.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:46:44.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:46:44.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:44.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:44.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:46:44.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:46:44.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:46:44.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:44.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:44.589 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:44.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:44.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:44.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:44.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:46:44.590 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.591 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:46:44.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-11-15T06:46:44.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.519+0000 7fe7329c4880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T06:46:44.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.519+0000 7fe7329c4880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T06:46:44.592 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:46:44.519+0000 7fe7329c4880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi134 for mon.smithi134 2023-11-15T06:46:45.001 INFO:teuthology.orchestra.run.smithi134.stderr:create mon.smithi134 on 2023-11-15T06:46:45.122 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-15T06:46:45.230 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:46:45.231 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:46:45.466 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to reset failed state of unit ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134.service: Unit ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134.service is not loaded. 2023-11-15T06:46:45.473 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target.wants/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134.service -> /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:46:45.577 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld does not appear to be present 2023-11-15T06:46:45.577 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:46:45.578 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon to start... 2023-11-15T06:46:45.578 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon... 2023-11-15T06:46:45.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:45 smithi134 systemd[1]: Started Ceph mon.smithi134 for a9e0976a-8382-11ee-8dbe-212e2dc638e7. 2023-11-15T06:46:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:47 smithi134 bash[25303]: cluster 2023-11-15T06:46:47.003306+0000 mon.smithi134 (mon.0) 0 : [INF] mkfs a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:47.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:47 smithi134 bash[25303]: cluster 2023-11-15T06:46:46.989158+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-11-15T06:46:47.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: cluster: 2023-11-15T06:46:47.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: id: a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:47.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T06:46:47.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:47.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: services: 2023-11-15T06:46:47.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi134 (age 0.307322s) 2023-11-15T06:46:47.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T06:46:47.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T06:46:47.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:47.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: data: 2023-11-15T06:46:47.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T06:46:47.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T06:46:47.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T06:46:47.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: pgs: 2023-11-15T06:46:47.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:47.871 INFO:teuthology.orchestra.run.smithi134.stderr:mon is available 2023-11-15T06:46:47.871 INFO:teuthology.orchestra.run.smithi134.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T06:46:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: cluster 2023-11-15T06:46:46.998530+0000 mon.smithi134 (mon.0) 2 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-11-15T06:46:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: cluster 2023-11-15T06:46:47.000159+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2023-11-15T06:46:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: cluster 2023-11-15T06:46:47.007040+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T06:46:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: cluster 2023-11-15T06:46:47.016670+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:46:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: cluster 2023-11-15T06:46:47.017748+0000 mon.smithi134 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:46:48.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:48 smithi134 bash[25303]: audit 2023-11-15T06:46:47.305770+0000 mon.smithi134 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.134:0/4007712417' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T06:46:49.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:49.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [global] 2023-11-15T06:46:49.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: fsid = a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:49.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2023-11-15T06:46:49.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:46:49.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:46:49.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:46:49.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:46:49.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:49.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:46:49.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:46:49.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:49.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:46:49.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:46:49.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:46:49.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:49 smithi134 bash[25303]: audit 2023-11-15T06:46:49.058194+0000 mon.smithi134 (mon.0) 8 : audit [INF] from='client.? 172.21.15.134:0/1272154333' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:46:49.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:49 smithi134 bash[25303]: audit 2023-11-15T06:46:49.062910+0000 mon.smithi134 (mon.0) 9 : audit [INF] from='client.? 172.21.15.134:0/1272154333' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T06:46:49.650 INFO:teuthology.orchestra.run.smithi134.stderr:Generating new minimal ceph.conf... 2023-11-15T06:46:51.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:50 smithi134 bash[25303]: audit 2023-11-15T06:46:50.762952+0000 mon.smithi134 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.134:0/441456412' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:46:51.312 INFO:teuthology.orchestra.run.smithi134.stderr:Restarting the monitor... 2023-11-15T06:46:51.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:51 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for a9e0976a-8382-11ee-8dbe-212e2dc638e7... 2023-11-15T06:46:51.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:51 smithi134 bash[25833]: Error response from daemon: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-mon.smithi134 2023-11-15T06:46:51.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:51 smithi134 bash[25303]: debug 2023-11-15T06:46:51.491+0000 7f0a595f3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi134 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:46:51.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:51 smithi134 bash[25303]: debug 2023-11-15T06:46:51.491+0000 7f0a595f3700 -1 mon.smithi134@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T06:46:52.251 INFO:teuthology.orchestra.run.smithi134.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-11-15T06:46:52.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:52 smithi134 bash[25833]: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-mon-smithi134 2023-11-15T06:46:52.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:52 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for a9e0976a-8382-11ee-8dbe-212e2dc638e7. 2023-11-15T06:46:52.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:52 smithi134 systemd[1]: Started Ceph mon.smithi134 for a9e0976a-8382-11ee-8dbe-212e2dc638e7. 2023-11-15T06:46:53.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.527+0000 7f0ee91ac880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:46:53.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.527+0000 7f0ee91ac880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T06:46:53.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.527+0000 7f0ee91ac880 0 pidfile_write: ignore empty --pid-file 2023-11-15T06:46:53.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 0 load: jerasure load: lrc load: isa 2023-11-15T06:46:53.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:46:53.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:46:53.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:46:53.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: DB SUMMARY 2023-11-15T06:46:53.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T06:46:53.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T06:46:53.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T06:46:53.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T06:46:53.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 000006.log size: 86549 ; 2023-11-15T06:46:53.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:46:53.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T06:46:53.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:46:53.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.env: 0x558ab6485080 2023-11-15T06:46:53.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:46:53.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.info_log: 0x558ab79c4520 2023-11-15T06:46:53.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:46:53.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:46:53.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:46:53.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:46:53.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:46:53.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:46:53.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:46:53.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:46:53.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:46:53.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:46:53.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:46:53.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:46:53.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:46:53.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:46:53.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:46:53.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2023-11-15T06:46:53.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:46:53.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:46:53.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:46:53.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:46:53.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:46:53.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:46:53.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:46:53.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:46:53.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:46:53.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:46:53.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.write_buffer_manager: 0x558ab86b8420 2023-11-15T06:46:53.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:46:53.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:46:53.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:46:53.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:46:53.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:46:53.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:46:53.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:46:53.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:46:53.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:46:53.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:46:53.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:46:53.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:46:53.740 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:46:53.740 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:46:53.740 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.row_cache: None 2023-11-15T06:46:53.740 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:46:53.741 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:46:53.742 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:46:53.742 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:46:53.742 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:46:53.742 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:46:53.743 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:46:53.743 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:46:53.743 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:46:53.743 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:46:53.743 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:46:53.744 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:46:53.744 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:46:53.744 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:46:53.744 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:46:53.744 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:46:53.745 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:46:53.745 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:46:53.745 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:46:53.745 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:46:53.746 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:46:53.746 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:46:53.746 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:46:53.746 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:46:53.746 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:46:53.747 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:46:53.747 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:46:53.747 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:46:53.748 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:46:53.748 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:46:53.749 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:46:53.749 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:46:53.749 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:46:53.749 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:46:53.749 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000005 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:46:53.750 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.merge_operator: 2023-11-15T06:46:53.751 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:46:53.751 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:46:53.751 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:46:53.751 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:46:53.751 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558ab7967d28) 2023-11-15T06:46:53.752 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cache_index_and_filter_blocks: 1 2023-11-15T06:46:53.752 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:46:53.752 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:46:53.752 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: pin_top_level_index_and_filter: 1 2023-11-15T06:46:53.752 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: index_type: 0 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: data_block_index_type: 0 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: index_shortening: 1 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: hash_index_allow_collision: 1 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: checksum: 1 2023-11-15T06:46:53.753 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: no_block_cache: 0 2023-11-15T06:46:53.754 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_cache: 0x558ab799ef10 2023-11-15T06:46:53.754 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_cache_name: BinnedLRUCache 2023-11-15T06:46:53.754 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_cache_options: 2023-11-15T06:46:53.754 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: capacity : 536870912 2023-11-15T06:46:53.754 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: num_shard_bits : 4 2023-11-15T06:46:53.755 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: strict_capacity_limit : 0 2023-11-15T06:46:53.755 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: high_pri_pool_ratio: 0.000 2023-11-15T06:46:53.755 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_cache_compressed: (nil) 2023-11-15T06:46:53.755 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: persistent_cache: (nil) 2023-11-15T06:46:53.755 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_size: 4096 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_size_deviation: 10 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_restart_interval: 16 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: index_block_restart_interval: 1 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: metadata_block_size: 4096 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: partition_filters: 0 2023-11-15T06:46:53.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: use_delta_encoding: 1 2023-11-15T06:46:53.757 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:46:53.757 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: whole_key_filtering: 1 2023-11-15T06:46:53.757 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: verify_compression: 0 2023-11-15T06:46:53.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: read_amp_bytes_per_bit: 0 2023-11-15T06:46:53.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: format_version: 2 2023-11-15T06:46:53.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: enable_index_compression: 1 2023-11-15T06:46:53.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: block_align: 0 2023-11-15T06:46:53.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:46:53.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:46:53.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:46:53.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:46:53.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:46:53.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:46:53.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:46:53.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:46:53.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:46:53.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:46:53.761 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:46:53.761 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:46:53.761 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:46:53.761 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:46:53.761 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:46:53.762 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:46:53.762 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:46:53.762 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:46:53.762 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:46:53.762 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:46:53.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:46:53.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:46:53.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:46:53.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:46:53.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:46:53.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:46:53.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:46:53.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:46:53.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:46:53.765 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:46:53.766 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:46:53.766 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:46:53.766 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:46:53.766 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:46:53.766 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:46:53.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:46:53.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:46:53.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:46:53.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:46:53.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:46:53.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:46:53.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:46:53.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:46:53.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:46:53.770 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:46:53.770 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:46:53.770 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:46:53.770 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:46:53.771 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:46:53.771 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:46:53.771 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:46:53.771 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:46:53.771 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:46:53.772 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:46:53.772 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:46:53.772 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:46:53.772 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:46:53.772 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030813538581, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.535+0000 7f0ee91ac880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T06:46:53.773 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030813540349, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83422, "table_properties": {"data_size": 81689, "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": 76201, "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": 1700030813, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T06:46:53.774 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T06:46:53.774 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030813541084, "job": 1, "event": "recovery_finished"} 2023-11-15T06:46:53.774 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 4 rocksdb: DB pointer 0x558ab7a67800 2023-11-15T06:46:53.774 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ecffb1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:46:53.774 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ecffb1700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:46:53.775 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** DB Stats ** 2023-11-15T06:46:53.775 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:53.775 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T06:46:53.775 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:46:53.777 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:46:53.777 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T06:46:53.777 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:46:53.778 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:46:53.778 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** Compaction Stats [default] ** 2023-11-15T06:46:53.778 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:53.778 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:53.778 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.779 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.779 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.779 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** Compaction Stats [default] ** 2023-11-15T06:46:53.779 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:53.779 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:46:53.780 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:46:53.781 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:46:53.781 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Cumulative compaction: 0.00 GB write, 13.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:53.781 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Interval compaction: 0.00 GB write, 13.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:53.781 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:46:53.781 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:46:53.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** Compaction Stats [default] ** 2023-11-15T06:46:53.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:53.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:53.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** Compaction Stats [default] ** 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 71.7 0.00 0.00 1 0.001 0 0 2023-11-15T06:46:53.783 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:46:53.784 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:53.784 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:46:53.784 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:46:53.784 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:46:53.784 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:46:53.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Cumulative compaction: 0.00 GB write, 13.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:53.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:46:53.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:46:53.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:46:53.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.539+0000 7f0ee91ac880 0 starting mon.smithi134 rank 0 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi134 fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:53.786 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 1 mon.smithi134@-1(???) e1 preinit fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:46:53.786 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 0 mon.smithi134@-1(???).mds e1 new map 2023-11-15T06:46:53.786 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 0 mon.smithi134@-1(???).mds e1 print_map 2023-11-15T06:46:53.786 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: e1 2023-11-15T06:46:53.786 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: legacy client fscid: -1 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: No filesystems configured 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 0 mon.smithi134@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T06:46:53.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 0 mon.smithi134@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:46:53.788 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 0 mon.smithi134@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:46:53.788 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: audit 2023-11-15T06:46:50.762952+0000 mon.smithi134 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.134:0/441456412' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:46:53.788 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: debug 2023-11-15T06:46:53.543+0000 7f0ee91ac880 1 mon.smithi134@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T06:46:53.788 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cluster 2023-11-15T06:46:53.550387+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-11-15T06:46:53.788 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cluster 2023-11-15T06:46:53.550494+0000 mon.smithi134 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2023-11-15T06:46:53.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cluster 2023-11-15T06:46:53.551119+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T06:46:53.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cluster 2023-11-15T06:46:53.551180+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:46:53.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:53 smithi134 bash[25956]: cluster 2023-11-15T06:46:53.551826+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:46:54.516 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T06:46:54.516 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:46:54.516 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mgr... 2023-11-15T06:46:54.517 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying port 9283 ... 2023-11-15T06:46:54.643 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to reset failed state of unit ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mgr.smithi134.usnyhc.service: Unit ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mgr.smithi134.usnyhc.service is not loaded. 2023-11-15T06:46:54.652 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7.target.wants/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mgr.smithi134.usnyhc.service -> /etc/systemd/system/ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:46:54.758 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld does not appear to be present 2023-11-15T06:46:54.758 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:46:54.759 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld does not appear to be present 2023-11-15T06:46:54.759 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T06:46:54.759 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr to start... 2023-11-15T06:46:54.760 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr... 2023-11-15T06:46:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:54 smithi134 bash[25956]: audit 2023-11-15T06:46:53.900890+0000 mon.smithi134 (mon.0) 6 : audit [INF] from='client.? 172.21.15.134:0/888807320' entity='client.admin' 2023-11-15T06:46:56.504 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:46:56.504 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:46:56.504 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "a9e0976a-8382-11ee-8dbe-212e2dc638e7", 2023-11-15T06:46:56.505 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:46:56.505 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:46:56.505 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:46:56.505 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:46:56.505 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.506 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:46:56.506 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:46:56.506 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-11-15T06:46:56.506 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:46:56.506 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:46:56.507 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:46:56.508 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:46:56.508 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.508 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:46:56.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:46:56.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:46:56.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:46:56.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:46:56.509 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:46:56.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:46:56.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:46:56.514 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.514 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:46:56.514 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:46:56.514 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:46:56.514 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:46:56.515 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.516 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:46:56.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:46:56.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:46:56.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:46:56.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:46:56.517 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:46:56.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:46:56.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:46:56.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:46:56.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.518 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:46:47.004122+0000", 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:46:56.519 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:46:56.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:46:56 smithi134 bash[25956]: audit 2023-11-15T06:46:56.496810+0000 mon.smithi134 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.134:0/1182829304' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:46:57.088 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (1/15)... 2023-11-15T06:47:00.382 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:47:00.382 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:00.382 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "a9e0976a-8382-11ee-8dbe-212e2dc638e7", 2023-11-15T06:47:00.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:47:00.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:47:00.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:47:00.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:47:00.384 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:47:00.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:47:00.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-11-15T06:47:00.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:00.385 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:47:00.386 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-11-15T06:47:00.386 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:00.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-15T06:47:00.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:47:00.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:00.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:47:00.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:47:00.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:47:00.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:00.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:47:00.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:47:00.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:47:00.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:47:00.394 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:47:00.394 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:47:00.394 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.395 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:47:00.395 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:47:00.395 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:47:00.395 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:47:00.395 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.396 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:47:00.397 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:00.397 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:47:00.397 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:47:00.397 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.404 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:47:00.404 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:47:00.404 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:47:00.405 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:47:00.405 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:47:00.405 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:47:00.405 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:47:00.405 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:00.406 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:47:00.406 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.406 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:47:00.408 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:00.408 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:46:47.004122+0000", 2023-11-15T06:47:00.408 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:47:00.408 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:00.409 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:47:00.409 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:00 smithi134 bash[25956]: audit 2023-11-15T06:47:00.376555+0000 mon.smithi134 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.134:0/3490117983' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:47:00.910 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (2/15)... 2023-11-15T06:47:02.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: cluster 2023-11-15T06:47:02.549606+0000 mon.smithi134 (mon.0) 9 : cluster [INF] Activating manager daemon smithi134.usnyhc 2023-11-15T06:47:02.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: cluster 2023-11-15T06:47:02.554825+0000 mon.smithi134 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi134.usnyhc(active, starting, since 0.00545703s) 2023-11-15T06:47:02.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.557458+0000 mon.smithi134 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:47:02.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.557763+0000 mon.smithi134 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:47:02.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.558007+0000 mon.smithi134 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:47:02.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.558309+0000 mon.smithi134 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:47:02.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.559549+0000 mon.smithi134 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi134.usnyhc", "id": "smithi134.usnyhc"}]: dispatch 2023-11-15T06:47:02.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: cluster 2023-11-15T06:47:02.563534+0000 mon.smithi134 (mon.0) 16 : cluster [INF] Manager daemon smithi134.usnyhc is now available 2023-11-15T06:47:02.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.577780+0000 mon.smithi134 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:02.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.585024+0000 mon.smithi134 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:47:02.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.588745+0000 mon.smithi134 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/trash_purge_schedule"}]: dispatch 2023-11-15T06:47:02.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.595772+0000 mon.smithi134 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:02.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:02 smithi134 bash[25956]: audit 2023-11-15T06:47:02.598569+0000 mon.smithi134 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.134:0/2688375637' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:04.546 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:47:04.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:04.547 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "a9e0976a-8382-11ee-8dbe-212e2dc638e7", 2023-11-15T06:47:04.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:47:04.549 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:47:04.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:47:04.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:47:04.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:47:04.550 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:47:04.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-11-15T06:47:04.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:04.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:47:04.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-11-15T06:47:04.551 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T06:47:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:47:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:47:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:47:04.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:47:04.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:04.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:47:04.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:47:04.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:47:04.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:47:04.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:47:04.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:47:04.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:47:04.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:47:04.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:47:04.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:47:04.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:47:04.559 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:47:04.564 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:47:04.567 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:47:04.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:47:04.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.568 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:47:04.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:04.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:47:04.569 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:47:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:47:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:47:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:47:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:47:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:46:47.004122+0000", 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-11-15T06:47:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:47:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:04.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:04 smithi134 bash[25956]: cluster 2023-11-15T06:47:03.563803+0000 mon.smithi134 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi134.usnyhc(active, since 1.01444s) 2023-11-15T06:47:04.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:04 smithi134 bash[25956]: audit 2023-11-15T06:47:04.541260+0000 mon.smithi134 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.134:0/2980428571' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:47:05.074 INFO:teuthology.orchestra.run.smithi134.stderr:mgr is available 2023-11-15T06:47:05.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:05 smithi134 bash[25956]: cluster 2023-11-15T06:47:04.561789+0000 mon.smithi134 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi134.usnyhc(active, since 2s) 2023-11-15T06:47:06.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:47:06.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [global] 2023-11-15T06:47:06.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: fsid = a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:47:06.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:47:06.466 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:47:06.466 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:47:06.466 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:47:06.466 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:47:06.466 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:47:06.467 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:47:06.467 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-11-15T06:47:06.467 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:47:06.467 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:47:06.468 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:47:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:06 smithi134 bash[25956]: audit 2023-11-15T06:47:06.458268+0000 mon.smithi134 (mon.0) 25 : audit [INF] from='client.? 172.21.15.134:0/3857088519' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:47:07.023 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling cephadm module... 2023-11-15T06:47:08.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:08 smithi134 bash[25956]: audit 2023-11-15T06:47:08.479051+0000 mon.smithi134 (mon.0) 26 : audit [INF] from='client.? 172.21.15.134:0/2895676540' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T06:47:09.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:09 smithi134 bash[25956]: audit 2023-11-15T06:47:08.536178+0000 mon.smithi134 (mon.0) 27 : audit [INF] from='client.? 172.21.15.134:0/2895676540' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T06:47:09.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:09 smithi134 bash[25956]: cluster 2023-11-15T06:47:08.536354+0000 mon.smithi134 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi134.usnyhc(active, since 5s) 2023-11-15T06:47:10.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:10.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T06:47:10.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:47:10.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "active_name": "smithi134.usnyhc", 2023-11-15T06:47:10.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:47:10.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:10 smithi134 bash[25956]: audit 2023-11-15T06:47:10.765100+0000 mon.smithi134 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.134:0/3643866700' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:47:11.351 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2023-11-15T06:47:11.351 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr epoch 5... 2023-11-15T06:47:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: cluster 2023-11-15T06:47:14.901124+0000 mon.smithi134 (mon.0) 30 : cluster [INF] Active manager daemon smithi134.usnyhc restarted 2023-11-15T06:47:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: cluster 2023-11-15T06:47:14.901794+0000 mon.smithi134 (mon.0) 31 : cluster [INF] Activating manager daemon smithi134.usnyhc 2023-11-15T06:47:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: cluster 2023-11-15T06:47:14.908306+0000 mon.smithi134 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T06:47:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: cluster 2023-11-15T06:47:14.908484+0000 mon.smithi134 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi134.usnyhc(active, starting, since 0.00696067s) 2023-11-15T06:47:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.910342+0000 mon.smithi134 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:47:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.911321+0000 mon.smithi134 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi134.usnyhc", "id": "smithi134.usnyhc"}]: dispatch 2023-11-15T06:47:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.912493+0000 mon.smithi134 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:47:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.912809+0000 mon.smithi134 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:47:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.913078+0000 mon.smithi134 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:47:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: cluster 2023-11-15T06:47:14.918053+0000 mon.smithi134 (mon.0) 39 : cluster [INF] Manager daemon smithi134.usnyhc is now available 2023-11-15T06:47:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:14 smithi134 bash[25956]: audit 2023-11-15T06:47:14.940033+0000 mon.smithi134 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:15.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:15.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T06:47:15.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:47:15.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:16.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: cephadm 2023-11-15T06:47:14.937080+0000 mgr.smithi134.usnyhc (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T06:47:16.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.063366+0000 mon.smithi134 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:16.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.065853+0000 mon.smithi134 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:16.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.068943+0000 mon.smithi134 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:16.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.071561+0000 mon.smithi134 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:16.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.091048+0000 mon.smithi134 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:47:16.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: audit 2023-11-15T06:47:15.096251+0000 mon.smithi134 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/trash_purge_schedule"}]: dispatch 2023-11-15T06:47:16.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:16 smithi134 bash[25956]: cluster 2023-11-15T06:47:15.914014+0000 mon.smithi134 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi134.usnyhc(active, since 1.01248s) 2023-11-15T06:47:16.550 INFO:teuthology.orchestra.run.smithi134.stderr:mgr epoch 5 is available 2023-11-15T06:47:16.550 INFO:teuthology.orchestra.run.smithi134.stderr:Setting orchestrator backend to cephadm... 2023-11-15T06:47:17.331 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:17 smithi134 bash[25956]: audit 2023-11-15T06:47:15.912375+0000 mgr.smithi134.usnyhc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:47:17.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:17 smithi134 bash[25956]: audit 2023-11-15T06:47:15.929659+0000 mgr.smithi134.usnyhc (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:47:18.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:18 smithi134 bash[25956]: cluster 2023-11-15T06:47:17.069985+0000 mon.smithi134 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi134.usnyhc(active, since 2s) 2023-11-15T06:47:18.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:18 smithi134 bash[25956]: audit 2023-11-15T06:47:17.944108+0000 mon.smithi134 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:18.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:18 smithi134 bash[25956]: audit 2023-11-15T06:47:18.001150+0000 mon.smithi134 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:19.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: value unchanged 2023-11-15T06:47:19.909 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:19 smithi134 bash[25956]: audit 2023-11-15T06:47:17.936224+0000 mgr.smithi134.usnyhc (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:20.462 INFO:teuthology.orchestra.run.smithi134.stderr:Generating ssh key... 2023-11-15T06:47:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:20 smithi134 bash[25956]: audit 2023-11-15T06:47:19.841558+0000 mgr.smithi134.usnyhc (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:23 smithi134 bash[25956]: audit 2023-11-15T06:47:21.911960+0000 mgr.smithi134.usnyhc (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:23.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:23 smithi134 bash[25956]: cephadm 2023-11-15T06:47:21.912376+0000 mgr.smithi134.usnyhc (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T06:47:23.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:23 smithi134 bash[25956]: audit 2023-11-15T06:47:22.144528+0000 mon.smithi134 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:23.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:23 smithi134 bash[25956]: audit 2023-11-15T06:47:22.151454+0000 mon.smithi134 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:24.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCk9haHD/WWfIgg62+mGOcs6FHx+6OdP/gLI6ovjaZuuFoVjtFlb9qAI6quqvaDFjC5035F4AP/9O07DRgZAgQvrquIqUzvEoRjesLl2yulu9IYnDVnua5dqI6CFqDqs2B4bBuUrrAmsbgda6EmimbHABigbIWacRz8mz7lR950XTtOKN5YSkRLled1tQC09//ZXKCgDh3RixiMUxmPg5B5OplQy0dKuKKF1IVSsn5CNCmySdULd8XTrmyXk9sFrX+ODrdI8tXwve3S6SkLhziEiqvPuL1/iuXJtUo9IpM9ALlWSU9t6wjYqiosCChtpeANtgKCxo3hcnWiuX4Xa+VBhUwK+FVjN7vv6N1o8RkJ5QhCGpAF2nIJWVZQAoMWN8tY8pHIIq5uVtxrGf15wiG5B0EQee00m4WlU731kveAwgLW26vqDZ3IlE7Sxe1rVj1cXVNY1HsJ9iAvOsoHjiZ9eCYP2dMBvr0pZidQyGdS+aru+vrU0ZitOZ9GBFfh7tc= ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:47:24.724 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:47:24.724 INFO:teuthology.orchestra.run.smithi134.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T06:47:24.725 INFO:teuthology.orchestra.run.smithi134.stderr:Adding host smithi134... 2023-11-15T06:47:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:24 smithi134 bash[25956]: audit 2023-11-15T06:47:24.132399+0000 mgr.smithi134.usnyhc (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:26.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Added host 'smithi134' with addr '172.21.15.134' 2023-11-15T06:47:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:26 smithi134 bash[25956]: audit 2023-11-15T06:47:26.151640+0000 mgr.smithi134.usnyhc (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "addr": "172.21.15.134", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:27.690 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mon service with default placement... 2023-11-15T06:47:28.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:27 smithi134 bash[25956]: audit 2023-11-15T06:47:26.928990+0000 mon.smithi134 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:28.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:27 smithi134 bash[25956]: cephadm 2023-11-15T06:47:26.929428+0000 mgr.smithi134.usnyhc (mgr.14116) 10 : cephadm [INF] Added host smithi134 2023-11-15T06:47:28.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:27 smithi134 bash[25956]: audit 2023-11-15T06:47:26.941533+0000 mon.smithi134 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:29.661 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T06:47:30.317 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mgr service with default placement... 2023-11-15T06:47:30.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:30 smithi134 bash[25956]: audit 2023-11-15T06:47:29.647524+0000 mgr.smithi134.usnyhc (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:30.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:30 smithi134 bash[25956]: cephadm 2023-11-15T06:47:29.650631+0000 mgr.smithi134.usnyhc (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T06:47:30.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:30 smithi134 bash[25956]: audit 2023-11-15T06:47:29.655446+0000 mon.smithi134 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:30.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:30 smithi134 bash[25956]: audit 2023-11-15T06:47:29.955000+0000 mon.smithi134 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:30.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:30 smithi134 bash[25956]: audit 2023-11-15T06:47:30.255995+0000 mon.smithi134 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:31.760 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T06:47:32.306 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying crash service with default placement... 2023-11-15T06:47:33.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:32 smithi134 bash[25956]: audit 2023-11-15T06:47:31.746604+0000 mgr.smithi134.usnyhc (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:33.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:32 smithi134 bash[25956]: cephadm 2023-11-15T06:47:31.748804+0000 mgr.smithi134.usnyhc (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T06:47:33.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:32 smithi134 bash[25956]: audit 2023-11-15T06:47:31.753500+0000 mon.smithi134 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:33.689 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T06:47:34.212 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying prometheus service with default placement... 2023-11-15T06:47:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:34 smithi134 bash[25956]: audit 2023-11-15T06:47:33.679605+0000 mgr.smithi134.usnyhc (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:34.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:34 smithi134 bash[25956]: cephadm 2023-11-15T06:47:33.680981+0000 mgr.smithi134.usnyhc (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T06:47:34.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:34 smithi134 bash[25956]: audit 2023-11-15T06:47:33.684292+0000 mon.smithi134 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:35.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T06:47:36.177 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying grafana service with default placement... 2023-11-15T06:47:36.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:36 smithi134 bash[25956]: cluster 2023-11-15T06:47:34.914148+0000 mgr.smithi134.usnyhc (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:36.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:36 smithi134 bash[25956]: audit 2023-11-15T06:47:35.409569+0000 mon.smithi134 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:36.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:36 smithi134 bash[25956]: audit 2023-11-15T06:47:35.590720+0000 mon.smithi134 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:37.705 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T06:47:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:37 smithi134 bash[25956]: audit 2023-11-15T06:47:35.586426+0000 mgr.smithi134.usnyhc (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:37 smithi134 bash[25956]: cephadm 2023-11-15T06:47:35.587520+0000 mgr.smithi134.usnyhc (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T06:47:38.225 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying node-exporter service with default placement... 2023-11-15T06:47:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:38 smithi134 bash[25956]: cluster 2023-11-15T06:47:36.914565+0000 mgr.smithi134.usnyhc (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:38.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:38 smithi134 bash[25956]: audit 2023-11-15T06:47:37.699612+0000 mon.smithi134 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:39.764 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T06:47:39.821 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:39 smithi134 bash[25956]: audit 2023-11-15T06:47:37.693978+0000 mgr.smithi134.usnyhc (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:39.821 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:39 smithi134 bash[25956]: cephadm 2023-11-15T06:47:37.696139+0000 mgr.smithi134.usnyhc (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T06:47:40.306 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying alertmanager service with default placement... 2023-11-15T06:47:40.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:40 smithi134 bash[25956]: cluster 2023-11-15T06:47:38.915114+0000 mgr.smithi134.usnyhc (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:40.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:40 smithi134 bash[25956]: audit 2023-11-15T06:47:39.758715+0000 mon.smithi134 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:41.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T06:47:41.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:41 smithi134 bash[25956]: audit 2023-11-15T06:47:39.753700+0000 mgr.smithi134.usnyhc (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:41.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:41 smithi134 bash[25956]: cephadm 2023-11-15T06:47:39.755093+0000 mgr.smithi134.usnyhc (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T06:47:42.846 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:42 smithi134 bash[25956]: cluster 2023-11-15T06:47:40.915682+0000 mgr.smithi134.usnyhc (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:42.847 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:42 smithi134 bash[25956]: audit 2023-11-15T06:47:41.849245+0000 mon.smithi134 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.134:0/2381092791' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:43 smithi134 bash[25956]: audit 2023-11-15T06:47:41.841754+0000 mgr.smithi134.usnyhc (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:43 smithi134 bash[25956]: cephadm 2023-11-15T06:47:41.844021+0000 mgr.smithi134.usnyhc (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T06:47:44.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:44 smithi134 bash[25956]: cluster 2023-11-15T06:47:42.916105+0000 mgr.smithi134.usnyhc (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:44.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:44 smithi134 bash[25956]: audit 2023-11-15T06:47:44.356909+0000 mon.smithi134 (mon.0) 65 : audit [INF] from='client.? 172.21.15.134:0/2793085401' entity='client.admin' 2023-11-15T06:47:46.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:46 smithi134 bash[25956]: cluster 2023-11-15T06:47:44.916575+0000 mgr.smithi134.usnyhc (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:46.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:46 smithi134 bash[25956]: audit 2023-11-15T06:47:46.382512+0000 mon.smithi134 (mon.0) 66 : audit [INF] from='client.? 172.21.15.134:0/773616227' entity='client.admin' 2023-11-15T06:47:46.913 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling the dashboard module... 2023-11-15T06:47:48.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:48 smithi134 bash[25956]: cluster 2023-11-15T06:47:46.916991+0000 mgr.smithi134.usnyhc (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:47:48.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:48 smithi134 bash[25956]: audit 2023-11-15T06:47:48.359490+0000 mon.smithi134 (mon.0) 67 : audit [INF] from='client.? 172.21.15.134:0/438616625' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T06:47:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:49 smithi134 bash[25956]: audit 2023-11-15T06:47:48.590577+0000 mon.smithi134 (mon.0) 68 : audit [INF] from='client.? 172.21.15.134:0/438616625' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T06:47:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:49 smithi134 bash[25956]: cluster 2023-11-15T06:47:48.590771+0000 mon.smithi134 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi134.usnyhc(active, since 33s) 2023-11-15T06:47:50.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:50.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T06:47:50.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:47:50.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "active_name": "smithi134.usnyhc", 2023-11-15T06:47:50.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:47:50.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:51.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:50 smithi134 bash[25956]: audit 2023-11-15T06:47:50.736627+0000 mon.smithi134 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.134:0/1530891540' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:47:51.318 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2023-11-15T06:47:51.318 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr epoch 9... 2023-11-15T06:47:55.199 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: cluster 2023-11-15T06:47:54.965571+0000 mon.smithi134 (mon.0) 71 : cluster [INF] Active manager daemon smithi134.usnyhc restarted 2023-11-15T06:47:55.199 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: cluster 2023-11-15T06:47:54.966127+0000 mon.smithi134 (mon.0) 72 : cluster [INF] Activating manager daemon smithi134.usnyhc 2023-11-15T06:47:55.199 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: cluster 2023-11-15T06:47:54.971796+0000 mon.smithi134 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T06:47:55.199 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: cluster 2023-11-15T06:47:54.972037+0000 mon.smithi134 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi134.usnyhc(active, starting, since 0.00613889s) 2023-11-15T06:47:55.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: audit 2023-11-15T06:47:54.974441+0000 mon.smithi134 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:47:55.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: audit 2023-11-15T06:47:54.976264+0000 mon.smithi134 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi134.usnyhc", "id": "smithi134.usnyhc"}]: dispatch 2023-11-15T06:47:55.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: audit 2023-11-15T06:47:54.977406+0000 mon.smithi134 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:47:55.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: audit 2023-11-15T06:47:54.977842+0000 mon.smithi134 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:47:55.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: audit 2023-11-15T06:47:54.978296+0000 mon.smithi134 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:47:55.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:55 smithi134 bash[25956]: cluster 2023-11-15T06:47:54.982926+0000 mon.smithi134 (mon.0) 80 : cluster [INF] Manager daemon smithi134.usnyhc is now available 2023-11-15T06:47:55.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-11-15T06:47:55.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T06:47:55.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:47:55.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-11-15T06:47:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:56 smithi134 bash[25956]: audit 2023-11-15T06:47:55.126332+0000 mon.smithi134 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:56 smithi134 bash[25956]: audit 2023-11-15T06:47:55.132042+0000 mon.smithi134 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:47:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:56 smithi134 bash[25956]: audit 2023-11-15T06:47:55.181046+0000 mon.smithi134 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:47:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:56 smithi134 bash[25956]: audit 2023-11-15T06:47:55.185886+0000 mon.smithi134 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/trash_purge_schedule"}]: dispatch 2023-11-15T06:47:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:56 smithi134 bash[25956]: cluster 2023-11-15T06:47:55.976439+0000 mon.smithi134 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi134.usnyhc(active, since 1.01054s) 2023-11-15T06:47:56.617 INFO:teuthology.orchestra.run.smithi134.stderr:mgr epoch 9 is available 2023-11-15T06:47:56.617 INFO:teuthology.orchestra.run.smithi134.stderr:Generating a dashboard self-signed certificate... 2023-11-15T06:47:57.350 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:57 smithi134 bash[25956]: audit 2023-11-15T06:47:55.975624+0000 mgr.smithi134.usnyhc (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:47:57.351 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:57 smithi134 bash[25956]: audit 2023-11-15T06:47:55.988943+0000 mgr.smithi134.usnyhc (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:47:58.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T06:47:58.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:58 smithi134 bash[25956]: cluster 2023-11-15T06:47:57.036662+0000 mon.smithi134 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi134.usnyhc(active, since 2s) 2023-11-15T06:47:58.714 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial admin user... 2023-11-15T06:47:59.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:59 smithi134 bash[25956]: audit 2023-11-15T06:47:58.015466+0000 mgr.smithi134.usnyhc (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:47:59.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:59 smithi134 bash[25956]: audit 2023-11-15T06:47:58.168245+0000 mon.smithi134 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:47:59.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:47:59 smithi134 bash[25956]: audit 2023-11-15T06:47:58.172968+0000 mon.smithi134 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:00.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$9lEbXW3tPmEWrO6Rd4uPz.I.c1qgTmK9DiCKs1OyYf6H0mtaYzXaC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700030880, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T06:48:00.895 INFO:teuthology.orchestra.run.smithi134.stderr:Fetching dashboard port number... 2023-11-15T06:48:01.652 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:01 smithi134 bash[25956]: audit 2023-11-15T06:48:00.072380+0000 mgr.smithi134.usnyhc (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:48:01.653 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:01 smithi134 bash[25956]: audit 2023-11-15T06:48:00.305265+0000 mon.smithi134 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:02.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 8443 2023-11-15T06:48:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:02 smithi134 bash[25956]: cluster 2023-11-15T06:48:01.310464+0000 mon.smithi134 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi134.usnyhc(active, since 6s) 2023-11-15T06:48:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:02 smithi134 bash[25956]: audit 2023-11-15T06:48:01.658436+0000 mon.smithi134 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld does not appear to be present 2023-11-15T06:48:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T06:48:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph Dashboard is now available at: 2023-11-15T06:48:02.907 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:02.908 INFO:teuthology.orchestra.run.smithi134.stderr: URL: https://smithi134.front.sepia.ceph.com:8443/ 2023-11-15T06:48:02.908 INFO:teuthology.orchestra.run.smithi134.stderr: User: admin 2023-11-15T06:48:02.908 INFO:teuthology.orchestra.run.smithi134.stderr: Password: krgl0u0lou 2023-11-15T06:48:02.908 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling autotune for osd_memory_target 2023-11-15T06:48:03.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:03 smithi134 bash[25956]: audit 2023-11-15T06:48:02.317410+0000 mon.smithi134 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.134:0/3887983449' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T06:48:06.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T06:48:07.210 INFO:teuthology.orchestra.run.smithi134.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T06:48:07.210 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.211 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:48:07.211 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.211 INFO:teuthology.orchestra.run.smithi134.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T06:48:07.211 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.211 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr: ceph telemetry on 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.212 INFO:teuthology.orchestra.run.smithi134.stderr:For more information see: 2023-11-15T06:48:07.213 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.213 INFO:teuthology.orchestra.run.smithi134.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T06:48:07.213 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:48:07.213 INFO:teuthology.orchestra.run.smithi134.stderr:Bootstrap complete. 2023-11-15T06:48:07.250 INFO:tasks.cephadm:Fetching config... 2023-11-15T06:48:07.250 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:48:07.251 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T06:48:07.259 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T06:48:07.259 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:48:07.261 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T06:48:07.307 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T06:48:07.307 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:48:07.308 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/keyring of=/dev/stdout 2023-11-15T06:48:07.366 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T06:48:07.367 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:48:07.367 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T06:48:07.413 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T06:48:07.414 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCk9haHD/WWfIgg62+mGOcs6FHx+6OdP/gLI6ovjaZuuFoVjtFlb9qAI6quqvaDFjC5035F4AP/9O07DRgZAgQvrquIqUzvEoRjesLl2yulu9IYnDVnua5dqI6CFqDqs2B4bBuUrrAmsbgda6EmimbHABigbIWacRz8mz7lR950XTtOKN5YSkRLled1tQC09//ZXKCgDh3RixiMUxmPg5B5OplQy0dKuKKF1IVSsn5CNCmySdULd8XTrmyXk9sFrX+ODrdI8tXwve3S6SkLhziEiqvPuL1/iuXJtUo9IpM9ALlWSU9t6wjYqiosCChtpeANtgKCxo3hcnWiuX4Xa+VBhUwK+FVjN7vv6N1o8RkJ5QhCGpAF2nIJWVZQAoMWN8tY8pHIIq5uVtxrGf15wiG5B0EQee00m4WlU731kveAwgLW26vqDZ3IlE7Sxe1rVj1cXVNY1HsJ9iAvOsoHjiZ9eCYP2dMBvr0pZidQyGdS+aru+vrU0ZitOZ9GBFfh7tc= ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:48:07.482 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCk9haHD/WWfIgg62+mGOcs6FHx+6OdP/gLI6ovjaZuuFoVjtFlb9qAI6quqvaDFjC5035F4AP/9O07DRgZAgQvrquIqUzvEoRjesLl2yulu9IYnDVnua5dqI6CFqDqs2B4bBuUrrAmsbgda6EmimbHABigbIWacRz8mz7lR950XTtOKN5YSkRLled1tQC09//ZXKCgDh3RixiMUxmPg5B5OplQy0dKuKKF1IVSsn5CNCmySdULd8XTrmyXk9sFrX+ODrdI8tXwve3S6SkLhziEiqvPuL1/iuXJtUo9IpM9ALlWSU9t6wjYqiosCChtpeANtgKCxo3hcnWiuX4Xa+VBhUwK+FVjN7vv6N1o8RkJ5QhCGpAF2nIJWVZQAoMWN8tY8pHIIq5uVtxrGf15wiG5B0EQee00m4WlU731kveAwgLW26vqDZ3IlE7Sxe1rVj1cXVNY1HsJ9iAvOsoHjiZ9eCYP2dMBvr0pZidQyGdS+aru+vrU0ZitOZ9GBFfh7tc= ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:48:07.493 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCk9haHD/WWfIgg62+mGOcs6FHx+6OdP/gLI6ovjaZuuFoVjtFlb9qAI6quqvaDFjC5035F4AP/9O07DRgZAgQvrquIqUzvEoRjesLl2yulu9IYnDVnua5dqI6CFqDqs2B4bBuUrrAmsbgda6EmimbHABigbIWacRz8mz7lR950XTtOKN5YSkRLled1tQC09//ZXKCgDh3RixiMUxmPg5B5OplQy0dKuKKF1IVSsn5CNCmySdULd8XTrmyXk9sFrX+ODrdI8tXwve3S6SkLhziEiqvPuL1/iuXJtUo9IpM9ALlWSU9t6wjYqiosCChtpeANtgKCxo3hcnWiuX4Xa+VBhUwK+FVjN7vv6N1o8RkJ5QhCGpAF2nIJWVZQAoMWN8tY8pHIIq5uVtxrGf15wiG5B0EQee00m4WlU731kveAwgLW26vqDZ3IlE7Sxe1rVj1cXVNY1HsJ9iAvOsoHjiZ9eCYP2dMBvr0pZidQyGdS+aru+vrU0ZitOZ9GBFfh7tc= ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:48:07.520 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCk9haHD/WWfIgg62+mGOcs6FHx+6OdP/gLI6ovjaZuuFoVjtFlb9qAI6quqvaDFjC5035F4AP/9O07DRgZAgQvrquIqUzvEoRjesLl2yulu9IYnDVnua5dqI6CFqDqs2B4bBuUrrAmsbgda6EmimbHABigbIWacRz8mz7lR950XTtOKN5YSkRLled1tQC09//ZXKCgDh3RixiMUxmPg5B5OplQy0dKuKKF1IVSsn5CNCmySdULd8XTrmyXk9sFrX+ODrdI8tXwve3S6SkLhziEiqvPuL1/iuXJtUo9IpM9ALlWSU9t6wjYqiosCChtpeANtgKCxo3hcnWiuX4Xa+VBhUwK+FVjN7vv6N1o8RkJ5QhCGpAF2nIJWVZQAoMWN8tY8pHIIq5uVtxrGf15wiG5B0EQee00m4WlU731kveAwgLW26vqDZ3IlE7Sxe1rVj1cXVNY1HsJ9iAvOsoHjiZ9eCYP2dMBvr0pZidQyGdS+aru+vrU0ZitOZ9GBFfh7tc= ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:48:07.530 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T06:48:07.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:07 smithi134 bash[25956]: audit 2023-11-15T06:48:06.531753+0000 mon.smithi134 (mon.0) 93 : audit [INF] from='client.? 172.21.15.134:0/3825717290' entity='client.admin' 2023-11-15T06:48:11.774 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T06:48:11.777 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T06:48:12.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:11 smithi134 bash[25956]: audit 2023-11-15T06:48:10.854280+0000 mon.smithi134 (mon.0) 94 : audit [INF] from='client.? 172.21.15.134:0/3783442762' entity='client.admin' 2023-11-15T06:48:12.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:11 smithi134 bash[25956]: audit 2023-11-15T06:48:10.943447+0000 mon.smithi134 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:12.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:11 smithi134 bash[25956]: audit 2023-11-15T06:48:11.230184+0000 mon.smithi134 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:48:12.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:11 smithi134 bash[25956]: audit 2023-11-15T06:48:11.237577+0000 mon.smithi134 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:12.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:11 smithi134 bash[25956]: cephadm 2023-11-15T06:48:11.255259+0000 mgr.smithi134.usnyhc (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi134 on smithi134 2023-11-15T06:48:15.979 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-15T06:48:15.979 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:48:15.980 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-15T06:48:15.987 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:48:15.987 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:48:16.035 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-15T06:48:16.036 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi143 2023-11-15T06:48:16.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:16 smithi134 bash[25956]: cluster 2023-11-15T06:48:14.978913+0000 mgr.smithi134.usnyhc (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:16.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:16 smithi134 bash[25956]: audit 2023-11-15T06:48:15.147881+0000 mgr.smithi134.usnyhc (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:48:16.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:16 smithi134 bash[25956]: audit 2023-11-15T06:48:15.151708+0000 mon.smithi134 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:18.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:18 smithi134 bash[25956]: cluster 2023-11-15T06:48:16.979321+0000 mgr.smithi134.usnyhc (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:20.841 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:20 smithi134 bash[25956]: cluster 2023-11-15T06:48:18.979734+0000 mgr.smithi134.usnyhc (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:22.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:22 smithi134 bash[25956]: cluster 2023-11-15T06:48:20.980032+0000 mgr.smithi134.usnyhc (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:22.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:22 smithi134 bash[25956]: audit 2023-11-15T06:48:21.742167+0000 mon.smithi134 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:22.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:22 smithi134 bash[25956]: audit 2023-11-15T06:48:21.745610+0000 mon.smithi134 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:48:22.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:22 smithi134 bash[25956]: audit 2023-11-15T06:48:21.748935+0000 mon.smithi134 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T06:48:22.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:22 smithi134 bash[25956]: audit 2023-11-15T06:48:21.750099+0000 mon.smithi134 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:48:23.926 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:23 smithi134 bash[25956]: cephadm 2023-11-15T06:48:21.750917+0000 mgr.smithi134.usnyhc (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi134 on smithi134 2023-11-15T06:48:24.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: cluster 2023-11-15T06:48:22.980395+0000 mgr.smithi134.usnyhc (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:24.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: audit 2023-11-15T06:48:24.059148+0000 mon.smithi134 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:24.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: audit 2023-11-15T06:48:24.165893+0000 mon.smithi134 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:24.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: audit 2023-11-15T06:48:24.172764+0000 mon.smithi134 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:24.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: audit 2023-11-15T06:48:24.175716+0000 mon.smithi134 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:48:24.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:24 smithi134 bash[25956]: audit 2023-11-15T06:48:24.184139+0000 mon.smithi134 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:25 smithi134 bash[25956]: audit 2023-11-15T06:48:24.176220+0000 mgr.smithi134.usnyhc (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:48:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:25 smithi134 bash[25956]: cephadm 2023-11-15T06:48:24.205804+0000 mgr.smithi134.usnyhc (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi134 on smithi134 2023-11-15T06:48:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:25 smithi134 bash[25956]: audit 2023-11-15T06:48:25.182555+0000 mon.smithi134 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:26 smithi134 bash[25956]: cluster 2023-11-15T06:48:24.980882+0000 mgr.smithi134.usnyhc (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:28.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:28 smithi134 bash[25956]: cluster 2023-11-15T06:48:26.981326+0000 mgr.smithi134.usnyhc (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:30.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:30 smithi134 bash[25956]: cluster 2023-11-15T06:48:28.981727+0000 mgr.smithi134.usnyhc (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:32.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:32 smithi134 bash[25956]: cluster 2023-11-15T06:48:30.982134+0000 mgr.smithi134.usnyhc (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:34.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:34 smithi134 bash[25956]: cluster 2023-11-15T06:48:32.982539+0000 mgr.smithi134.usnyhc (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:36 smithi134 bash[25956]: cluster 2023-11-15T06:48:34.983015+0000 mgr.smithi134.usnyhc (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:38.814 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:38 smithi134 bash[25956]: cluster 2023-11-15T06:48:36.983469+0000 mgr.smithi134.usnyhc (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:40.902 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:40 smithi134 bash[25956]: cluster 2023-11-15T06:48:38.984010+0000 mgr.smithi134.usnyhc (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:42.212 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: cluster 2023-11-15T06:48:40.984519+0000 mgr.smithi134.usnyhc (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:48:42.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: audit 2023-11-15T06:48:41.050024+0000 mon.smithi134 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:42.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: cephadm 2023-11-15T06:48:41.054721+0000 mgr.smithi134.usnyhc (mgr.14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2023-11-15T06:48:42.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: audit 2023-11-15T06:48:41.564065+0000 mgr.smithi134.usnyhc (mgr.14156) 25 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:48:42.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: audit 2023-11-15T06:48:41.584492+0000 mon.smithi134 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:42.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:42 smithi134 bash[25956]: audit 2023-11-15T06:48:41.589702+0000 mon.smithi134 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T06:48:42.365 INFO:teuthology.orchestra.run.smithi143.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-11-15T06:48:43.120 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T06:48:43.496 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:43 smithi134 bash[25956]: audit 2023-11-15T06:48:42.358957+0000 mon.smithi134 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:43.496 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:43 smithi134 bash[25956]: audit 2023-11-15T06:48:42.589848+0000 mon.smithi134 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.134:0/4182167633' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T06:48:43.496 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:43 smithi134 bash[25956]: cluster 2023-11-15T06:48:42.590013+0000 mon.smithi134 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi134.usnyhc(active, since 47s) 2023-11-15T06:48:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: cluster 2023-11-15T06:48:49.024798+0000 mon.smithi134 (mon.0) 115 : cluster [INF] Active manager daemon smithi134.usnyhc restarted 2023-11-15T06:48:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: cluster 2023-11-15T06:48:49.025203+0000 mon.smithi134 (mon.0) 116 : cluster [INF] Activating manager daemon smithi134.usnyhc 2023-11-15T06:48:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: cluster 2023-11-15T06:48:49.030543+0000 mon.smithi134 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T06:48:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: cluster 2023-11-15T06:48:49.030745+0000 mon.smithi134 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi134.usnyhc(active, starting, since 0.00570157s) 2023-11-15T06:48:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.033657+0000 mon.smithi134 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:48:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.035054+0000 mon.smithi134 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi134.usnyhc", "id": "smithi134.usnyhc"}]: dispatch 2023-11-15T06:48:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.036084+0000 mon.smithi134 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:48:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.036220+0000 mon.smithi134 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:48:49.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.036417+0000 mon.smithi134 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:48:49.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: cluster 2023-11-15T06:48:49.040493+0000 mon.smithi134 (mon.0) 124 : cluster [INF] Manager daemon smithi134.usnyhc is now available 2023-11-15T06:48:49.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.174918+0000 mon.smithi134 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:48:49.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.177214+0000 mon.smithi134 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:48:49.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.197404+0000 mon.smithi134 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:49.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.239525+0000 mon.smithi134 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:48:49.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:49 smithi134 bash[25956]: audit 2023-11-15T06:48:49.250800+0000 mon.smithi134 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.usnyhc/trash_purge_schedule"}]: dispatch 2023-11-15T06:48:50.040 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T06:48:50.040 INFO:teuthology.orchestra.run.smithi143.stdout:[{"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-15T06:48:50.662 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T06:48:50.662 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T06:48:50.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:50 smithi134 bash[25956]: audit 2023-11-15T06:48:49.824936+0000 mon.smithi134 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:50.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:50 smithi134 bash[25956]: audit 2023-11-15T06:48:50.033944+0000 mgr.smithi134.usnyhc (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:48:50.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:50 smithi134 bash[25956]: cluster 2023-11-15T06:48:50.034655+0000 mon.smithi134 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi134.usnyhc(active, since 1.00961s) 2023-11-15T06:48:52.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:52 smithi134 bash[25956]: audit 2023-11-15T06:48:51.665398+0000 mon.smithi134 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:52.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:52 smithi134 bash[25956]: cluster 2023-11-15T06:48:51.832003+0000 mon.smithi134 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi134.usnyhc(active, since 2s) 2023-11-15T06:48:54.867 INFO:teuthology.orchestra.run.smithi134.stderr:adjusted tunables profile to default 2023-11-15T06:48:54.936 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:54 smithi134 bash[25956]: audit 2023-11-15T06:48:54.806031+0000 mon.smithi134 (mon.0) 134 : audit [INF] from='client.? 172.21.15.134:0/1409710013' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T06:48:55.688 INFO:tasks.cephadm:Adding mon.smithi134 on smithi134 2023-11-15T06:48:55.689 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-15T06:48:55.689 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi134:172.21.15.134=smithi134;smithi143:172.21.15.143=smithi143' 2023-11-15T06:48:55.957 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:55 smithi134 bash[25956]: audit 2023-11-15T06:48:54.859110+0000 mon.smithi134 (mon.0) 135 : audit [INF] from='client.? 172.21.15.134:0/1409710013' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T06:48:55.957 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:55 smithi134 bash[25956]: cluster 2023-11-15T06:48:54.859203+0000 mon.smithi134 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:48:55.958 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:55 smithi134 bash[25956]: audit 2023-11-15T06:48:55.236450+0000 mon.smithi134 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:55.958 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:55 smithi134 bash[25956]: audit 2023-11-15T06:48:55.525540+0000 mon.smithi134 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:48:58.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.327652+0000 mon.smithi134 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:58.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.644937+0000 mon.smithi134 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:58.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.645833+0000 mon.smithi134 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:48:58.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.646980+0000 mon.smithi134 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:48:58.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.648119+0000 mon.smithi134 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:48:58.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.708394+0000 mon.smithi134 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:58.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.834121+0000 mon.smithi134 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:58.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.838627+0000 mon.smithi134 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:48:58.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.840610+0000 mon.smithi134 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:48:58.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.844655+0000 mon.smithi134 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T06:48:58.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:58 smithi134 bash[25956]: audit 2023-11-15T06:48:57.845741+0000 mon.smithi134 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:48:59.583 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-15T06:48:59.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:59 smithi134 bash[25956]: cephadm 2023-11-15T06:48:57.650315+0000 mgr.smithi134.usnyhc (mgr.14182) 2 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-11-15T06:48:59.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:59 smithi134 bash[25956]: cephadm 2023-11-15T06:48:57.650601+0000 mgr.smithi134.usnyhc (mgr.14182) 3 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T06:48:59.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:59 smithi134 bash[25956]: cephadm 2023-11-15T06:48:57.672162+0000 mgr.smithi134.usnyhc (mgr.14182) 4 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:48:59.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:59 smithi134 bash[25956]: cephadm 2023-11-15T06:48:57.731983+0000 mgr.smithi134.usnyhc (mgr.14182) 5 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:48:59.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:48:59 smithi134 bash[25956]: cephadm 2023-11-15T06:48:57.846595+0000 mgr.smithi134.usnyhc (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi143 on smithi143 2023-11-15T06:49:00.278 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi143.service 2023-11-15T06:49:00.280 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:49:00.281 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:49:00.561 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T06:49:00.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:00 smithi134 bash[25956]: audit 2023-11-15T06:48:59.568523+0000 mgr.smithi134.usnyhc (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi134:172.21.15.134=smithi134;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:49:00.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:00 smithi134 bash[25956]: cephadm 2023-11-15T06:48:59.574168+0000 mgr.smithi134.usnyhc (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi134:172.21.15.134=smithi134;smithi143:172.21.15.143=smithi143;count:2 2023-11-15T06:49:00.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:00 smithi134 bash[25956]: audit 2023-11-15T06:48:59.577870+0000 mon.smithi134 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:02.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: audit 2023-11-15T06:49:00.761806+0000 mon.smithi134 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:02.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: audit 2023-11-15T06:49:00.767160+0000 mon.smithi134 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.rmzpbk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:49:02.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: audit 2023-11-15T06:49:00.771819+0000 mon.smithi134 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.rmzpbk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T06:49:02.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: audit 2023-11-15T06:49:00.773462+0000 mon.smithi134 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:49:02.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: audit 2023-11-15T06:49:00.775428+0000 mon.smithi134 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:02.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:01 smithi134 bash[25956]: cephadm 2023-11-15T06:49:00.776686+0000 mgr.smithi134.usnyhc (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi143.rmzpbk on smithi143 2023-11-15T06:49:04.422 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T06:49:04.422 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"a9e0976a-8382-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:46:43.101677Z","created":"2023-11-15T06:46:43.101677Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:49:04.425 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T06:49:05.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:03.942160+0000 mon.smithi134 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:05.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:03.946925+0000 mon.smithi134 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:49:05.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:03.948604+0000 mon.smithi134 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:49:05.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:03.950180+0000 mon.smithi134 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:05.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: cephadm 2023-11-15T06:49:03.951667+0000 mgr.smithi134.usnyhc (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi143 on smithi143 2023-11-15T06:49:05.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:04.243751+0000 mon.smithi134 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:05.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:04 smithi134 bash[25956]: audit 2023-11-15T06:49:04.416961+0000 mon.smithi134 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.143:0/746628462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:49:06.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:49:06.255 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:49:08.876 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:08 smithi143 systemd[1]: Started Ceph mon.smithi143 for a9e0976a-8382-11ee-8dbe-212e2dc638e7. 2023-11-15T06:49:10.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: audit 2023-11-15T06:49:08.773415+0000 mon.smithi134 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: cephadm 2023-11-15T06:49:08.777402+0000 mgr.smithi134.usnyhc (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2023-11-15T06:49:10.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: cluster 2023-11-15T06:49:09.038045+0000 mgr.smithi134.usnyhc (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:10.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: audit 2023-11-15T06:49:09.257178+0000 mon.smithi134 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: audit 2023-11-15T06:49:09.311892+0000 mon.smithi134 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:09 smithi134 bash[25956]: cephadm 2023-11-15T06:49:09.338508+0000 mgr.smithi134.usnyhc (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi143 on smithi143 2023-11-15T06:49:10.759 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.699+0000 7fdd216b2880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:49:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.699+0000 7fdd216b2880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 8 2023-11-15T06:49:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.699+0000 7fdd216b2880 0 pidfile_write: ignore empty --pid-file 2023-11-15T06:49:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 0 load: jerasure load: lrc load: isa 2023-11-15T06:49:10.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:49:10.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:49:10.762 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:49:10.762 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: DB SUMMARY 2023-11-15T06:49:10.762 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T06:49:10.763 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T06:49:10.763 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T06:49:10.763 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2023-11-15T06:49:10.764 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000003.log size: 511 ; 2023-11-15T06:49:10.764 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:49:10.764 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T06:49:10.765 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:49:10.765 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.env: 0x5583d7b86080 2023-11-15T06:49:10.765 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:49:10.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.info_log: 0x5583da20a400 2023-11-15T06:49:10.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:49:10.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:49:10.767 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:49:10.767 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:49:10.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:49:10.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:49:10.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:49:10.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:49:10.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:49:10.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:49:10.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:49:10.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:49:10.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:49:10.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:49:10.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:49:10.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2023-11-15T06:49:10.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:49:10.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:49:10.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:49:10.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:49:10.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:49:10.772 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:49:10.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:49:10.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:49:10.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:49:10.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:49:10.774 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.write_buffer_manager: 0x5583daefe420 2023-11-15T06:49:10.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:49:10.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:49:10.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:49:10.775 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:49:10.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:49:10.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:49:10.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:49:10.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:49:10.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:49:10.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:49:10.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:49:10.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:49:10.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:49:10.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:49:10.778 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.row_cache: None 2023-11-15T06:49:10.778 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:49:10.778 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:49:10.778 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:49:10.778 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:49:10.779 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:49:10.779 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:49:10.779 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:49:10.779 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:49:10.780 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:49:10.780 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:49:10.780 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:49:10.780 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:49:10.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:49:10.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:49:10.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:49:10.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:49:10.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:49:10.784 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:49:10.784 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:49:10.785 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:49:10.785 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:49:10.785 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:49:10.785 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:49:10.786 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:49:10.786 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:49:10.786 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:49:10.786 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:49:10.786 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:49:10.787 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:49:10.787 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:49:10.787 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:49:10.787 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:49:10.788 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 2023-11-15T06:49:10.788 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:49:10.789 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:49:10.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.merge_operator: 2023-11-15T06:49:10.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:49:10.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:49:10.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:49:10.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:49:10.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5583da1add28) 2023-11-15T06:49:10.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: cache_index_and_filter_blocks: 1 2023-11-15T06:49:10.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:49:10.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:49:10.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: pin_top_level_index_and_filter: 1 2023-11-15T06:49:10.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: index_type: 0 2023-11-15T06:49:10.797 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: data_block_index_type: 0 2023-11-15T06:49:10.797 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: index_shortening: 1 2023-11-15T06:49:10.797 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:49:10.797 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: hash_index_allow_collision: 1 2023-11-15T06:49:10.797 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: checksum: 1 2023-11-15T06:49:10.798 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: no_block_cache: 0 2023-11-15T06:49:10.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_cache: 0x5583da1e4f10 2023-11-15T06:49:10.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_cache_name: BinnedLRUCache 2023-11-15T06:49:10.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_cache_options: 2023-11-15T06:49:10.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: capacity : 536870912 2023-11-15T06:49:10.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: num_shard_bits : 4 2023-11-15T06:49:10.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: strict_capacity_limit : 0 2023-11-15T06:49:10.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: high_pri_pool_ratio: 0.000 2023-11-15T06:49:10.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_cache_compressed: (nil) 2023-11-15T06:49:10.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: persistent_cache: (nil) 2023-11-15T06:49:10.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_size: 4096 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_size_deviation: 10 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_restart_interval: 16 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: index_block_restart_interval: 1 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: metadata_block_size: 4096 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: partition_filters: 0 2023-11-15T06:49:10.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: use_delta_encoding: 1 2023-11-15T06:49:10.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:49:10.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: whole_key_filtering: 1 2023-11-15T06:49:10.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: verify_compression: 0 2023-11-15T06:49:10.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: read_amp_bytes_per_bit: 0 2023-11-15T06:49:10.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: format_version: 2 2023-11-15T06:49:10.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: enable_index_compression: 1 2023-11-15T06:49:10.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: block_align: 0 2023-11-15T06:49:10.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:49:10.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:49:10.803 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:49:10.804 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:49:10.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:49:10.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:49:10.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:49:10.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:49:10.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:49:10.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:49:10.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:49:10.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:49:10.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:49:10.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:49:10.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.703+0000 7fdd216b2880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:49:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:49:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:49:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:49:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:49:10.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:49:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:49:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:49:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:49:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:49:10.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:49:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:49:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:49:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:49:10.810 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:49:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:49:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:49:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:49:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:49:10.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:49:10.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:49:10.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:49:10.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:49:10.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:49:10.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:49:10.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:49:10.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:49:10.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:49:10.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:49:10.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:49:10.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:49:10.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:49:10.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:49:10.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:49:10.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:49:10.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:49:10.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:49:10.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:49:10.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:49:10.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:49:10.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:49:10.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:49:10.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:49:10.816 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:49:10.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T06:49:10.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T06:49:10.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030950710993, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T06:49:10.817 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T06:49:10.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T06:49:10.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030950712011, "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": 1700030950, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T06:49:10.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.707+0000 7fdd216b2880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T06:49:10.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.711+0000 7fdd216b2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700030950713388, "job": 1, "event": "recovery_finished"} 2023-11-15T06:49:10.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.711+0000 7fdd216b2880 4 rocksdb: DB pointer 0x5583da2ad800 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.711+0000 7fdd216b2880 0 mon.smithi143 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.711+0000 7fdd216b2880 0 using public_addr v2:172.21.15.143:0/0 -> [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.711+0000 7fdd216b2880 0 starting mon.smithi143 rank -1 at public addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] at bind addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi143 fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.715+0000 7fdd084b7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.715+0000 7fdd084b7700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:49:10.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** DB Stats ** 2023-11-15T06:49:10.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:49:10.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T06:49:10.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:49:10.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:49:10.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** Compaction Stats [default] ** 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:49:10.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.822 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** Compaction Stats [default] ** 2023-11-15T06:49:10.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:49:10.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:49:10.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:49:10.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:49:10.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:49:10.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:49:10.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:49:10.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:49:10.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Cumulative compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:49:10.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Interval compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:49:10.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:49:10.828 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:49:10.828 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** Compaction Stats [default] ** 2023-11-15T06:49:10.828 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:49:10.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:49:10.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T06:49:10.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** Compaction Stats [default] ** 2023-11-15T06:49:10.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T06:49:10.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:49:10.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.4 0.00 0.00 1 0.001 0 0 2023-11-15T06:49:10.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:49:10.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:49:10.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:49:10.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:49:10.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:49:10.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:49:10.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Cumulative compaction: 0.00 GB write, 0.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:49:10.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:49:10.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T06:49:10.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:49:10.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.715+0000 7fdd216b2880 1 mon.smithi143@-1(???) e0 preinit fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:49:10.833 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.747+0000 7fdd0acbc700 0 mon.smithi143@-1(synchronizing).mds e1 new map 2023-11-15T06:49:10.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.747+0000 7fdd0acbc700 0 mon.smithi143@-1(synchronizing).mds e1 print_map 2023-11-15T06:49:10.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: e1 2023-11-15T06:49:10.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T06:49:10.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T06:49:10.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: legacy client fscid: -1 2023-11-15T06:49:10.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: 2023-11-15T06:49:10.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: No filesystems configured 2023-11-15T06:49:10.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T06:49:10.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T06:49:10.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T06:49:10.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T06:49:10.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T06:49:10.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T06:49:10.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T06:49:10.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T06:49:10.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.751+0000 7fdd0acbc700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:49:10.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: audit 2023-11-15T06:49:08.773415+0000 mon.smithi134 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: cephadm 2023-11-15T06:49:08.777402+0000 mgr.smithi134.usnyhc (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2023-11-15T06:49:10.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: cluster 2023-11-15T06:49:09.038045+0000 mgr.smithi134.usnyhc (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:10.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: audit 2023-11-15T06:49:09.257178+0000 mon.smithi134 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: audit 2023-11-15T06:49:09.311892+0000 mon.smithi134 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:10.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: cephadm 2023-11-15T06:49:09.338508+0000 mgr.smithi134.usnyhc (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi143 on smithi143 2023-11-15T06:49:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:10 smithi143 bash[29607]: debug 2023-11-15T06:49:10.755+0000 7fdd0acbc700 1 mon.smithi143@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T06:49:15.830 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T06:49:15.831 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"a9e0976a-8382-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:49:10.760417Z","created":"2023-11-15T06:46:43.101677Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T06:49:15.835 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2023-11-15T06:49:16.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:10.765688+0000 mon.smithi134 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:49:16.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:10.766122+0000 mon.smithi134 (mon.0) 167 : cluster [INF] mon.smithi134 calling monitor election 2023-11-15T06:49:16.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:10.784660+0000 mon.smithi134 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:11.038481+0000 mgr.smithi134.usnyhc (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:11.126665+0000 mon.smithi134 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/3026560142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:49:16.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:11.759855+0000 mon.smithi134 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:12.620201+0000 mon.smithi134 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.rmzpbk/crt"}]: dispatch 2023-11-15T06:49:16.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:12.760095+0000 mon.smithi134 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:12.765269+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2023-11-15T06:49:16.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:13.038892+0000 mgr.smithi134.usnyhc (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:13.760291+0000 mon.smithi134 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:14.760197+0000 mon.smithi134 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.039288+0000 mgr.smithi134.usnyhc (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:15.760441+0000 mon.smithi134 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.811660+0000 mon.smithi134 (mon.0) 176 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi143 in quorum (ranks 0,1) 2023-11-15T06:49:16.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.822317+0000 mon.smithi134 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.823498+0000 mon.smithi134 (mon.0) 178 : cluster [DBG] fsmap 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.823563+0000 mon.smithi134 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.823927+0000 mon.smithi134 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi134.usnyhc(active, since 26s) 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.825884+0000 mon.smithi134 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi143.rmzpbk started 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:15.828641+0000 mon.smithi134 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T06:49:16.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.831723+0000 mon.smithi134 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-11-15T06:49:16.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:15.832443+0000 mon.smithi134 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.rmzpbk/key"}]: dispatch 2023-11-15T06:49:16.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:15.833297+0000 mon.smithi134 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T06:49:16.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:15 smithi134 bash[25956]: audit 2023-11-15T06:49:15.836632+0000 mon.smithi134 (mon.0) 186 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:16.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:10.765688+0000 mon.smithi134 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-11-15T06:49:16.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:10.766122+0000 mon.smithi134 (mon.0) 167 : cluster [INF] mon.smithi134 calling monitor election 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:10.784660+0000 mon.smithi134 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:11.038481+0000 mgr.smithi134.usnyhc (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:11.126665+0000 mon.smithi134 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/3026560142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:11.759855+0000 mon.smithi134 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:12.620201+0000 mon.smithi134 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.rmzpbk/crt"}]: dispatch 2023-11-15T06:49:16.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:12.760095+0000 mon.smithi134 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:12.765269+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2023-11-15T06:49:16.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:13.038892+0000 mgr.smithi134.usnyhc (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:13.760291+0000 mon.smithi134 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:14.760197+0000 mon.smithi134 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.039288+0000 mgr.smithi134.usnyhc (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:16.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:15.760441+0000 mon.smithi134 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:16.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.811660+0000 mon.smithi134 (mon.0) 176 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi143 in quorum (ranks 0,1) 2023-11-15T06:49:16.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.822317+0000 mon.smithi134 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2023-11-15T06:49:16.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.823498+0000 mon.smithi134 (mon.0) 178 : cluster [DBG] fsmap 2023-11-15T06:49:16.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.823563+0000 mon.smithi134 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.823927+0000 mon.smithi134 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi134.usnyhc(active, since 26s) 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.825884+0000 mon.smithi134 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi143.rmzpbk started 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:15.828641+0000 mon.smithi134 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.831723+0000 mon.smithi134 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:15.832443+0000 mon.smithi134 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.rmzpbk/key"}]: dispatch 2023-11-15T06:49:16.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:15.833297+0000 mon.smithi134 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.143:0/2360527568' entity='mgr.smithi143.rmzpbk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T06:49:16.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:15 smithi143 bash[29607]: audit 2023-11-15T06:49:15.836632+0000 mon.smithi134 (mon.0) 186 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:17.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:16 smithi134 bash[25956]: cluster 2023-11-15T06:49:15.890620+0000 mon.smithi134 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi134.usnyhc(active, since 26s), standbys: smithi143.rmzpbk 2023-11-15T06:49:17.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:16 smithi134 bash[25956]: audit 2023-11-15T06:49:15.891732+0000 mon.smithi134 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi143.rmzpbk", "id": "smithi143.rmzpbk"}]: dispatch 2023-11-15T06:49:17.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:16 smithi134 bash[25956]: audit 2023-11-15T06:49:16.760619+0000 mon.smithi134 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:16 smithi143 bash[29607]: cluster 2023-11-15T06:49:15.890620+0000 mon.smithi134 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi134.usnyhc(active, since 26s), standbys: smithi143.rmzpbk 2023-11-15T06:49:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:16 smithi143 bash[29607]: audit 2023-11-15T06:49:15.891732+0000 mon.smithi134 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr metadata", "who": "smithi143.rmzpbk", "id": "smithi143.rmzpbk"}]: dispatch 2023-11-15T06:49:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:16 smithi143 bash[29607]: audit 2023-11-15T06:49:16.760619+0000 mon.smithi134 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T06:49:17.407 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T06:49:17.408 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T06:49:18.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:17 smithi134 bash[25956]: cluster 2023-11-15T06:49:17.039813+0000 mgr.smithi134.usnyhc (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:17 smithi143 bash[29607]: cluster 2023-11-15T06:49:17.039813+0000 mgr.smithi134.usnyhc (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:20.404 INFO:teuthology.orchestra.run.smithi134.stdout:# minimal ceph.conf for a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:49:20.405 INFO:teuthology.orchestra.run.smithi134.stdout:[global] 2023-11-15T06:49:20.405 INFO:teuthology.orchestra.run.smithi134.stdout: fsid = a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:49:20.405 INFO:teuthology.orchestra.run.smithi134.stdout: mon_host = [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-15T06:49:20.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:20 smithi134 bash[25956]: cluster 2023-11-15T06:49:19.040344+0000 mgr.smithi134.usnyhc (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:20.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:20 smithi134 bash[25956]: audit 2023-11-15T06:49:20.399742+0000 mon.smithi134 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.134:0/4266183424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:20.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:20 smithi143 bash[29607]: cluster 2023-11-15T06:49:19.040344+0000 mgr.smithi134.usnyhc (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:20.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:20 smithi143 bash[29607]: audit 2023-11-15T06:49:20.399742+0000 mon.smithi134 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.134:0/4266183424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:20.984 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T06:49:20.984 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:49:20.985 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T06:49:21.000 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:49:21.000 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:49:21.057 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:49:21.058 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T06:49:21.073 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:49:21.073 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:49:21.129 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T06:49:21.129 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:49:21.130 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:49:21.136 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:49:21.137 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme1n1 2023-11-15T06:49:21.186 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme1n1 2023-11-15T06:49:21.187 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.187 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-15T06:49:21.187 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.187 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:48:12.465140301 +0000 2023-11-15T06:49:21.187 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:48:12.417141442 +0000 2023-11-15T06:49:21.188 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:48:12.417141442 +0000 2023-11-15T06:49:21.188 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:49:21.188 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T06:49:21.241 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:49:21.241 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:49:21.242 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00045504 s, 1.1 MB/s 2023-11-15T06:49:21.243 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T06:49:21.295 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme2n1 2023-11-15T06:49:21.346 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme2n1 2023-11-15T06:49:21.346 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.347 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T06:49:21.347 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.347 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:48:12.485139825 +0000 2023-11-15T06:49:21.347 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.348 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.348 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:49:21.348 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T06:49:21.401 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:49:21.401 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:49:21.401 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000359285 s, 1.4 MB/s 2023-11-15T06:49:21.402 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T06:49:21.452 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme3n1 2023-11-15T06:49:21.502 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme3n1 2023-11-15T06:49:21.502 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.502 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T06:49:21.503 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.503 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:48:12.497139539 +0000 2023-11-15T06:49:21.503 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.503 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.503 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:49:21.504 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T06:49:21.557 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:49:21.557 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:49:21.557 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000417146 s, 1.2 MB/s 2023-11-15T06:49:21.558 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T06:49:21.612 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme4n1 2023-11-15T06:49:21.662 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme4n1 2023-11-15T06:49:21.662 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.662 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-15T06:49:21.663 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.663 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-11-15 06:48:12.513139159 +0000 2023-11-15T06:49:21.663 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.663 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-11-15 06:48:12.421141347 +0000 2023-11-15T06:49:21.663 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-11-15T06:49:21.664 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T06:49:21.717 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-11-15T06:49:21.717 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-11-15T06:49:21.717 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000476789 s, 1.1 MB/s 2023-11-15T06:49:21.719 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T06:49:21.772 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:49:21.772 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:49:21.779 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:49:21.780 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme1n1 2023-11-15T06:49:21.831 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme1n1 2023-11-15T06:49:21.832 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.832 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2023-11-15T06:49:21.832 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.833 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:48:55.539711583 +0000 2023-11-15T06:49:21.833 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:48:55.503712440 +0000 2023-11-15T06:49:21.833 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:48:55.503712440 +0000 2023-11-15T06:49:21.833 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:49:21.834 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T06:49:21.887 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:49:21.887 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:49:21.887 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000349434 s, 1.5 MB/s 2023-11-15T06:49:21.888 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T06:49:21.938 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme2n1 2023-11-15T06:49:21.989 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme2n1 2023-11-15T06:49:21.989 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:21.990 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T06:49:21.990 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:21.990 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:48:55.551711299 +0000 2023-11-15T06:49:21.990 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:21.990 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:21.991 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:49:21.991 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T06:49:22.042 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:49:22.042 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:49:22.043 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000489828 s, 1.0 MB/s 2023-11-15T06:49:22.044 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T06:49:22.095 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme3n1 2023-11-15T06:49:22.144 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme3n1 2023-11-15T06:49:22.144 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:22.145 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T06:49:22.145 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:22.145 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:48:55.567710918 +0000 2023-11-15T06:49:22.145 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:22.145 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:22.146 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:49:22.146 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T06:49:22.199 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:49:22.199 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:49:22.200 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000376892 s, 1.4 MB/s 2023-11-15T06:49:22.201 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T06:49:22.250 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme4n1 2023-11-15T06:49:22.300 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme4n1 2023-11-15T06:49:22.301 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:49:22.301 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-15T06:49:22.301 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:49:22.301 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 06:48:55.583710537 +0000 2023-11-15T06:49:22.302 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:22.302 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 06:48:55.507712345 +0000 2023-11-15T06:49:22.302 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T06:49:22.302 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T06:49:22.356 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T06:49:22.356 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T06:49:22.356 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000442524 s, 1.2 MB/s 2023-11-15T06:49:22.357 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T06:49:22.410 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T06:49:22.728 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:22 smithi143 bash[29607]: cluster 2023-11-15T06:49:21.040870+0000 mgr.smithi134.usnyhc (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:22.729 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:22 smithi143 bash[29607]: audit 2023-11-15T06:49:21.585413+0000 mon.smithi134 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:22.729 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:22 smithi143 bash[29607]: audit 2023-11-15T06:49:21.588215+0000 mon.smithi134 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:49:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:22 smithi134 bash[25956]: cluster 2023-11-15T06:49:21.040870+0000 mgr.smithi134.usnyhc (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:22 smithi134 bash[25956]: audit 2023-11-15T06:49:21.585413+0000 mon.smithi134 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:22 smithi134 bash[25956]: audit 2023-11-15T06:49:21.588215+0000 mon.smithi134 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:49:24.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:24 smithi134 bash[25956]: cluster 2023-11-15T06:49:23.041371+0000 mgr.smithi134.usnyhc (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:24.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:24 smithi143 bash[29607]: cluster 2023-11-15T06:49:23.041371+0000 mgr.smithi134.usnyhc (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:25.605 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled osd.all-available-devices update... 2023-11-15T06:49:26.148 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T06:49:26.149 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: cluster 2023-11-15T06:49:25.041747+0000 mgr.smithi134.usnyhc (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: audit 2023-11-15T06:49:25.588759+0000 mgr.smithi134.usnyhc (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:49:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: cephadm 2023-11-15T06:49:25.593144+0000 mgr.smithi134.usnyhc (mgr.14182) 23 : cephadm [INF] Marking host: smithi134 for OSDSpec preview refresh. 2023-11-15T06:49:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: cephadm 2023-11-15T06:49:25.593523+0000 mgr.smithi134.usnyhc (mgr.14182) 24 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2023-11-15T06:49:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: cephadm 2023-11-15T06:49:25.594303+0000 mgr.smithi134.usnyhc (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T06:49:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: audit 2023-11-15T06:49:25.600680+0000 mon.smithi134 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:26 smithi134 bash[25956]: audit 2023-11-15T06:49:25.846874+0000 mon.smithi134 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: cluster 2023-11-15T06:49:25.041747+0000 mgr.smithi134.usnyhc (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: audit 2023-11-15T06:49:25.588759+0000 mgr.smithi134.usnyhc (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:49:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: cephadm 2023-11-15T06:49:25.593144+0000 mgr.smithi134.usnyhc (mgr.14182) 23 : cephadm [INF] Marking host: smithi134 for OSDSpec preview refresh. 2023-11-15T06:49:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: cephadm 2023-11-15T06:49:25.593523+0000 mgr.smithi134.usnyhc (mgr.14182) 24 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2023-11-15T06:49:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: cephadm 2023-11-15T06:49:25.594303+0000 mgr.smithi134.usnyhc (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T06:49:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: audit 2023-11-15T06:49:25.600680+0000 mon.smithi134 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:26 smithi143 bash[29607]: audit 2023-11-15T06:49:25.846874+0000 mon.smithi134 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: cluster 2023-11-15T06:49:27.042183+0000 mgr.smithi134.usnyhc (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:28.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.461197+0000 mon.smithi134 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.469857+0000 mon.smithi134 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.471338+0000 mon.smithi134 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:28.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.472474+0000 mon.smithi134 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:49:28.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: cephadm 2023-11-15T06:49:27.473873+0000 mgr.smithi134.usnyhc (mgr.14182) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-11-15T06:49:28.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: cephadm 2023-11-15T06:49:27.474224+0000 mgr.smithi134.usnyhc (mgr.14182) 28 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T06:49:28.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.521329+0000 mon.smithi134 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.528318+0000 mon.smithi134 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.536384+0000 mon.smithi134 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.547986+0000 mon.smithi134 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:49:28.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.552973+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:49:28.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.556702+0000 mon.smithi134 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:49:28.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.557144+0000 mon.smithi134 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:28.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:28 smithi134 bash[25956]: audit 2023-11-15T06:49:27.558100+0000 mon.smithi134 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: cluster 2023-11-15T06:49:27.042183+0000 mgr.smithi134.usnyhc (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.461197+0000 mon.smithi134 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.469857+0000 mon.smithi134 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.471338+0000 mon.smithi134 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:28.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.472474+0000 mon.smithi134 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:49:28.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: cephadm 2023-11-15T06:49:27.473873+0000 mgr.smithi134.usnyhc (mgr.14182) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-11-15T06:49:28.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: cephadm 2023-11-15T06:49:27.474224+0000 mgr.smithi134.usnyhc (mgr.14182) 28 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T06:49:28.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.521329+0000 mon.smithi134 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.528318+0000 mon.smithi134 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.536384+0000 mon.smithi134 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:49:28.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.547986+0000 mon.smithi134 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:49:28.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.552973+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:49:28.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.556702+0000 mon.smithi134 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:49:28.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.557144+0000 mon.smithi134 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:28.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:28 smithi143 bash[29607]: audit 2023-11-15T06:49:27.558100+0000 mon.smithi134 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:29.253 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:29.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:29 smithi134 bash[25956]: audit 2023-11-15T06:49:29.248635+0000 mon.smithi134 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.134:0/2295445341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:29.900 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T06:49:29.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:29 smithi143 bash[29607]: audit 2023-11-15T06:49:29.248635+0000 mon.smithi134 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.134:0/2295445341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:30.902 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:30.913 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:30 smithi134 bash[25956]: cluster 2023-11-15T06:49:29.042592+0000 mgr.smithi134.usnyhc (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:30.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:30 smithi143 bash[29607]: cluster 2023-11-15T06:49:29.042592+0000 mgr.smithi134.usnyhc (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:32.767 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:32 smithi134 bash[25956]: cluster 2023-11-15T06:49:31.043033+0000 mgr.smithi134.usnyhc (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:32.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:32 smithi143 bash[29607]: cluster 2023-11-15T06:49:31.043033+0000 mgr.smithi134.usnyhc (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:34.709 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:34.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:34 smithi134 bash[25956]: cluster 2023-11-15T06:49:33.043538+0000 mgr.smithi134.usnyhc (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:34 smithi143 bash[29607]: cluster 2023-11-15T06:49:33.043538+0000 mgr.smithi134.usnyhc (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:35.539 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T06:49:35.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:35 smithi134 bash[25956]: audit 2023-11-15T06:49:34.704654+0000 mon.smithi134 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.134:0/1138485484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:35.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:35 smithi143 bash[29607]: audit 2023-11-15T06:49:34.704654+0000 mon.smithi134 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.134:0/1138485484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:36.541 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: cluster 2023-11-15T06:49:35.043920+0000 mgr.smithi134.usnyhc (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: audit 2023-11-15T06:49:35.816964+0000 mon.smithi134 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]: dispatch 2023-11-15T06:49:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: audit 2023-11-15T06:49:35.818524+0000 mon.smithi143 (mon.1) 2 : audit [INF] from='client.? 172.21.15.143:0/2818274165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]: dispatch 2023-11-15T06:49:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: audit 2023-11-15T06:49:35.822434+0000 mon.smithi134 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]': finished 2023-11-15T06:49:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: cluster 2023-11-15T06:49:35.822526+0000 mon.smithi134 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T06:49:36.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:36 smithi134 bash[25956]: audit 2023-11-15T06:49:35.822725+0000 mon.smithi134 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: cluster 2023-11-15T06:49:35.043920+0000 mgr.smithi134.usnyhc (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: audit 2023-11-15T06:49:35.816964+0000 mon.smithi134 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]: dispatch 2023-11-15T06:49:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: audit 2023-11-15T06:49:35.818524+0000 mon.smithi143 (mon.1) 2 : audit [INF] from='client.? 172.21.15.143:0/2818274165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]: dispatch 2023-11-15T06:49:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: audit 2023-11-15T06:49:35.822434+0000 mon.smithi134 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e5ba2da-d8a6-41ea-bea9-fdfcb3456603"}]': finished 2023-11-15T06:49:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: cluster 2023-11-15T06:49:35.822526+0000 mon.smithi134 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T06:49:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:36 smithi143 bash[29607]: audit 2023-11-15T06:49:35.822725+0000 mon.smithi134 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: audit 2023-11-15T06:49:36.852345+0000 mon.smithi143 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.143:0/3170481309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:37.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: audit 2023-11-15T06:49:36.863667+0000 mon.smithi134 (mon.0) 213 : audit [INF] from='client.? 172.21.15.134:0/2603256386' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33370835-0362-4df0-b111-7eb200673b75"}]: dispatch 2023-11-15T06:49:37.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: audit 2023-11-15T06:49:36.870951+0000 mon.smithi134 (mon.0) 214 : audit [INF] from='client.? 172.21.15.134:0/2603256386' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33370835-0362-4df0-b111-7eb200673b75"}]': finished 2023-11-15T06:49:37.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: cluster 2023-11-15T06:49:36.871112+0000 mon.smithi134 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T06:49:37.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: audit 2023-11-15T06:49:36.871274+0000 mon.smithi134 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:37.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:37 smithi134 bash[25956]: audit 2023-11-15T06:49:36.871680+0000 mon.smithi134 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: audit 2023-11-15T06:49:36.852345+0000 mon.smithi143 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.143:0/3170481309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: audit 2023-11-15T06:49:36.863667+0000 mon.smithi134 (mon.0) 213 : audit [INF] from='client.? 172.21.15.134:0/2603256386' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33370835-0362-4df0-b111-7eb200673b75"}]: dispatch 2023-11-15T06:49:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: audit 2023-11-15T06:49:36.870951+0000 mon.smithi134 (mon.0) 214 : audit [INF] from='client.? 172.21.15.134:0/2603256386' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33370835-0362-4df0-b111-7eb200673b75"}]': finished 2023-11-15T06:49:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: cluster 2023-11-15T06:49:36.871112+0000 mon.smithi134 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T06:49:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: audit 2023-11-15T06:49:36.871274+0000 mon.smithi134 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:37 smithi143 bash[29607]: audit 2023-11-15T06:49:36.871680+0000 mon.smithi134 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:38.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:38 smithi134 bash[25956]: cluster 2023-11-15T06:49:37.044349+0000 mgr.smithi134.usnyhc (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:38.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:38 smithi134 bash[25956]: audit 2023-11-15T06:49:38.318698+0000 mon.smithi134 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.134:0/3449908472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:38.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:38 smithi143 bash[29607]: cluster 2023-11-15T06:49:37.044349+0000 mgr.smithi134.usnyhc (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:38.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:38 smithi143 bash[29607]: audit 2023-11-15T06:49:38.318698+0000 mon.smithi134 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.134:0/3449908472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:39.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.573848+0000 mon.smithi134 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]: dispatch 2023-11-15T06:49:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.575108+0000 mon.smithi143 (mon.1) 4 : audit [INF] from='client.? 172.21.15.143:0/3914521527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]: dispatch 2023-11-15T06:49:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.582115+0000 mon.smithi134 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]': finished 2023-11-15T06:49:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: cluster 2023-11-15T06:49:39.582303+0000 mon.smithi134 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T06:49:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.582517+0000 mon.smithi134 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.583167+0000 mon.smithi134 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:39 smithi134 bash[25956]: audit 2023-11-15T06:49:39.583642+0000 mon.smithi134 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:39.856 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.573848+0000 mon.smithi134 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]: dispatch 2023-11-15T06:49:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.575108+0000 mon.smithi143 (mon.1) 4 : audit [INF] from='client.? 172.21.15.143:0/3914521527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]: dispatch 2023-11-15T06:49:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.582115+0000 mon.smithi134 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d7f075f-5b49-4d9f-817d-b5851672c62f"}]': finished 2023-11-15T06:49:39.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: cluster 2023-11-15T06:49:39.582303+0000 mon.smithi134 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T06:49:39.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.582517+0000 mon.smithi134 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:39.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.583167+0000 mon.smithi134 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:39.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:39 smithi143 bash[29607]: audit 2023-11-15T06:49:39.583642+0000 mon.smithi134 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:40.478 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700030979,"num_remapped_pgs":0} 2023-11-15T06:49:40.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:40 smithi134 bash[25956]: cluster 2023-11-15T06:49:39.044702+0000 mgr.smithi134.usnyhc (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:40.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:40 smithi134 bash[25956]: audit 2023-11-15T06:49:39.851664+0000 mon.smithi134 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.134:0/1842879992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:40.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:40 smithi134 bash[25956]: audit 2023-11-15T06:49:40.618561+0000 mon.smithi143 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.143:0/2207051908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:40 smithi143 bash[29607]: cluster 2023-11-15T06:49:39.044702+0000 mgr.smithi134.usnyhc (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:40 smithi143 bash[29607]: audit 2023-11-15T06:49:39.851664+0000 mon.smithi134 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.134:0/1842879992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:40.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:40 smithi143 bash[29607]: audit 2023-11-15T06:49:40.618561+0000 mon.smithi143 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.143:0/2207051908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:41.479 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.096838+0000 mon.smithi134 (mon.0) 226 : audit [INF] from='client.? 172.21.15.134:0/2101121562' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0ad0877-dbff-4e60-a910-064df10fdefe"}]: dispatch 2023-11-15T06:49:41.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.104279+0000 mon.smithi134 (mon.0) 227 : audit [INF] from='client.? 172.21.15.134:0/2101121562' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0ad0877-dbff-4e60-a910-064df10fdefe"}]': finished 2023-11-15T06:49:41.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: cluster 2023-11-15T06:49:41.104386+0000 mon.smithi134 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T06:49:41.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.104512+0000 mon.smithi134 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:41.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.104871+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:41.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.105089+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:41.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:41 smithi134 bash[25956]: audit 2023-11-15T06:49:41.105311+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.096838+0000 mon.smithi134 (mon.0) 226 : audit [INF] from='client.? 172.21.15.134:0/2101121562' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0ad0877-dbff-4e60-a910-064df10fdefe"}]: dispatch 2023-11-15T06:49:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.104279+0000 mon.smithi134 (mon.0) 227 : audit [INF] from='client.? 172.21.15.134:0/2101121562' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0ad0877-dbff-4e60-a910-064df10fdefe"}]': finished 2023-11-15T06:49:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: cluster 2023-11-15T06:49:41.104386+0000 mon.smithi134 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T06:49:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.104512+0000 mon.smithi134 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.104871+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.105089+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:41 smithi143 bash[29607]: audit 2023-11-15T06:49:41.105311+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:42 smithi134 bash[25956]: cluster 2023-11-15T06:49:41.045153+0000 mgr.smithi134.usnyhc (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:42 smithi134 bash[25956]: audit 2023-11-15T06:49:42.147674+0000 mon.smithi134 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.134:0/544927355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:42.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:42 smithi143 bash[29607]: cluster 2023-11-15T06:49:41.045153+0000 mgr.smithi134.usnyhc (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:42.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:42 smithi143 bash[29607]: audit 2023-11-15T06:49:42.147674+0000 mon.smithi134 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.134:0/544927355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: cluster 2023-11-15T06:49:43.045603+0000 mgr.smithi134.usnyhc (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.348702+0000 mon.smithi134 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]: dispatch 2023-11-15T06:49:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.349250+0000 mon.smithi143 (mon.1) 6 : audit [INF] from='client.? 172.21.15.143:0/276935113' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]: dispatch 2023-11-15T06:49:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.358583+0000 mon.smithi134 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]': finished 2023-11-15T06:49:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: cluster 2023-11-15T06:49:43.358720+0000 mon.smithi134 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T06:49:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.358985+0000 mon.smithi134 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.359818+0000 mon.smithi134 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.360346+0000 mon.smithi134 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.361139+0000 mon.smithi134 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:43 smithi134 bash[25956]: audit 2023-11-15T06:49:43.361992+0000 mon.smithi134 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:43.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: cluster 2023-11-15T06:49:43.045603+0000 mgr.smithi134.usnyhc (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:43.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.348702+0000 mon.smithi134 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]: dispatch 2023-11-15T06:49:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.349250+0000 mon.smithi143 (mon.1) 6 : audit [INF] from='client.? 172.21.15.143:0/276935113' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]: dispatch 2023-11-15T06:49:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.358583+0000 mon.smithi134 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a54f510c-08a5-44b6-9aa0-3bed72c7b695"}]': finished 2023-11-15T06:49:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: cluster 2023-11-15T06:49:43.358720+0000 mon.smithi134 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T06:49:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.358985+0000 mon.smithi134 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.359818+0000 mon.smithi134 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.360346+0000 mon.smithi134 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.361139+0000 mon.smithi134 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:43.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:43 smithi143 bash[29607]: audit 2023-11-15T06:49:43.361992+0000 mon.smithi134 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:44.774 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:44.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:44 smithi143 bash[29607]: audit 2023-11-15T06:49:44.410202+0000 mon.smithi143 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.143:0/569403272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:45.001 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:44 smithi134 bash[25956]: audit 2023-11-15T06:49:44.410202+0000 mon.smithi143 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.143:0/569403272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:45.440 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700030983,"num_remapped_pgs":0} 2023-11-15T06:49:45.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.770125+0000 mon.smithi134 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.134:0/3847244447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:45.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.920292+0000 mon.smithi134 (mon.0) 243 : audit [INF] from='client.? 172.21.15.134:0/2727073312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a75ecbaf-7311-4a91-a0f0-adb9700f3576"}]: dispatch 2023-11-15T06:49:45.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.925507+0000 mon.smithi134 (mon.0) 244 : audit [INF] from='client.? 172.21.15.134:0/2727073312' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a75ecbaf-7311-4a91-a0f0-adb9700f3576"}]': finished 2023-11-15T06:49:45.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: cluster 2023-11-15T06:49:44.925555+0000 mon.smithi134 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T06:49:45.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.925754+0000 mon.smithi134 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:45.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.926469+0000 mon.smithi134 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:45.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.926974+0000 mon.smithi134 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:45.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.927508+0000 mon.smithi134 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:45.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.928134+0000 mon.smithi134 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:45.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: audit 2023-11-15T06:49:44.928813+0000 mon.smithi134 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:45.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:45 smithi134 bash[25956]: cluster 2023-11-15T06:49:45.046030+0000 mgr.smithi134.usnyhc (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.770125+0000 mon.smithi134 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.134:0/3847244447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.920292+0000 mon.smithi134 (mon.0) 243 : audit [INF] from='client.? 172.21.15.134:0/2727073312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a75ecbaf-7311-4a91-a0f0-adb9700f3576"}]: dispatch 2023-11-15T06:49:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.925507+0000 mon.smithi134 (mon.0) 244 : audit [INF] from='client.? 172.21.15.134:0/2727073312' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a75ecbaf-7311-4a91-a0f0-adb9700f3576"}]': finished 2023-11-15T06:49:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: cluster 2023-11-15T06:49:44.925555+0000 mon.smithi134 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T06:49:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.925754+0000 mon.smithi134 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.926469+0000 mon.smithi134 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.926974+0000 mon.smithi134 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.927508+0000 mon.smithi134 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.928134+0000 mon.smithi134 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: audit 2023-11-15T06:49:44.928813+0000 mon.smithi134 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:45 smithi143 bash[29607]: cluster 2023-11-15T06:49:45.046030+0000 mgr.smithi134.usnyhc (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:46.441 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:46 smithi134 bash[25956]: audit 2023-11-15T06:49:46.260337+0000 mon.smithi134 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.134:0/3398361310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:47.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:46 smithi143 bash[29607]: audit 2023-11-15T06:49:46.260337+0000 mon.smithi134 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.134:0/3398361310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:48.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: cluster 2023-11-15T06:49:47.046430+0000 mgr.smithi134.usnyhc (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:48.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.136048+0000 mon.smithi134 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]: dispatch 2023-11-15T06:49:48.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.136586+0000 mon.smithi143 (mon.1) 8 : audit [INF] from='client.? 172.21.15.143:0/2405127289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]: dispatch 2023-11-15T06:49:48.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.144137+0000 mon.smithi134 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]': finished 2023-11-15T06:49:48.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: cluster 2023-11-15T06:49:47.144269+0000 mon.smithi134 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T06:49:48.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.144467+0000 mon.smithi134 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:48.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.144870+0000 mon.smithi134 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.145125+0000 mon.smithi134 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.145377+0000 mon.smithi134 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.145643+0000 mon.smithi134 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.145903+0000 mon.smithi134 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:47 smithi134 bash[25956]: audit 2023-11-15T06:49:47.146171+0000 mon.smithi134 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:49:48.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: cluster 2023-11-15T06:49:47.046430+0000 mgr.smithi134.usnyhc (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:48.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.136048+0000 mon.smithi134 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]: dispatch 2023-11-15T06:49:48.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.136586+0000 mon.smithi143 (mon.1) 8 : audit [INF] from='client.? 172.21.15.143:0/2405127289' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]: dispatch 2023-11-15T06:49:48.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.144137+0000 mon.smithi134 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a460153-f314-4bc4-a470-2077796e9cae"}]': finished 2023-11-15T06:49:48.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: cluster 2023-11-15T06:49:47.144269+0000 mon.smithi134 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T06:49:48.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.144467+0000 mon.smithi134 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:48.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.144870+0000 mon.smithi134 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:48.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.145125+0000 mon.smithi134 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:48.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.145377+0000 mon.smithi134 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:48.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.145643+0000 mon.smithi134 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:48.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.145903+0000 mon.smithi134 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:48.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:47 smithi143 bash[29607]: audit 2023-11-15T06:49:47.146171+0000 mon.smithi134 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:49:49.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:48 smithi134 bash[25956]: audit 2023-11-15T06:49:48.235364+0000 mon.smithi143 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.143:0/3177787974' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:49.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:48 smithi143 bash[29607]: audit 2023-11-15T06:49:48.235364+0000 mon.smithi143 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.143:0/3177787974' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:49.639 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:49.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: cluster 2023-11-15T06:49:49.046704+0000 mgr.smithi134.usnyhc (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:49.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.100137+0000 mon.smithi134 (mon.0) 263 : audit [INF] from='client.? 172.21.15.134:0/3382494772' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e81a7d1-3632-4321-9cc7-c1dd62771524"}]: dispatch 2023-11-15T06:49:49.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.108557+0000 mon.smithi134 (mon.0) 264 : audit [INF] from='client.? 172.21.15.134:0/3382494772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e81a7d1-3632-4321-9cc7-c1dd62771524"}]': finished 2023-11-15T06:49:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: cluster 2023-11-15T06:49:49.108672+0000 mon.smithi134 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T06:49:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.108890+0000 mon.smithi134 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.109385+0000 mon.smithi134 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.109612+0000 mon.smithi134 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:49.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.109862+0000 mon.smithi134 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:49.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.110155+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:49.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.110426+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:49.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.110695+0000 mon.smithi134 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:49:49.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.110966+0000 mon.smithi134 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:49:49.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:49 smithi134 bash[25956]: audit 2023-11-15T06:49:49.636207+0000 mon.smithi134 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.134:0/675748081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:50.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: cluster 2023-11-15T06:49:49.046704+0000 mgr.smithi134.usnyhc (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:50.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.100137+0000 mon.smithi134 (mon.0) 263 : audit [INF] from='client.? 172.21.15.134:0/3382494772' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e81a7d1-3632-4321-9cc7-c1dd62771524"}]: dispatch 2023-11-15T06:49:50.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.108557+0000 mon.smithi134 (mon.0) 264 : audit [INF] from='client.? 172.21.15.134:0/3382494772' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e81a7d1-3632-4321-9cc7-c1dd62771524"}]': finished 2023-11-15T06:49:50.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: cluster 2023-11-15T06:49:49.108672+0000 mon.smithi134 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T06:49:50.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.108890+0000 mon.smithi134 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:49:50.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.109385+0000 mon.smithi134 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:49:50.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.109612+0000 mon.smithi134 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:49:50.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.109862+0000 mon.smithi134 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:49:50.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.110155+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:49:50.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.110426+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:49:50.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.110695+0000 mon.smithi134 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:49:50.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.110966+0000 mon.smithi134 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:49:50.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:49 smithi143 bash[29607]: audit 2023-11-15T06:49:49.636207+0000 mon.smithi134 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.134:0/675748081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:50.315 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:49:50.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:50 smithi143 bash[29607]: audit 2023-11-15T06:49:50.280577+0000 mon.smithi134 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.134:0/2790945809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:51.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:50 smithi134 bash[25956]: audit 2023-11-15T06:49:50.280577+0000 mon.smithi134 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.134:0/2790945809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:49:51.316 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:52.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:51 smithi134 bash[25956]: cluster 2023-11-15T06:49:51.047159+0000 mgr.smithi134.usnyhc (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:51 smithi143 bash[29607]: cluster 2023-11-15T06:49:51.047159+0000 mgr.smithi134.usnyhc (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:54.538 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:54 smithi134 bash[25956]: cluster 2023-11-15T06:49:53.047696+0000 mgr.smithi134.usnyhc (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:54 smithi134 bash[25956]: audit 2023-11-15T06:49:54.534545+0000 mon.smithi134 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.134:0/4265527019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:54 smithi143 bash[29607]: cluster 2023-11-15T06:49:53.047696+0000 mgr.smithi134.usnyhc (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:54 smithi143 bash[29607]: audit 2023-11-15T06:49:54.534545+0000 mon.smithi134 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.134:0/4265527019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:55.091 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:49:56.093 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:49:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:56 smithi134 bash[25956]: cluster 2023-11-15T06:49:55.048164+0000 mgr.smithi134.usnyhc (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:56 smithi143 bash[29607]: cluster 2023-11-15T06:49:55.048164+0000 mgr.smithi134.usnyhc (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:58.931 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:58 smithi134 bash[25956]: cluster 2023-11-15T06:49:57.048584+0000 mgr.smithi134.usnyhc (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:58.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:58 smithi143 bash[29607]: cluster 2023-11-15T06:49:57.048584+0000 mgr.smithi134.usnyhc (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:49:59.332 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:49:59.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:59 smithi134 bash[25956]: audit 2023-11-15T06:49:59.306096+0000 mon.smithi134 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T06:49:59.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:59 smithi134 bash[25956]: audit 2023-11-15T06:49:59.307181+0000 mon.smithi134 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:59.679 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:49:59 smithi134 bash[25956]: audit 2023-11-15T06:49:59.328879+0000 mon.smithi134 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.134:0/2336222019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:49:59.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:59 smithi143 bash[29607]: audit 2023-11-15T06:49:59.306096+0000 mon.smithi134 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T06:49:59.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:59 smithi143 bash[29607]: audit 2023-11-15T06:49:59.307181+0000 mon.smithi134 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:49:59.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:49:59 smithi143 bash[29607]: audit 2023-11-15T06:49:59.328879+0000 mon.smithi134 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.134:0/2336222019' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:00.056 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:00.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:00 smithi143 bash[29607]: cluster 2023-11-15T06:49:59.048953+0000 mgr.smithi134.usnyhc (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:00.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:00 smithi143 bash[29607]: cephadm 2023-11-15T06:49:59.308083+0000 mgr.smithi134.usnyhc (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi143 2023-11-15T06:50:00.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:00 smithi143 bash[29607]: cluster 2023-11-15T06:50:00.000179+0000 mon.smithi134 (mon.0) 280 : cluster [INF] overall HEALTH_OK 2023-11-15T06:50:00.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:00 smithi134 bash[25956]: cluster 2023-11-15T06:49:59.048953+0000 mgr.smithi134.usnyhc (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:00.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:00 smithi134 bash[25956]: cephadm 2023-11-15T06:49:59.308083+0000 mgr.smithi134.usnyhc (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi143 2023-11-15T06:50:00.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:00 smithi134 bash[25956]: cluster 2023-11-15T06:50:00.000179+0000 mon.smithi134 (mon.0) 280 : cluster [INF] overall HEALTH_OK 2023-11-15T06:50:01.057 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:02.892 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:02 smithi143 bash[29607]: cluster 2023-11-15T06:50:01.049346+0000 mgr.smithi134.usnyhc (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:02.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:02 smithi134 bash[25956]: cluster 2023-11-15T06:50:01.049346+0000 mgr.smithi134.usnyhc (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:03.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:03 smithi134 bash[25956]: audit 2023-11-15T06:50:02.847356+0000 mon.smithi134 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T06:50:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:03 smithi134 bash[25956]: audit 2023-11-15T06:50:02.848638+0000 mon.smithi134 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:03 smithi134 bash[25956]: audit 2023-11-15T06:50:03.043696+0000 mon.smithi134 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:03 smithi134 bash[25956]: audit 2023-11-15T06:50:03.044783+0000 mon.smithi134 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T06:50:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:03 smithi134 bash[25956]: audit 2023-11-15T06:50:03.045794+0000 mon.smithi134 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:03.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:03 smithi143 bash[29607]: audit 2023-11-15T06:50:02.847356+0000 mon.smithi134 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T06:50:03.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:03 smithi143 bash[29607]: audit 2023-11-15T06:50:02.848638+0000 mon.smithi134 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:03.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:03 smithi143 bash[29607]: audit 2023-11-15T06:50:03.043696+0000 mon.smithi134 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:03.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:03 smithi143 bash[29607]: audit 2023-11-15T06:50:03.044783+0000 mon.smithi134 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T06:50:03.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:03 smithi143 bash[29607]: audit 2023-11-15T06:50:03.045794+0000 mon.smithi134 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:04.659 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:04 smithi134 bash[25956]: cephadm 2023-11-15T06:50:02.849818+0000 mgr.smithi134.usnyhc (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.1 on smithi134 2023-11-15T06:50:04.659 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:04 smithi134 bash[25956]: cephadm 2023-11-15T06:50:03.046715+0000 mgr.smithi134.usnyhc (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi143 2023-11-15T06:50:04.659 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:04 smithi134 bash[25956]: cluster 2023-11-15T06:50:03.049633+0000 mgr.smithi134.usnyhc (mgr.14182) 49 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:04.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:04 smithi143 bash[29607]: cephadm 2023-11-15T06:50:02.849818+0000 mgr.smithi134.usnyhc (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.1 on smithi134 2023-11-15T06:50:04.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:04 smithi143 bash[29607]: cephadm 2023-11-15T06:50:03.046715+0000 mgr.smithi134.usnyhc (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi143 2023-11-15T06:50:04.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:04 smithi143 bash[29607]: cluster 2023-11-15T06:50:03.049633+0000 mgr.smithi134.usnyhc (mgr.14182) 49 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:04.918 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:05.750 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:05.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:05 smithi134 bash[25956]: audit 2023-11-15T06:50:04.915608+0000 mon.smithi134 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.134:0/3569593545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:05.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:05 smithi143 bash[29607]: audit 2023-11-15T06:50:04.915608+0000 mon.smithi134 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.134:0/3569593545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:06.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:06 smithi134 bash[25956]: cluster 2023-11-15T06:50:05.049923+0000 mgr.smithi134.usnyhc (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:06 smithi143 bash[29607]: cluster 2023-11-15T06:50:05.049923+0000 mgr.smithi134.usnyhc (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:06.751 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:08.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: cluster 2023-11-15T06:50:07.050195+0000 mgr.smithi134.usnyhc (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:08.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.324714+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:08.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.325998+0000 mon.smithi134 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T06:50:08.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.327629+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:08.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: cephadm 2023-11-15T06:50:07.328640+0000 mgr.smithi134.usnyhc (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.3 on smithi134 2023-11-15T06:50:08.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.800224+0000 mon.smithi134 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:08.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.801625+0000 mon.smithi134 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T06:50:08.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:08 smithi134 bash[25956]: audit 2023-11-15T06:50:07.802917+0000 mon.smithi134 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:08.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: cluster 2023-11-15T06:50:07.050195+0000 mgr.smithi134.usnyhc (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:08.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.324714+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:08.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.325998+0000 mon.smithi134 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T06:50:08.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.327629+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:08.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: cephadm 2023-11-15T06:50:07.328640+0000 mgr.smithi134.usnyhc (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.3 on smithi134 2023-11-15T06:50:08.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.800224+0000 mon.smithi134 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:08.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.801625+0000 mon.smithi134 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T06:50:08.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:08 smithi143 bash[29607]: audit 2023-11-15T06:50:07.802917+0000 mon.smithi134 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:09.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:09 smithi143 bash[29607]: cephadm 2023-11-15T06:50:07.804037+0000 mgr.smithi134.usnyhc (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi143 2023-11-15T06:50:09.876 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:09 smithi134 bash[25956]: cephadm 2023-11-15T06:50:07.804037+0000 mgr.smithi134.usnyhc (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi143 2023-11-15T06:50:10.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:10 smithi134 bash[25956]: cluster 2023-11-15T06:50:09.050493+0000 mgr.smithi134.usnyhc (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:10.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:10 smithi143 bash[29607]: cluster 2023-11-15T06:50:09.050493+0000 mgr.smithi134.usnyhc (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:11.660 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:11.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:11 smithi143 bash[29607]: audit 2023-11-15T06:50:10.691788+0000 mon.smithi143 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:50:12.076 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:11 smithi143 bash[29607]: audit 2023-11-15T06:50:10.692340+0000 mon.smithi134 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:50:12.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:11 smithi134 bash[25956]: audit 2023-11-15T06:50:10.691788+0000 mon.smithi143 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:50:12.077 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:11 smithi134 bash[25956]: audit 2023-11-15T06:50:10.692340+0000 mon.smithi134 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:50:12.550 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:12.896 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: cluster 2023-11-15T06:50:11.050858+0000 mgr.smithi134.usnyhc (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:12.897 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.621271+0000 mon.smithi134 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T06:50:12.897 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: cluster 2023-11-15T06:50:11.621362+0000 mon.smithi134 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T06:50:12.897 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.621649+0000 mon.smithi134 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:12.897 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.622082+0000 mon.smithi134 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:12.897 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.622346+0000 mon.smithi134 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:12.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.622625+0000 mon.smithi134 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:12.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.622895+0000 mon.smithi134 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:12.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.623139+0000 mon.smithi134 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:12.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.623382+0000 mon.smithi134 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:12.898 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.623650+0000 mon.smithi134 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:12.899 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.625832+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:12.899 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.626340+0000 mon.smithi134 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:12.899 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:11.656359+0000 mon.smithi134 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.134:0/2739497316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:12.899 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:12.330420+0000 mon.smithi134 (mon.0) 306 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:12.899 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:12.332158+0000 mon.smithi134 (mon.0) 307 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T06:50:12.900 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:12 smithi134 bash[25956]: audit 2023-11-15T06:50:12.333459+0000 mon.smithi134 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: cluster 2023-11-15T06:50:11.050858+0000 mgr.smithi134.usnyhc (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.621271+0000 mon.smithi134 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T06:50:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: cluster 2023-11-15T06:50:11.621362+0000 mon.smithi134 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T06:50:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.621649+0000 mon.smithi134 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.622082+0000 mon.smithi134 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.622346+0000 mon.smithi134 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.622625+0000 mon.smithi134 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.622895+0000 mon.smithi134 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.623139+0000 mon.smithi134 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.623382+0000 mon.smithi134 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.623650+0000 mon.smithi134 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.625832+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.626340+0000 mon.smithi134 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:11.656359+0000 mon.smithi134 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.134:0/2739497316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:12.330420+0000 mon.smithi134 (mon.0) 306 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:12.332158+0000 mon.smithi134 (mon.0) 307 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T06:50:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:12 smithi143 bash[29607]: audit 2023-11-15T06:50:12.333459+0000 mon.smithi134 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:13.551 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:13.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: cephadm 2023-11-15T06:50:12.334618+0000 mgr.smithi134.usnyhc (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi143 2023-11-15T06:50:13.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.624826+0000 mon.smithi134 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:13.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: cluster 2023-11-15T06:50:12.624990+0000 mon.smithi134 (mon.0) 310 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T06:50:13.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.625694+0000 mon.smithi134 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.626376+0000 mon.smithi134 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.626867+0000 mon.smithi134 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.631019+0000 mon.smithi134 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.631325+0000 mon.smithi134 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:13.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.631713+0000 mon.smithi134 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:13.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.632044+0000 mon.smithi134 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:13.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.632325+0000 mon.smithi134 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:13.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:12.632637+0000 mon.smithi134 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:13.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:13.303478+0000 mon.smithi134 (mon.0) 320 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:13.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:13.304325+0000 mon.smithi134 (mon.0) 321 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T06:50:13.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:13 smithi143 bash[29607]: audit 2023-11-15T06:50:13.305069+0000 mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:13.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: cephadm 2023-11-15T06:50:12.334618+0000 mgr.smithi134.usnyhc (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi143 2023-11-15T06:50:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.624826+0000 mon.smithi134 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: cluster 2023-11-15T06:50:12.624990+0000 mon.smithi134 (mon.0) 310 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T06:50:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.625694+0000 mon.smithi134 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.626376+0000 mon.smithi134 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.626867+0000 mon.smithi134 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:13.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.631019+0000 mon.smithi134 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:13.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.631325+0000 mon.smithi134 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:13.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.631713+0000 mon.smithi134 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:13.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.632044+0000 mon.smithi134 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:13.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.632325+0000 mon.smithi134 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:13.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:12.632637+0000 mon.smithi134 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:13.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:13.303478+0000 mon.smithi134 (mon.0) 320 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:13.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:13.304325+0000 mon.smithi134 (mon.0) 321 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T06:50:13.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:13 smithi134 bash[25956]: audit 2023-11-15T06:50:13.305069+0000 mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:14.905 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cluster 2023-11-15T06:50:11.656014+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:14.906 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cluster 2023-11-15T06:50:11.656105+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:14.906 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cluster 2023-11-15T06:50:13.051174+0000 mgr.smithi134.usnyhc (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:14.906 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cephadm 2023-11-15T06:50:13.305687+0000 mgr.smithi134.usnyhc (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.5 on smithi134 2023-11-15T06:50:14.907 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cluster 2023-11-15T06:50:13.633644+0000 mon.smithi134 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364] boot 2023-11-15T06:50:14.907 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: cluster 2023-11-15T06:50:13.633723+0000 mon.smithi134 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T06:50:14.907 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.634347+0000 mon.smithi134 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:14.907 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.635150+0000 mon.smithi134 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:14.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.635531+0000 mon.smithi134 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:14.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.635864+0000 mon.smithi134 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:14.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.636199+0000 mon.smithi134 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:14.908 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.636529+0000 mon.smithi134 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:14.909 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.636860+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:14.909 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:14 smithi134 bash[25956]: audit 2023-11-15T06:50:13.637182+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cluster 2023-11-15T06:50:11.656014+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cluster 2023-11-15T06:50:11.656105+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:14.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cluster 2023-11-15T06:50:13.051174+0000 mgr.smithi134.usnyhc (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:50:14.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cephadm 2023-11-15T06:50:13.305687+0000 mgr.smithi134.usnyhc (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.5 on smithi134 2023-11-15T06:50:14.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cluster 2023-11-15T06:50:13.633644+0000 mon.smithi134 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.143:6800/1720564364,v1:172.21.15.143:6801/1720564364] boot 2023-11-15T06:50:14.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: cluster 2023-11-15T06:50:13.633723+0000 mon.smithi134 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T06:50:14.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.634347+0000 mon.smithi134 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:50:14.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.635150+0000 mon.smithi134 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:14.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.635531+0000 mon.smithi134 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:14.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.635864+0000 mon.smithi134 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:14.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.636199+0000 mon.smithi134 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:14.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.636529+0000 mon.smithi134 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:14.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.636860+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:14.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:14 smithi143 bash[29607]: audit 2023-11-15T06:50:13.637182+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:15.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: cluster 2023-11-15T06:50:14.652609+0000 mon.smithi134 (mon.0) 333 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T06:50:15.758 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.652759+0000 mon.smithi134 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:15.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.653060+0000 mon.smithi134 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:15.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.653337+0000 mon.smithi134 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:15.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.653599+0000 mon.smithi134 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:15.759 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.653848+0000 mon.smithi134 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:15.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.654132+0000 mon.smithi134 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:15.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:14.654404+0000 mon.smithi134 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:15.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:15.595683+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:50:15.760 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:15 smithi134 bash[25956]: audit 2023-11-15T06:50:15.596294+0000 mon.smithi134 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:50:15.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: cluster 2023-11-15T06:50:14.652609+0000 mon.smithi134 (mon.0) 333 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T06:50:15.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.652759+0000 mon.smithi134 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:15.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.653060+0000 mon.smithi134 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:15.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.653337+0000 mon.smithi134 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:15.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.653599+0000 mon.smithi134 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:15.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.653848+0000 mon.smithi134 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:15.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.654132+0000 mon.smithi134 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:15.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:14.654404+0000 mon.smithi134 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:15.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:15.595683+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:50:15.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:15 smithi143 bash[29607]: audit 2023-11-15T06:50:15.596294+0000 mon.smithi134 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:50:16.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: cluster 2023-11-15T06:50:15.051602+0000 mgr.smithi134.usnyhc (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:50:16.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.661601+0000 mon.smithi134 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T06:50:16.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: cluster 2023-11-15T06:50:15.661687+0000 mon.smithi134 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T06:50:16.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.661853+0000 mon.smithi134 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:16.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.662208+0000 mon.smithi134 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:16.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.662442+0000 mon.smithi134 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:16.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.662750+0000 mon.smithi134 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:16.951 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.663010+0000 mon.smithi134 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:16.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.663120+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:16.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.663246+0000 mon.smithi134 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:16.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.663517+0000 mon.smithi134 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:16.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:15.664010+0000 mon.smithi134 (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=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:16.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:16 smithi143 bash[29607]: audit 2023-11-15T06:50:16.060367+0000 mon.smithi134 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T06:50:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: cluster 2023-11-15T06:50:15.051602+0000 mgr.smithi134.usnyhc (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:50:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.661601+0000 mon.smithi134 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T06:50:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: cluster 2023-11-15T06:50:15.661687+0000 mon.smithi134 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T06:50:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.661853+0000 mon.smithi134 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.662208+0000 mon.smithi134 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.662442+0000 mon.smithi134 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.662750+0000 mon.smithi134 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.663010+0000 mon.smithi134 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.663120+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.663246+0000 mon.smithi134 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.663517+0000 mon.smithi134 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:16.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:15.664010+0000 mon.smithi134 (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=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:16.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:16 smithi134 bash[25956]: audit 2023-11-15T06:50:16.060367+0000 mon.smithi134 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T06:50:17.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.667325+0000 mon.smithi134 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:17.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.667628+0000 mon.smithi134 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T06:50:17.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: cluster 2023-11-15T06:50:16.667760+0000 mon.smithi134 (mon.0) 355 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.667917+0000 mon.smithi134 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.668334+0000 mon.smithi134 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.668670+0000 mon.smithi134 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.668919+0000 mon.smithi134 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.669211+0000 mon.smithi134 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:17.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.669425+0000 mon.smithi134 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:17.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.669595+0000 mon.smithi134 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:17.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.669811+0000 mon.smithi134 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:17.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:16.672308+0000 mon.smithi134 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:17.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: cluster 2023-11-15T06:50:17.052013+0000 mgr.smithi134.usnyhc (mgr.14182) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:50:17.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:17 smithi134 bash[25956]: audit 2023-11-15T06:50:17.227581+0000 mon.smithi134 (mon.0) 365 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:17.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.667325+0000 mon.smithi134 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:17.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.667628+0000 mon.smithi134 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T06:50:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: cluster 2023-11-15T06:50:16.667760+0000 mon.smithi134 (mon.0) 355 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T06:50:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.667917+0000 mon.smithi134 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.668334+0000 mon.smithi134 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.668670+0000 mon.smithi134 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.668919+0000 mon.smithi134 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.669211+0000 mon.smithi134 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.669425+0000 mon.smithi134 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.669595+0000 mon.smithi134 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.669811+0000 mon.smithi134 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:17.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:16.672308+0000 mon.smithi134 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:17.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: cluster 2023-11-15T06:50:17.052013+0000 mgr.smithi134.usnyhc (mgr.14182) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:50:17.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:17 smithi143 bash[29607]: audit 2023-11-15T06:50:17.227581+0000 mon.smithi134 (mon.0) 365 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:18.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: cluster 2023-11-15T06:50:16.567145+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:18.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: cluster 2023-11-15T06:50:16.567239+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.670712+0000 mon.smithi134 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: cluster 2023-11-15T06:50:17.670948+0000 mon.smithi134 (mon.0) 367 : cluster [INF] osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489] boot 2023-11-15T06:50:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: cluster 2023-11-15T06:50:17.671076+0000 mon.smithi134 (mon.0) 368 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T06:50:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.672030+0000 mon.smithi134 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.673077+0000 mon.smithi134 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.680267+0000 mon.smithi134 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.680722+0000 mon.smithi134 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.681156+0000 mon.smithi134 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.681588+0000 mon.smithi134 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.681997+0000 mon.smithi134 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:18 smithi134 bash[25956]: audit 2023-11-15T06:50:17.688155+0000 mon.smithi134 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: cluster 2023-11-15T06:50:16.567145+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: cluster 2023-11-15T06:50:16.567239+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.670712+0000 mon.smithi134 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: cluster 2023-11-15T06:50:17.670948+0000 mon.smithi134 (mon.0) 367 : cluster [INF] osd.2 [v2:172.21.15.143:6808/2217988489,v1:172.21.15.143:6809/2217988489] boot 2023-11-15T06:50:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: cluster 2023-11-15T06:50:17.671076+0000 mon.smithi134 (mon.0) 368 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T06:50:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.672030+0000 mon.smithi134 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.673077+0000 mon.smithi134 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.680267+0000 mon.smithi134 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.680722+0000 mon.smithi134 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.681156+0000 mon.smithi134 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.681588+0000 mon.smithi134 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.681997+0000 mon.smithi134 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:18.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:18 smithi143 bash[29607]: audit 2023-11-15T06:50:17.688155+0000 mon.smithi134 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:19.162 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:19.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cluster 2023-11-15T06:50:17.076553+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:19.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cluster 2023-11-15T06:50:17.076643+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cluster 2023-11-15T06:50:18.681025+0000 mon.smithi134 (mon.0) 377 : cluster [INF] osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594] boot 2023-11-15T06:50:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cluster 2023-11-15T06:50:18.681095+0000 mon.smithi134 (mon.0) 378 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T06:50:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.682049+0000 mon.smithi134 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.682692+0000 mon.smithi134 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:19.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.687133+0000 mon.smithi134 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:19.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.687578+0000 mon.smithi134 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:19.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.687957+0000 mon.smithi134 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:19.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.688333+0000 mon.smithi134 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:19.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:18.688775+0000 mon.smithi134 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T06:50:19.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cluster 2023-11-15T06:50:19.052426+0000 mgr.smithi134.usnyhc (mgr.14182) 61 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:50:19.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:19.159605+0000 mon.smithi134 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.134:0/3873453021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:19.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:19.301248+0000 mon.smithi134 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:19.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:19.302299+0000 mon.smithi134 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T06:50:19.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: audit 2023-11-15T06:50:19.303282+0000 mon.smithi134 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:19.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:19 smithi134 bash[25956]: cephadm 2023-11-15T06:50:19.304031+0000 mgr.smithi134.usnyhc (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi134 2023-11-15T06:50:19.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cluster 2023-11-15T06:50:17.076553+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:19.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cluster 2023-11-15T06:50:17.076643+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:19.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cluster 2023-11-15T06:50:18.681025+0000 mon.smithi134 (mon.0) 377 : cluster [INF] osd.1 [v2:172.21.15.134:6802/2492995594,v1:172.21.15.134:6803/2492995594] boot 2023-11-15T06:50:19.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cluster 2023-11-15T06:50:18.681095+0000 mon.smithi134 (mon.0) 378 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T06:50:19.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.682049+0000 mon.smithi134 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:50:19.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.682692+0000 mon.smithi134 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:19.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.687133+0000 mon.smithi134 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:19.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.687578+0000 mon.smithi134 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:19.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.687957+0000 mon.smithi134 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:19.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.688333+0000 mon.smithi134 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:19.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:18.688775+0000 mon.smithi134 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T06:50:19.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cluster 2023-11-15T06:50:19.052426+0000 mgr.smithi134.usnyhc (mgr.14182) 61 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:50:19.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:19.159605+0000 mon.smithi134 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.134:0/3873453021' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:19.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:19.301248+0000 mon.smithi134 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:19.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:19.302299+0000 mon.smithi134 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T06:50:19.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: audit 2023-11-15T06:50:19.303282+0000 mon.smithi134 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:19.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:19 smithi143 bash[29607]: cephadm 2023-11-15T06:50:19.304031+0000 mgr.smithi134.usnyhc (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi134 2023-11-15T06:50:20.172 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1700031018,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:20.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.699636+0000 mon.smithi134 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T06:50:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: cluster 2023-11-15T06:50:19.699788+0000 mon.smithi134 (mon.0) 391 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T06:50:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.700168+0000 mon.smithi134 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.702026+0000 mon.smithi134 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:20.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.702607+0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:20.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.703185+0000 mon.smithi134 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:20.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.703697+0000 mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:20.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:19.704705+0000 mon.smithi134 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T06:50:20.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:20.620546+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:50:20.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:20 smithi134 bash[25956]: audit 2023-11-15T06:50:20.621469+0000 mon.smithi134 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:50:20.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.699636+0000 mon.smithi134 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T06:50:20.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: cluster 2023-11-15T06:50:19.699788+0000 mon.smithi134 (mon.0) 391 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T06:50:20.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.700168+0000 mon.smithi134 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:20.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.702026+0000 mon.smithi134 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:20.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.702607+0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:20.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.703185+0000 mon.smithi134 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:20.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.703697+0000 mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:20.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:19.704705+0000 mon.smithi134 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T06:50:20.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:20.620546+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:50:20.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:20 smithi143 bash[29607]: audit 2023-11-15T06:50:20.621469+0000 mon.smithi134 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:50:21.173 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:21.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.700220+0000 mon.smithi134 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T06:50:21.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.700345+0000 mon.smithi134 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T06:50:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: cluster 2023-11-15T06:50:20.700488+0000 mon.smithi134 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T06:50:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.701044+0000 mon.smithi134 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.701101+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.701465+0000 mon.smithi134 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.701701+0000 mon.smithi134 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:21.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.702053+0000 mon.smithi134 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:21.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.706180+0000 mon.smithi134 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:21.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: audit 2023-11-15T06:50:20.706534+0000 mon.smithi134 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:21.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:21 smithi134 bash[25956]: cluster 2023-11-15T06:50:21.052821+0000 mgr.smithi134.usnyhc (mgr.14182) 63 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:50:21.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.700220+0000 mon.smithi134 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T06:50:21.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.700345+0000 mon.smithi134 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T06:50:21.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: cluster 2023-11-15T06:50:20.700488+0000 mon.smithi134 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T06:50:21.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.701044+0000 mon.smithi134 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:21.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.701101+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:21.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.701465+0000 mon.smithi134 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:21.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.701701+0000 mon.smithi134 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:21.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.702053+0000 mon.smithi134 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:21.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.706180+0000 mon.smithi134 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:21.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: audit 2023-11-15T06:50:20.706534+0000 mon.smithi134 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:21.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:21 smithi143 bash[29607]: cluster 2023-11-15T06:50:21.052821+0000 mgr.smithi134.usnyhc (mgr.14182) 63 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:50:22.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.705177+0000 mon.smithi134 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:22.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: cluster 2023-11-15T06:50:21.705290+0000 mon.smithi134 (mon.0) 409 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T06:50:22.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.705457+0000 mon.smithi134 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:22.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.706350+0000 mon.smithi134 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.706614+0000 mon.smithi134 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.706864+0000 mon.smithi134 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.707166+0000 mon.smithi134 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:21.712362+0000 mon.smithi134 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:22.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:22.012896+0000 mon.smithi134 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T06:50:22.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: cluster 2023-11-15T06:50:22.705592+0000 mon.smithi134 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436] boot 2023-11-15T06:50:22.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:22.705770+0000 mon.smithi134 (mon.0) 418 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T06:50:22.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: cluster 2023-11-15T06:50:22.705979+0000 mon.smithi134 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T06:50:22.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:22.706335+0000 mon.smithi134 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:22.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:22 smithi134 bash[25956]: audit 2023-11-15T06:50:22.707140+0000 mon.smithi134 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:22.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.705177+0000 mon.smithi134 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T06:50:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: cluster 2023-11-15T06:50:21.705290+0000 mon.smithi134 (mon.0) 409 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T06:50:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.705457+0000 mon.smithi134 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.706350+0000 mon.smithi134 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.706614+0000 mon.smithi134 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.706864+0000 mon.smithi134 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.707166+0000 mon.smithi134 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:21.712362+0000 mon.smithi134 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:22.012896+0000 mon.smithi134 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T06:50:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: cluster 2023-11-15T06:50:22.705592+0000 mon.smithi134 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.143:6816/3633549436,v1:172.21.15.143:6817/3633549436] boot 2023-11-15T06:50:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:22.705770+0000 mon.smithi134 (mon.0) 418 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T06:50:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: cluster 2023-11-15T06:50:22.705979+0000 mon.smithi134 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T06:50:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:22.706335+0000 mon.smithi134 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:22 smithi143 bash[29607]: audit 2023-11-15T06:50:22.707140+0000 mon.smithi134 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:50:23.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: cluster 2023-11-15T06:50:21.587529+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:23.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: cluster 2023-11-15T06:50:21.587626+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:23.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:22.707782+0000 mon.smithi134 (mon.0) 422 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:23.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:22.708886+0000 mon.smithi134 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:23.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:22.709589+0000 mon.smithi134 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:23.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:22.714005+0000 mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:23.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: cluster 2023-11-15T06:50:23.053251+0000 mgr.smithi134.usnyhc (mgr.14182) 64 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:50:23.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:23.707131+0000 mon.smithi134 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:23.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: cluster 2023-11-15T06:50:23.707281+0000 mon.smithi134 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T06:50:23.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:23.707597+0000 mon.smithi134 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:23.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:23 smithi134 bash[25956]: audit 2023-11-15T06:50:23.708688+0000 mon.smithi134 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:23.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: cluster 2023-11-15T06:50:21.587529+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:23.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: cluster 2023-11-15T06:50:21.587626+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:23.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:22.707782+0000 mon.smithi134 (mon.0) 422 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:23.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:22.708886+0000 mon.smithi134 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:23.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:22.709589+0000 mon.smithi134 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:23.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:22.714005+0000 mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:23.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: cluster 2023-11-15T06:50:23.053251+0000 mgr.smithi134.usnyhc (mgr.14182) 64 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:50:23.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:23.707131+0000 mon.smithi134 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:23.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: cluster 2023-11-15T06:50:23.707281+0000 mon.smithi134 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T06:50:23.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:23.707597+0000 mon.smithi134 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:23.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:23 smithi143 bash[29607]: audit 2023-11-15T06:50:23.708688+0000 mon.smithi134 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:24.814 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:24 smithi134 bash[25956]: audit 2023-11-15T06:50:23.710796+0000 mon.smithi134 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:24.815 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:24 smithi134 bash[25956]: audit 2023-11-15T06:50:23.711554+0000 mon.smithi134 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:24.815 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:24 smithi134 bash[25956]: audit 2023-11-15T06:50:23.719364+0000 mon.smithi134 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:24.815 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:24 smithi134 bash[25956]: audit 2023-11-15T06:50:24.323573+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:50:24.815 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:24 smithi134 bash[25956]: audit 2023-11-15T06:50:24.324483+0000 mon.smithi134 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:50:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:24 smithi143 bash[29607]: audit 2023-11-15T06:50:23.710796+0000 mon.smithi134 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:24 smithi143 bash[29607]: audit 2023-11-15T06:50:23.711554+0000 mon.smithi134 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:24.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:24 smithi143 bash[29607]: audit 2023-11-15T06:50:23.719364+0000 mon.smithi134 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:24.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:24 smithi143 bash[29607]: audit 2023-11-15T06:50:24.323573+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:50:24.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:24 smithi143 bash[29607]: audit 2023-11-15T06:50:24.324483+0000 mon.smithi134 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:50:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:23.014569+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:23.014662+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:24.713183+0000 mon.smithi134 (mon.0) 434 : cluster [INF] osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742] boot 2023-11-15T06:50:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.713387+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T06:50:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:24.713633+0000 mon.smithi134 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T06:50:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.714171+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.714779+0000 mon.smithi134 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.715600+0000 mon.smithi134 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.719643+0000 mon.smithi134 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.720426+0000 mon.smithi134 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:24.721094+0000 mon.smithi134 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:25.053797+0000 mgr.smithi134.usnyhc (mgr.14182) 65 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:50:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:25.709959+0000 mon.smithi134 (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=smithi143", "root=default"]}]': finished 2023-11-15T06:50:25.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: cluster 2023-11-15T06:50:25.710083+0000 mon.smithi134 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T06:50:25.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:25.710351+0000 mon.smithi134 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:25.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:25.710719+0000 mon.smithi134 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:25.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:25 smithi134 bash[25956]: audit 2023-11-15T06:50:25.711007+0000 mon.smithi134 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:25.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:23.014569+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:25.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:23.014662+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:25.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:24.713183+0000 mon.smithi134 (mon.0) 434 : cluster [INF] osd.3 [v2:172.21.15.134:6810/3615794742,v1:172.21.15.134:6811/3615794742] boot 2023-11-15T06:50:25.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.713387+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T06:50:25.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:24.713633+0000 mon.smithi134 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T06:50:25.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.714171+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:25.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.714779+0000 mon.smithi134 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:50:25.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.715600+0000 mon.smithi134 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:25.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.719643+0000 mon.smithi134 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T06:50:25.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.720426+0000 mon.smithi134 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:25.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:24.721094+0000 mon.smithi134 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:25.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:25.053797+0000 mgr.smithi134.usnyhc (mgr.14182) 65 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:50:25.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:25.709959+0000 mon.smithi134 (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=smithi143", "root=default"]}]': finished 2023-11-15T06:50:25.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: cluster 2023-11-15T06:50:25.710083+0000 mon.smithi134 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T06:50:25.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:25.710351+0000 mon.smithi134 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:25.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:25.710719+0000 mon.smithi134 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:25.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:25 smithi143 bash[29607]: audit 2023-11-15T06:50:25.711007+0000 mon.smithi134 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:26.168 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: audit 2023-11-15T06:50:25.723377+0000 mon.smithi134 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: audit 2023-11-15T06:50:25.889151+0000 mon.smithi134 (mon.0) 448 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: audit 2023-11-15T06:50:26.165537+0000 mon.smithi134 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.134:0/2011632002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: cluster 2023-11-15T06:50:26.715010+0000 mon.smithi134 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688] boot 2023-11-15T06:50:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: cluster 2023-11-15T06:50:26.715070+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T06:50:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: audit 2023-11-15T06:50:26.715375+0000 mon.smithi134 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:26 smithi134 bash[25956]: audit 2023-11-15T06:50:26.716310+0000 mon.smithi134 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: audit 2023-11-15T06:50:25.723377+0000 mon.smithi134 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: audit 2023-11-15T06:50:25.889151+0000 mon.smithi134 (mon.0) 448 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: audit 2023-11-15T06:50:26.165537+0000 mon.smithi134 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.134:0/2011632002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: cluster 2023-11-15T06:50:26.715010+0000 mon.smithi134 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.143:6824/308316688,v1:172.21.15.143:6825/308316688] boot 2023-11-15T06:50:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: cluster 2023-11-15T06:50:26.715070+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T06:50:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: audit 2023-11-15T06:50:26.715375+0000 mon.smithi134 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:26 smithi143 bash[29607]: audit 2023-11-15T06:50:26.716310+0000 mon.smithi134 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:50:26.995 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1700031024,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:27.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:27 smithi143 bash[29607]: cluster 2023-11-15T06:50:25.287993+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:27.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:27 smithi143 bash[29607]: cluster 2023-11-15T06:50:25.288089+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:27.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:27 smithi143 bash[29607]: audit 2023-11-15T06:50:26.717294+0000 mon.smithi134 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:27.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:27 smithi143 bash[29607]: cluster 2023-11-15T06:50:27.054401+0000 mgr.smithi134.usnyhc (mgr.14182) 66 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:27.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:27 smithi143 bash[29607]: audit 2023-11-15T06:50:27.462353+0000 mon.smithi134 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:27.996 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:28.008 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:27 smithi134 bash[25956]: cluster 2023-11-15T06:50:25.287993+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:28.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:27 smithi134 bash[25956]: cluster 2023-11-15T06:50:25.288089+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:28.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:27 smithi134 bash[25956]: audit 2023-11-15T06:50:26.717294+0000 mon.smithi134 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:28.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:27 smithi134 bash[25956]: cluster 2023-11-15T06:50:27.054401+0000 mgr.smithi134.usnyhc (mgr.14182) 66 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:28.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:27 smithi134 bash[25956]: audit 2023-11-15T06:50:27.462353+0000 mon.smithi134 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:28.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:28 smithi143 bash[29607]: cluster 2023-11-15T06:50:27.729640+0000 mon.smithi134 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T06:50:28.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:28 smithi143 bash[29607]: audit 2023-11-15T06:50:27.729796+0000 mon.smithi134 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:28.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:28 smithi143 bash[29607]: audit 2023-11-15T06:50:27.730039+0000 mon.smithi134 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:28.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:28 smithi143 bash[29607]: audit 2023-11-15T06:50:28.313345+0000 mon.smithi134 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T06:50:29.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:28 smithi134 bash[25956]: cluster 2023-11-15T06:50:27.729640+0000 mon.smithi134 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T06:50:29.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:28 smithi134 bash[25956]: audit 2023-11-15T06:50:27.729796+0000 mon.smithi134 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:29.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:28 smithi134 bash[25956]: audit 2023-11-15T06:50:27.730039+0000 mon.smithi134 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:29.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:28 smithi134 bash[25956]: audit 2023-11-15T06:50:28.313345+0000 mon.smithi134 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T06:50:30.025 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: audit 2023-11-15T06:50:28.740328+0000 mon.smithi134 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T06:50:30.025 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: cluster 2023-11-15T06:50:28.740454+0000 mon.smithi134 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T06:50:30.026 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: audit 2023-11-15T06:50:28.740633+0000 mon.smithi134 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:30.026 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: audit 2023-11-15T06:50:28.740931+0000 mon.smithi134 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:30.027 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: audit 2023-11-15T06:50:28.741251+0000 mon.smithi134 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:30.027 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:29 smithi134 bash[25956]: cluster 2023-11-15T06:50:29.054957+0000 mgr.smithi134.usnyhc (mgr.14182) 67 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:30.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: audit 2023-11-15T06:50:28.740328+0000 mon.smithi134 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T06:50:30.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: cluster 2023-11-15T06:50:28.740454+0000 mon.smithi134 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T06:50:30.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: audit 2023-11-15T06:50:28.740633+0000 mon.smithi134 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:30.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: audit 2023-11-15T06:50:28.740931+0000 mon.smithi134 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:30.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: audit 2023-11-15T06:50:28.741251+0000 mon.smithi134 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:30.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:29 smithi143 bash[29607]: cluster 2023-11-15T06:50:29.054957+0000 mgr.smithi134.usnyhc (mgr.14182) 67 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:30 smithi134 bash[25956]: audit 2023-11-15T06:50:29.744206+0000 mon.smithi134 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:30 smithi134 bash[25956]: cluster 2023-11-15T06:50:29.744350+0000 mon.smithi134 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T06:50:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:30 smithi134 bash[25956]: audit 2023-11-15T06:50:29.745083+0000 mon.smithi134 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:30 smithi134 bash[25956]: audit 2023-11-15T06:50:29.745466+0000 mon.smithi134 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:30.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:30 smithi134 bash[25956]: audit 2023-11-15T06:50:29.752112+0000 mon.smithi134 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:31.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:30 smithi143 bash[29607]: audit 2023-11-15T06:50:29.744206+0000 mon.smithi134 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:31.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:30 smithi143 bash[29607]: cluster 2023-11-15T06:50:29.744350+0000 mon.smithi134 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T06:50:31.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:30 smithi143 bash[29607]: audit 2023-11-15T06:50:29.745083+0000 mon.smithi134 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:31.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:30 smithi143 bash[29607]: audit 2023-11-15T06:50:29.745466+0000 mon.smithi134 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:31.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:30 smithi143 bash[29607]: audit 2023-11-15T06:50:29.752112+0000 mon.smithi134 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:31.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: cluster 2023-11-15T06:50:29.359730+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:31.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: cluster 2023-11-15T06:50:29.359887+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:31.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: cluster 2023-11-15T06:50:30.754202+0000 mon.smithi134 (mon.0) 470 : cluster [INF] osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875] boot 2023-11-15T06:50:31.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: cluster 2023-11-15T06:50:30.754265+0000 mon.smithi134 (mon.0) 471 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T06:50:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: audit 2023-11-15T06:50:30.754969+0000 mon.smithi134 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: audit 2023-11-15T06:50:30.755324+0000 mon.smithi134 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:31 smithi134 bash[25956]: cluster 2023-11-15T06:50:31.055567+0000 mgr.smithi134.usnyhc (mgr.14182) 68 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:31.975 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:32.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: cluster 2023-11-15T06:50:29.359730+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:32.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: cluster 2023-11-15T06:50:29.359887+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:32.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: cluster 2023-11-15T06:50:30.754202+0000 mon.smithi134 (mon.0) 470 : cluster [INF] osd.5 [v2:172.21.15.134:6818/993590875,v1:172.21.15.134:6819/993590875] boot 2023-11-15T06:50:32.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: cluster 2023-11-15T06:50:30.754265+0000 mon.smithi134 (mon.0) 471 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T06:50:32.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: audit 2023-11-15T06:50:30.754969+0000 mon.smithi134 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:50:32.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: audit 2023-11-15T06:50:30.755324+0000 mon.smithi134 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:32.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:31 smithi143 bash[29607]: cluster 2023-11-15T06:50:31.055567+0000 mgr.smithi134.usnyhc (mgr.14182) 68 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T06:50:32.598 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1700031030,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:33.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:32 smithi134 bash[25956]: cluster 2023-11-15T06:50:31.770932+0000 mon.smithi134 (mon.0) 474 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T06:50:33.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:32 smithi134 bash[25956]: audit 2023-11-15T06:50:31.771191+0000 mon.smithi134 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:33.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:32 smithi134 bash[25956]: audit 2023-11-15T06:50:31.972808+0000 mon.smithi134 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.134:0/827360442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:33.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:32 smithi143 bash[29607]: cluster 2023-11-15T06:50:31.770932+0000 mon.smithi134 (mon.0) 474 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T06:50:33.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:32 smithi143 bash[29607]: audit 2023-11-15T06:50:31.771191+0000 mon.smithi134 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:33.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:32 smithi143 bash[29607]: audit 2023-11-15T06:50:31.972808+0000 mon.smithi134 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.134:0/827360442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:33.599 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:50:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:34 smithi134 bash[25956]: cluster 2023-11-15T06:50:33.056212+0000 mgr.smithi134.usnyhc (mgr.14182) 69 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:34 smithi134 bash[25956]: audit 2023-11-15T06:50:33.714122+0000 mon.smithi134 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T06:50:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:34 smithi143 bash[29607]: cluster 2023-11-15T06:50:33.056212+0000 mgr.smithi134.usnyhc (mgr.14182) 69 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:34 smithi143 bash[29607]: audit 2023-11-15T06:50:33.714122+0000 mon.smithi134 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T06:50:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:35 smithi134 bash[25956]: audit 2023-11-15T06:50:34.615766+0000 mon.smithi134 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T06:50:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:35 smithi134 bash[25956]: cluster 2023-11-15T06:50:34.615856+0000 mon.smithi134 (mon.0) 479 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T06:50:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:35 smithi134 bash[25956]: audit 2023-11-15T06:50:34.616531+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:35 smithi134 bash[25956]: audit 2023-11-15T06:50:34.617033+0000 mon.smithi134 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:35 smithi143 bash[29607]: audit 2023-11-15T06:50:34.615766+0000 mon.smithi134 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T06:50:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:35 smithi143 bash[29607]: cluster 2023-11-15T06:50:34.615856+0000 mon.smithi134 (mon.0) 479 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T06:50:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:35 smithi143 bash[29607]: audit 2023-11-15T06:50:34.616531+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:35.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:35 smithi143 bash[29607]: audit 2023-11-15T06:50:34.617033+0000 mon.smithi134 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-11-15T06:50:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: cluster 2023-11-15T06:50:35.056771+0000 mgr.smithi134.usnyhc (mgr.14182) 70 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: audit 2023-11-15T06:50:35.618540+0000 mon.smithi134 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: cluster 2023-11-15T06:50:35.618719+0000 mon.smithi134 (mon.0) 483 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T06:50:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: audit 2023-11-15T06:50:35.618922+0000 mon.smithi134 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: audit 2023-11-15T06:50:35.627592+0000 mon.smithi134 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:36 smithi134 bash[25956]: audit 2023-11-15T06:50:36.624482+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: cluster 2023-11-15T06:50:35.056771+0000 mgr.smithi134.usnyhc (mgr.14182) 70 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: audit 2023-11-15T06:50:35.618540+0000 mon.smithi134 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-11-15T06:50:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: cluster 2023-11-15T06:50:35.618719+0000 mon.smithi134 (mon.0) 483 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T06:50:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: audit 2023-11-15T06:50:35.618922+0000 mon.smithi134 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: audit 2023-11-15T06:50:35.627592+0000 mon.smithi134 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:36 smithi143 bash[29607]: audit 2023-11-15T06:50:36.624482+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:37.791 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:37.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:37 smithi134 bash[25956]: cluster 2023-11-15T06:50:34.688752+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:37.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:37 smithi134 bash[25956]: cluster 2023-11-15T06:50:34.688875+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:37.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:37 smithi134 bash[25956]: cluster 2023-11-15T06:50:36.629447+0000 mon.smithi134 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555] boot 2023-11-15T06:50:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:37 smithi134 bash[25956]: cluster 2023-11-15T06:50:36.629486+0000 mon.smithi134 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T06:50:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:37 smithi134 bash[25956]: audit 2023-11-15T06:50:36.630308+0000 mon.smithi134 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:37 smithi143 bash[29607]: cluster 2023-11-15T06:50:34.688752+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:50:37.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:37 smithi143 bash[29607]: cluster 2023-11-15T06:50:34.688875+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:50:37.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:37 smithi143 bash[29607]: cluster 2023-11-15T06:50:36.629447+0000 mon.smithi134 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.134:6826/540800555,v1:172.21.15.134:6827/540800555] boot 2023-11-15T06:50:37.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:37 smithi143 bash[29607]: cluster 2023-11-15T06:50:36.629486+0000 mon.smithi134 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T06:50:37.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:37 smithi143 bash[29607]: audit 2023-11-15T06:50:36.630308+0000 mon.smithi134 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:50:38.776 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1700031036,"num_in_osds":8,"osd_in_since":1700030989,"num_remapped_pgs":0} 2023-11-15T06:50:38.777 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T06:50:38.778 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T06:50:38.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: cluster 2023-11-15T06:50:37.057460+0000 mgr.smithi134.usnyhc (mgr.14182) 71 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:38.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: cluster 2023-11-15T06:50:37.644471+0000 mon.smithi134 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T06:50:38.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: audit 2023-11-15T06:50:37.789022+0000 mon.smithi134 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.134:0/2593263947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:38.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: audit 2023-11-15T06:50:38.147577+0000 mon.smithi134 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:38.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: audit 2023-11-15T06:50:38.150127+0000 mon.smithi134 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:50:38.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: audit 2023-11-15T06:50:38.151465+0000 mon.smithi134 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:50:38.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:38 smithi134 bash[25956]: audit 2023-11-15T06:50:38.152712+0000 mon.smithi134 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:38.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: cluster 2023-11-15T06:50:37.057460+0000 mgr.smithi134.usnyhc (mgr.14182) 71 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:50:38.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: cluster 2023-11-15T06:50:37.644471+0000 mon.smithi134 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T06:50:38.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: audit 2023-11-15T06:50:37.789022+0000 mon.smithi134 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.134:0/2593263947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:50:38.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: audit 2023-11-15T06:50:38.147577+0000 mon.smithi134 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:38.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: audit 2023-11-15T06:50:38.150127+0000 mon.smithi134 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:50:38.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: audit 2023-11-15T06:50:38.151465+0000 mon.smithi134 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:50:38.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:38 smithi143 bash[29607]: audit 2023-11-15T06:50:38.152712+0000 mon.smithi134 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:39 smithi134 bash[25956]: cephadm 2023-11-15T06:50:38.149606+0000 mgr.smithi134.usnyhc (mgr.14182) 72 : cephadm [INF] Reconfiguring mon.smithi134 (unknown last config time)... 2023-11-15T06:50:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:39 smithi134 bash[25956]: cephadm 2023-11-15T06:50:38.153842+0000 mgr.smithi134.usnyhc (mgr.14182) 73 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2023-11-15T06:50:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:39 smithi134 bash[25956]: cluster 2023-11-15T06:50:38.650725+0000 mon.smithi134 (mon.0) 496 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T06:50:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:39 smithi143 bash[29607]: cephadm 2023-11-15T06:50:38.149606+0000 mgr.smithi134.usnyhc (mgr.14182) 72 : cephadm [INF] Reconfiguring mon.smithi134 (unknown last config time)... 2023-11-15T06:50:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:39 smithi143 bash[29607]: cephadm 2023-11-15T06:50:38.153842+0000 mgr.smithi134.usnyhc (mgr.14182) 73 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2023-11-15T06:50:39.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:39 smithi143 bash[29607]: cluster 2023-11-15T06:50:38.650725+0000 mon.smithi134 (mon.0) 496 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T06:50:40.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:40 smithi134 bash[25956]: cluster 2023-11-15T06:50:39.058074+0000 mgr.smithi134.usnyhc (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:40 smithi143 bash[29607]: cluster 2023-11-15T06:50:39.058074+0000 mgr.smithi134.usnyhc (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:41.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: audit 2023-11-15T06:50:40.665762+0000 mon.smithi134 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:41.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: cephadm 2023-11-15T06:50:40.667720+0000 mgr.smithi134.usnyhc (mgr.14182) 75 : cephadm [INF] Reconfiguring mgr.smithi134.usnyhc (unknown last config time)... 2023-11-15T06:50:41.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: audit 2023-11-15T06:50:40.668131+0000 mon.smithi134 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.usnyhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:50:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: audit 2023-11-15T06:50:40.672539+0000 mon.smithi134 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:50:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: audit 2023-11-15T06:50:40.673932+0000 mon.smithi134 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: cephadm 2023-11-15T06:50:40.675332+0000 mgr.smithi134.usnyhc (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi134.usnyhc on smithi134 2023-11-15T06:50:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:41 smithi134 bash[25956]: cluster 2023-11-15T06:50:41.058695+0000 mgr.smithi134.usnyhc (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: audit 2023-11-15T06:50:40.665762+0000 mon.smithi134 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: cephadm 2023-11-15T06:50:40.667720+0000 mgr.smithi134.usnyhc (mgr.14182) 75 : cephadm [INF] Reconfiguring mgr.smithi134.usnyhc (unknown last config time)... 2023-11-15T06:50:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: audit 2023-11-15T06:50:40.668131+0000 mon.smithi134 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.usnyhc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:50:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: audit 2023-11-15T06:50:40.672539+0000 mon.smithi134 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:50:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: audit 2023-11-15T06:50:40.673932+0000 mon.smithi134 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: cephadm 2023-11-15T06:50:40.675332+0000 mgr.smithi134.usnyhc (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi134.usnyhc on smithi134 2023-11-15T06:50:41.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:41 smithi143 bash[29607]: cluster 2023-11-15T06:50:41.058695+0000 mgr.smithi134.usnyhc (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:42.860 INFO:teuthology.orchestra.run.smithi134.stdout:[client.0] 2023-11-15T06:50:42.860 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQBCalRlnD22MhAArHVoIGIKdU27Tje6q9xQKg== 2023-11-15T06:50:43.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:42 smithi134 bash[25956]: audit 2023-11-15T06:50:42.850375+0000 mon.smithi134 (mon.0) 501 : audit [INF] from='client.? 172.21.15.134:0/3632419845' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:43.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:42 smithi134 bash[25956]: audit 2023-11-15T06:50:42.857460+0000 mon.smithi134 (mon.0) 502 : audit [INF] from='client.? 172.21.15.134:0/3632419845' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:50:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:42 smithi143 bash[29607]: audit 2023-11-15T06:50:42.850375+0000 mon.smithi134 (mon.0) 501 : audit [INF] from='client.? 172.21.15.134:0/3632419845' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:42 smithi143 bash[29607]: audit 2023-11-15T06:50:42.857460+0000 mon.smithi134 (mon.0) 502 : audit [INF] from='client.? 172.21.15.134:0/3632419845' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:50:43.662 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T06:50:43.663 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T06:50:43.663 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T06:50:43.683 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T06:50:44.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:44 smithi134 bash[25956]: audit 2023-11-15T06:50:43.012142+0000 mon.smithi134 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:44.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:44 smithi134 bash[25956]: cephadm 2023-11-15T06:50:43.013489+0000 mgr.smithi134.usnyhc (mgr.14182) 78 : cephadm [INF] Reconfiguring alertmanager.smithi134 (dependencies changed)... 2023-11-15T06:50:44.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:44 smithi134 bash[25956]: cephadm 2023-11-15T06:50:43.023063+0000 mgr.smithi134.usnyhc (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi134 on smithi134 2023-11-15T06:50:44.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:44 smithi134 bash[25956]: cluster 2023-11-15T06:50:43.059229+0000 mgr.smithi134.usnyhc (mgr.14182) 80 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:44 smithi143 bash[29607]: audit 2023-11-15T06:50:43.012142+0000 mon.smithi134 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:44.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:44 smithi143 bash[29607]: cephadm 2023-11-15T06:50:43.013489+0000 mgr.smithi134.usnyhc (mgr.14182) 78 : cephadm [INF] Reconfiguring alertmanager.smithi134 (dependencies changed)... 2023-11-15T06:50:44.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:44 smithi143 bash[29607]: cephadm 2023-11-15T06:50:43.023063+0000 mgr.smithi134.usnyhc (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi134 on smithi134 2023-11-15T06:50:44.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:44 smithi143 bash[29607]: cluster 2023-11-15T06:50:43.059229+0000 mgr.smithi134.usnyhc (mgr.14182) 80 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:46.222 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:46 smithi134 bash[25956]: cluster 2023-11-15T06:50:45.059828+0000 mgr.smithi134.usnyhc (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:46.427 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:46 smithi143 bash[29607]: cluster 2023-11-15T06:50:45.059828+0000 mgr.smithi134.usnyhc (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:46.853 INFO:teuthology.orchestra.run.smithi143.stdout:[client.1] 2023-11-15T06:50:46.853 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQBGalRlzcI+MhAAjVjn7fCGv1bPiW56KNE9CA== 2023-11-15T06:50:47.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:47 smithi143 bash[29607]: audit 2023-11-15T06:50:46.841320+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='client.? 172.21.15.143:0/896102013' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:47.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:47 smithi143 bash[29607]: audit 2023-11-15T06:50:46.842602+0000 mon.smithi134 (mon.0) 504 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:47.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:47 smithi143 bash[29607]: audit 2023-11-15T06:50:46.850070+0000 mon.smithi134 (mon.0) 505 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:50:47.434 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T06:50:47.434 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T06:50:47.434 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T06:50:47.455 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:50:47.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:47 smithi134 bash[25956]: audit 2023-11-15T06:50:46.841320+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='client.? 172.21.15.143:0/896102013' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:47.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:47 smithi134 bash[25956]: audit 2023-11-15T06:50:46.842602+0000 mon.smithi134 (mon.0) 504 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:50:47.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:47 smithi134 bash[25956]: audit 2023-11-15T06:50:46.850070+0000 mon.smithi134 (mon.0) 505 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:50:48.661 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: cluster 2023-11-15T06:50:47.060538+0000 mgr.smithi134.usnyhc (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:48.662 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: audit 2023-11-15T06:50:47.253363+0000 mon.smithi134 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:48.662 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: cephadm 2023-11-15T06:50:47.254242+0000 mgr.smithi134.usnyhc (mgr.14182) 83 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2023-11-15T06:50:48.662 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: audit 2023-11-15T06:50:47.254640+0000 mon.smithi134 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:50:48.663 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: audit 2023-11-15T06:50:47.256159+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:48.663 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:48 smithi134 bash[25956]: cephadm 2023-11-15T06:50:47.257346+0000 mgr.smithi134.usnyhc (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2023-11-15T06:50:48.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: cluster 2023-11-15T06:50:47.060538+0000 mgr.smithi134.usnyhc (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:48.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: audit 2023-11-15T06:50:47.253363+0000 mon.smithi134 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:48.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: cephadm 2023-11-15T06:50:47.254242+0000 mgr.smithi134.usnyhc (mgr.14182) 83 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2023-11-15T06:50:48.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: audit 2023-11-15T06:50:47.254640+0000 mon.smithi134 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:50:48.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: audit 2023-11-15T06:50:47.256159+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:48.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:48 smithi143 bash[29607]: cephadm 2023-11-15T06:50:47.257346+0000 mgr.smithi134.usnyhc (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2023-11-15T06:50:50.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:50 smithi134 bash[25956]: cluster 2023-11-15T06:50:49.061233+0000 mgr.smithi134.usnyhc (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:50.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:50 smithi134 bash[25956]: audit 2023-11-15T06:50:49.629185+0000 mon.smithi134 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:50.922 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:50 smithi134 bash[25956]: cephadm 2023-11-15T06:50:49.630744+0000 mgr.smithi134.usnyhc (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi134 (dependencies changed)... 2023-11-15T06:50:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:50 smithi143 bash[29607]: cluster 2023-11-15T06:50:49.061233+0000 mgr.smithi134.usnyhc (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:50 smithi143 bash[29607]: audit 2023-11-15T06:50:49.629185+0000 mon.smithi134 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:50 smithi143 bash[29607]: cephadm 2023-11-15T06:50:49.630744+0000 mgr.smithi134.usnyhc (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi134 (dependencies changed)... 2023-11-15T06:50:51.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:51 smithi134 bash[25956]: cephadm 2023-11-15T06:50:49.679038+0000 mgr.smithi134.usnyhc (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi134 on smithi134 2023-11-15T06:50:51.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:51 smithi143 bash[29607]: cephadm 2023-11-15T06:50:49.679038+0000 mgr.smithi134.usnyhc (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi134 on smithi134 2023-11-15T06:50:52.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:52 smithi134 bash[25956]: cluster 2023-11-15T06:50:51.061894+0000 mgr.smithi134.usnyhc (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:52.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:52 smithi143 bash[29607]: cluster 2023-11-15T06:50:51.061894+0000 mgr.smithi134.usnyhc (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:53.585 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:50:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:54 smithi134 bash[25956]: cluster 2023-11-15T06:50:53.062520+0000 mgr.smithi134.usnyhc (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:54 smithi134 bash[25956]: audit 2023-11-15T06:50:54.312650+0000 mon.smithi134 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:54 smithi134 bash[25956]: audit 2023-11-15T06:50:54.314447+0000 mon.smithi134 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:50:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:54 smithi134 bash[25956]: audit 2023-11-15T06:50:54.315533+0000 mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:54 smithi143 bash[29607]: cluster 2023-11-15T06:50:53.062520+0000 mgr.smithi134.usnyhc (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:54 smithi143 bash[29607]: audit 2023-11-15T06:50:54.312650+0000 mon.smithi134 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:54 smithi143 bash[29607]: audit 2023-11-15T06:50:54.314447+0000 mon.smithi134 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:50:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:54 smithi143 bash[29607]: audit 2023-11-15T06:50:54.315533+0000 mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:55.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:55 smithi134 bash[25956]: cephadm 2023-11-15T06:50:54.314065+0000 mgr.smithi134.usnyhc (mgr.14182) 90 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2023-11-15T06:50:55.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:55 smithi134 bash[25956]: cephadm 2023-11-15T06:50:54.316391+0000 mgr.smithi134.usnyhc (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2023-11-15T06:50:55.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:55 smithi143 bash[29607]: cephadm 2023-11-15T06:50:54.314065+0000 mgr.smithi134.usnyhc (mgr.14182) 90 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2023-11-15T06:50:55.794 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:55 smithi143 bash[29607]: cephadm 2023-11-15T06:50:54.316391+0000 mgr.smithi134.usnyhc (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2023-11-15T06:50:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:56 smithi134 bash[25956]: cluster 2023-11-15T06:50:55.063121+0000 mgr.smithi134.usnyhc (mgr.14182) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:56 smithi134 bash[25956]: audit 2023-11-15T06:50:56.313077+0000 mon.smithi134 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:56 smithi134 bash[25956]: audit 2023-11-15T06:50:56.315524+0000 mon.smithi134 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.rmzpbk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:50:56.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:56 smithi134 bash[25956]: audit 2023-11-15T06:50:56.317433+0000 mon.smithi134 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:50:56.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:56 smithi134 bash[25956]: audit 2023-11-15T06:50:56.319050+0000 mon.smithi134 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:56 smithi143 bash[29607]: cluster 2023-11-15T06:50:55.063121+0000 mgr.smithi134.usnyhc (mgr.14182) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:56 smithi143 bash[29607]: audit 2023-11-15T06:50:56.313077+0000 mon.smithi134 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:56.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:56 smithi143 bash[29607]: audit 2023-11-15T06:50:56.315524+0000 mon.smithi134 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.rmzpbk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:50:56.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:56 smithi143 bash[29607]: audit 2023-11-15T06:50:56.317433+0000 mon.smithi134 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:50:56.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:56 smithi143 bash[29607]: audit 2023-11-15T06:50:56.319050+0000 mon.smithi134 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:57.318 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:50:57.319 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":39,"fsid":"a9e0976a-8382-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:46:47.003061+0000","modified":"2023-11-15T06:50:38.640562+0000","last_up_change":"2023-11-15T06:50:36.622993+0000","last_in_change":"2023-11-15T06:49:49.101437+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T06:50:19.158859+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2e5ba2da-d8a6-41ea-bea9-fdfcb3456603","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6801","nonce":1720564364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6803","nonce":1720564364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6807","nonce":1720564364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6805","nonce":1720564364}]},"public_addr":"172.21.15.143:6801/1720564364","cluster_addr":"172.21.15.143:6803/1720564364","heartbeat_back_addr":"172.21.15.143:6807/1720564364","heartbeat_front_addr":"172.21.15.143:6805/1720564364","state":["exists","up"]},{"osd":1,"uuid":"33370835-0362-4df0-b111-7eb200673b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6803","nonce":2492995594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6805","nonce":2492995594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6809","nonce":2492995594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6807","nonce":2492995594}]},"public_addr":"172.21.15.134:6803/2492995594","cluster_addr":"172.21.15.134:6805/2492995594","heartbeat_back_addr":"172.21.15.134:6809/2492995594","heartbeat_front_addr":"172.21.15.134:6807/2492995594","state":["exists","up"]},{"osd":2,"uuid":"9d7f075f-5b49-4d9f-817d-b5851672c62f","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.143:6808","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6809","nonce":2217988489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6811","nonce":2217988489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6815","nonce":2217988489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6813","nonce":2217988489}]},"public_addr":"172.21.15.143:6809/2217988489","cluster_addr":"172.21.15.143:6811/2217988489","heartbeat_back_addr":"172.21.15.143:6815/2217988489","heartbeat_front_addr":"172.21.15.143:6813/2217988489","state":["exists","up"]},{"osd":3,"uuid":"d0ad0877-dbff-4e60-a910-064df10fdefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6811","nonce":3615794742}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6813","nonce":3615794742}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6817","nonce":3615794742}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6815","nonce":3615794742}]},"public_addr":"172.21.15.134:6811/3615794742","cluster_addr":"172.21.15.134:6813/3615794742","heartbeat_back_addr":"172.21.15.134:6817/3615794742","heartbeat_front_addr":"172.21.15.134:6815/3615794742","state":["exists","up"]},{"osd":4,"uuid":"a54f510c-08a5-44b6-9aa0-3bed72c7b695","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.143:6816","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6817","nonce":3633549436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6819","nonce":3633549436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6823","nonce":3633549436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6821","nonce":3633549436}]},"public_addr":"172.21.15.143:6817/3633549436","cluster_addr":"172.21.15.143:6819/3633549436","heartbeat_back_addr":"172.21.15.143:6823/3633549436","heartbeat_front_addr":"172.21.15.143:6821/3633549436","state":["exists","up"]},{"osd":5,"uuid":"a75ecbaf-7311-4a91-a0f0-adb9700f3576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6819","nonce":993590875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6821","nonce":993590875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6825","nonce":993590875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6823","nonce":993590875}]},"public_addr":"172.21.15.134:6819/993590875","cluster_addr":"172.21.15.134:6821/993590875","heartbeat_back_addr":"172.21.15.134:6825/993590875","heartbeat_front_addr":"172.21.15.134:6823/993590875","state":["exists","up"]},{"osd":6,"uuid":"3a460153-f314-4bc4-a470-2077796e9cae","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.143:6824","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6825","nonce":308316688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6827","nonce":308316688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6831","nonce":308316688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6829","nonce":308316688}]},"public_addr":"172.21.15.143:6825/308316688","cluster_addr":"172.21.15.143:6827/308316688","heartbeat_back_addr":"172.21.15.143:6831/308316688","heartbeat_front_addr":"172.21.15.143:6829/308316688","state":["exists","up"]},{"osd":7,"uuid":"8e81a7d1-3632-4321-9cc7-c1dd62771524","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6827","nonce":540800555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6829","nonce":540800555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6833","nonce":540800555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6831","nonce":540800555}]},"public_addr":"172.21.15.134:6827/540800555","cluster_addr":"172.21.15.134:6829/540800555","heartbeat_back_addr":"172.21.15.134:6833/540800555","heartbeat_front_addr":"172.21.15.134:6831/540800555","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:11.656110+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:17.076648+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:16.567245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:23.014667+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:21.587632+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:29.359896+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:25.288095+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:34.688884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:0/2464594870":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/3931766195":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6801/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/335361451":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6801/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6800/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6800/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/71749667":"2023-11-16T06:47:14.901201+0000","172.21.15.134:0/2783348887":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/3659234447":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6800/3194969579":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6801/3194969579":"2023-11-16T06:47:14.901201+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T06:50:57.911 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T06:50:19.158859+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-15T06:50:57.912 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T06:50:57.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:57 smithi134 bash[25956]: cephadm 2023-11-15T06:50:56.314780+0000 mgr.smithi134.usnyhc (mgr.14182) 93 : cephadm [INF] Reconfiguring mgr.smithi143.rmzpbk (monmap changed)... 2023-11-15T06:50:57.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:57 smithi134 bash[25956]: cephadm 2023-11-15T06:50:56.320553+0000 mgr.smithi134.usnyhc (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon mgr.smithi143.rmzpbk on smithi143 2023-11-15T06:50:57.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:57 smithi134 bash[25956]: audit 2023-11-15T06:50:57.314194+0000 mon.smithi134 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.134:0/3131697527' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:50:57.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:57 smithi143 bash[29607]: cephadm 2023-11-15T06:50:56.314780+0000 mgr.smithi134.usnyhc (mgr.14182) 93 : cephadm [INF] Reconfiguring mgr.smithi143.rmzpbk (monmap changed)... 2023-11-15T06:50:57.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:57 smithi143 bash[29607]: cephadm 2023-11-15T06:50:56.320553+0000 mgr.smithi134.usnyhc (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon mgr.smithi143.rmzpbk on smithi143 2023-11-15T06:50:57.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:57 smithi143 bash[29607]: audit 2023-11-15T06:50:57.314194+0000 mon.smithi134 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.134:0/3131697527' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:50:58.924 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:58 smithi134 bash[25956]: cluster 2023-11-15T06:50:57.063746+0000 mgr.smithi134.usnyhc (mgr.14182) 95 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:58.925 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:58 smithi134 bash[25956]: audit 2023-11-15T06:50:58.175016+0000 mon.smithi134 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:58.925 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:58 smithi134 bash[25956]: audit 2023-11-15T06:50:58.177905+0000 mon.smithi134 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:50:58.925 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:58 smithi134 bash[25956]: audit 2023-11-15T06:50:58.178982+0000 mon.smithi134 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:50:58.925 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:58 smithi134 bash[25956]: audit 2023-11-15T06:50:58.179861+0000 mon.smithi134 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:58.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:58 smithi143 bash[29607]: cluster 2023-11-15T06:50:57.063746+0000 mgr.smithi134.usnyhc (mgr.14182) 95 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:58.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:58 smithi143 bash[29607]: audit 2023-11-15T06:50:58.175016+0000 mon.smithi134 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:50:58.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:58 smithi143 bash[29607]: audit 2023-11-15T06:50:58.177905+0000 mon.smithi134 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:50:58.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:58 smithi143 bash[29607]: audit 2023-11-15T06:50:58.178982+0000 mon.smithi134 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:50:58.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:58 smithi143 bash[29607]: audit 2023-11-15T06:50:58.179861+0000 mon.smithi134 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:50:59.970 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:59 smithi134 bash[25956]: cephadm 2023-11-15T06:50:58.177506+0000 mgr.smithi134.usnyhc (mgr.14182) 96 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2023-11-15T06:50:59.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:59 smithi134 bash[25956]: cephadm 2023-11-15T06:50:58.180577+0000 mgr.smithi134.usnyhc (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2023-11-15T06:50:59.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:50:59 smithi134 bash[25956]: cluster 2023-11-15T06:50:59.064383+0000 mgr.smithi134.usnyhc (mgr.14182) 98 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:50:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:59 smithi143 bash[29607]: cephadm 2023-11-15T06:50:58.177506+0000 mgr.smithi134.usnyhc (mgr.14182) 96 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2023-11-15T06:50:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:59 smithi143 bash[29607]: cephadm 2023-11-15T06:50:58.180577+0000 mgr.smithi134.usnyhc (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2023-11-15T06:50:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:50:59 smithi143 bash[29607]: cluster 2023-11-15T06:50:59.064383+0000 mgr.smithi134.usnyhc (mgr.14182) 98 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:01.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.928045+0000 mon.smithi134 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.936893+0000 mon.smithi134 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:51:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.938020+0000 mgr.smithi134.usnyhc (mgr.14182) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:51:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.940431+0000 mon.smithi134 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:51:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.941334+0000 mgr.smithi134.usnyhc (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:51:01.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.950580+0000 mon.smithi134 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.964987+0000 mon.smithi134 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:51:01.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.965630+0000 mgr.smithi134.usnyhc (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:51:01.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.976025+0000 mon.smithi134 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:51:01.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.976874+0000 mgr.smithi134.usnyhc (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:51:01.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.984892+0000 mon.smithi134 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.994327+0000 mon.smithi134 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:51:01.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:50:59.995242+0000 mgr.smithi134.usnyhc (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:51:01.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:51:00.001688+0000 mon.smithi134 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:51:01.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:51:00.002461+0000 mgr.smithi134.usnyhc (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:51:01.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:51:00.011607+0000 mon.smithi134 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:00 smithi134 bash[25956]: audit 2023-11-15T06:51:00.018266+0000 mon.smithi134 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:51:01.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.928045+0000 mon.smithi134 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.936893+0000 mon.smithi134 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:51:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.938020+0000 mgr.smithi134.usnyhc (mgr.14182) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:51:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.940431+0000 mon.smithi134 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:51:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.941334+0000 mgr.smithi134.usnyhc (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:51:01.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.950580+0000 mon.smithi134 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.964987+0000 mon.smithi134 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:51:01.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.965630+0000 mgr.smithi134.usnyhc (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:51:01.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.976025+0000 mon.smithi134 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:51:01.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.976874+0000 mgr.smithi134.usnyhc (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:51:01.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.984892+0000 mon.smithi134 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.994327+0000 mon.smithi134 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:51:01.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:50:59.995242+0000 mgr.smithi134.usnyhc (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:51:01.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:51:00.001688+0000 mon.smithi134 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:51:01.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:51:00.002461+0000 mgr.smithi134.usnyhc (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:51:01.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:51:00.011607+0000 mon.smithi134 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:01.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:00 smithi143 bash[29607]: audit 2023-11-15T06:51:00.018266+0000 mon.smithi134 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:51:02.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:01 smithi134 bash[25956]: cluster 2023-11-15T06:51:01.065013+0000 mgr.smithi134.usnyhc (mgr.14182) 105 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:02.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:01 smithi143 bash[29607]: cluster 2023-11-15T06:51:01.065013+0000 mgr.smithi134.usnyhc (mgr.14182) 105 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:04.972 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:04 smithi134 bash[25956]: cluster 2023-11-15T06:51:03.065646+0000 mgr.smithi134.usnyhc (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:04.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:04 smithi143 bash[29607]: cluster 2023-11-15T06:51:03.065646+0000 mgr.smithi134.usnyhc (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:05.755 INFO:teuthology.orchestra.run.smithi134.stdout:pg_num: 1 2023-11-15T06:51:06.369 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T06:51:06.370 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T06:51:06.370 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T06:51:06.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:06 smithi134 bash[25956]: cluster 2023-11-15T06:51:05.066148+0000 mgr.smithi134.usnyhc (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:06.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:06 smithi134 bash[25956]: audit 2023-11-15T06:51:05.752837+0000 mon.smithi134 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.134:0/917849589' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T06:51:06.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:06 smithi134 bash[25956]: audit 2023-11-15T06:51:05.870297+0000 mon.smithi134 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:06 smithi134 bash[25956]: audit 2023-11-15T06:51:06.025420+0000 mon.smithi134 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:06.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:06 smithi143 bash[29607]: cluster 2023-11-15T06:51:05.066148+0000 mgr.smithi134.usnyhc (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:06.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:06 smithi143 bash[29607]: audit 2023-11-15T06:51:05.752837+0000 mon.smithi134 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.134:0/917849589' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T06:51:06.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:06 smithi143 bash[29607]: audit 2023-11-15T06:51:05.870297+0000 mon.smithi134 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:06.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:06 smithi143 bash[29607]: audit 2023-11-15T06:51:06.025420+0000 mon.smithi134 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:08.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:08 smithi134 bash[25956]: cluster 2023-11-15T06:51:07.066751+0000 mgr.smithi134.usnyhc (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:08 smithi143 bash[29607]: cluster 2023-11-15T06:51:07.066751+0000 mgr.smithi134.usnyhc (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:10.869 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:10.972 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:10 smithi134 bash[25956]: cluster 2023-11-15T06:51:09.067383+0000 mgr.smithi134.usnyhc (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:10.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:10 smithi143 bash[29607]: cluster 2023-11-15T06:51:09.067383+0000 mgr.smithi134.usnyhc (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:12.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:12 smithi134 bash[25956]: cluster 2023-11-15T06:51:11.068028+0000 mgr.smithi134.usnyhc (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:12 smithi143 bash[29607]: cluster 2023-11-15T06:51:11.068028+0000 mgr.smithi134.usnyhc (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:14.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:14 smithi134 bash[25956]: cluster 2023-11-15T06:51:13.068630+0000 mgr.smithi134.usnyhc (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:14.883 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:51:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:14 smithi143 bash[29607]: cluster 2023-11-15T06:51:13.068630+0000 mgr.smithi134.usnyhc (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:15.623 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi134.usnyhc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":3955404999},{"type":"v1","addr":"172.21.15.134:6801","nonce":3955404999}]},"active_addr":"172.21.15.134:6801/3955404999","active_change":"2023-11-15T06:48:49.025029+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi143.rmzpbk","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.134:8443/","prometheus":"http://172.21.15.134: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.134:0","nonce":3739161261}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.134:0","nonce":1291064407}]}]} 2023-11-15T06:51:15.628 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T06:51:15.629 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T06:51:15.629 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:51:15.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:15 smithi134 bash[25956]: audit 2023-11-15T06:51:14.875758+0000 mon.smithi134 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.134:0/3872999234' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T06:51:15.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:15 smithi134 bash[25956]: audit 2023-11-15T06:51:15.596458+0000 mon.smithi134 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:15.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:15 smithi143 bash[29607]: audit 2023-11-15T06:51:14.875758+0000 mon.smithi134 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.134:0/3872999234' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T06:51:15.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:15 smithi143 bash[29607]: audit 2023-11-15T06:51:15.596458+0000 mon.smithi134 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: cluster 2023-11-15T06:51:15.069284+0000 mgr.smithi134.usnyhc (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: cephadm 2023-11-15T06:51:15.586370+0000 mgr.smithi134.usnyhc (mgr.14182) 113 : cephadm [INF] Detected new or changed devices on smithi143 2023-11-15T06:51:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: audit 2023-11-15T06:51:15.880992+0000 mon.smithi134 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: audit 2023-11-15T06:51:15.882480+0000 mon.smithi134 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: audit 2023-11-15T06:51:15.883908+0000 mon.smithi134 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: audit 2023-11-15T06:51:15.885241+0000 mon.smithi134 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:16 smithi134 bash[25956]: audit 2023-11-15T06:51:15.893521+0000 mon.smithi134 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:16.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: cluster 2023-11-15T06:51:15.069284+0000 mgr.smithi134.usnyhc (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:16.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: cephadm 2023-11-15T06:51:15.586370+0000 mgr.smithi134.usnyhc (mgr.14182) 113 : cephadm [INF] Detected new or changed devices on smithi143 2023-11-15T06:51:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: audit 2023-11-15T06:51:15.880992+0000 mon.smithi134 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: audit 2023-11-15T06:51:15.882480+0000 mon.smithi134 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: audit 2023-11-15T06:51:15.883908+0000 mon.smithi134 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: audit 2023-11-15T06:51:15.885241+0000 mon.smithi134 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:16 smithi143 bash[29607]: audit 2023-11-15T06:51:15.893521+0000 mon.smithi134 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: cephadm 2023-11-15T06:51:15.886475+0000 mgr.smithi134.usnyhc (mgr.14182) 114 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3785M 2023-11-15T06:51:17.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.119243+0000 mon.smithi134 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.416813+0000 mon.smithi134 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.418799+0000 mon.smithi134 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.420073+0000 mon.smithi134 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.421205+0000 mon.smithi134 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.422277+0000 mon.smithi134 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.430584+0000 mon.smithi134 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.432337+0000 mon.smithi134 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:17.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.433548+0000 mon.smithi134 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:51:17.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.440804+0000 mon.smithi134 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.448523+0000 mon.smithi134 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:51:17.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.457286+0000 mon.smithi134 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:51:17.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.459078+0000 mon.smithi134 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:51:17.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.459493+0000 mon.smithi134 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:17.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:17 smithi134 bash[25956]: audit 2023-11-15T06:51:17.460457+0000 mon.smithi134 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:17.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: cephadm 2023-11-15T06:51:15.886475+0000 mgr.smithi134.usnyhc (mgr.14182) 114 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3785M 2023-11-15T06:51:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.119243+0000 mon.smithi134 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.416813+0000 mon.smithi134 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.418799+0000 mon.smithi134 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.420073+0000 mon.smithi134 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.421205+0000 mon.smithi134 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.422277+0000 mon.smithi134 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:51:17.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.430584+0000 mon.smithi134 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.432337+0000 mon.smithi134 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:17.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.433548+0000 mon.smithi134 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:51:17.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.440804+0000 mon.smithi134 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:17.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.448523+0000 mon.smithi134 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:51:17.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.457286+0000 mon.smithi134 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:51:17.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.459078+0000 mon.smithi134 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:51:17.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.459493+0000 mon.smithi134 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:17.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:17 smithi143 bash[29607]: audit 2023-11-15T06:51:17.460457+0000 mon.smithi134 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:18 smithi134 bash[25956]: cluster 2023-11-15T06:51:17.069855+0000 mgr.smithi134.usnyhc (mgr.14182) 115 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:18 smithi134 bash[25956]: cephadm 2023-11-15T06:51:17.106374+0000 mgr.smithi134.usnyhc (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi134 2023-11-15T06:51:18.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:18 smithi134 bash[25956]: cephadm 2023-11-15T06:51:17.423107+0000 mgr.smithi134.usnyhc (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3529M 2023-11-15T06:51:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:18 smithi143 bash[29607]: cluster 2023-11-15T06:51:17.069855+0000 mgr.smithi134.usnyhc (mgr.14182) 115 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:18 smithi143 bash[29607]: cephadm 2023-11-15T06:51:17.106374+0000 mgr.smithi134.usnyhc (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi134 2023-11-15T06:51:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:18 smithi143 bash[29607]: cephadm 2023-11-15T06:51:17.423107+0000 mgr.smithi134.usnyhc (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3529M 2023-11-15T06:51:20.465 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:20.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:20 smithi143 bash[29607]: cluster 2023-11-15T06:51:19.070476+0000 mgr.smithi134.usnyhc (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:21.005 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:20 smithi134 bash[25956]: cluster 2023-11-15T06:51:19.070476+0000 mgr.smithi134.usnyhc (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:21.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:21 smithi134 bash[25956]: cluster 2023-11-15T06:51:21.071181+0000 mgr.smithi134.usnyhc (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:21.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:21 smithi143 bash[29607]: cluster 2023-11-15T06:51:21.071181+0000 mgr.smithi134.usnyhc (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:24.699 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:51:24.699 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":39,"fsid":"a9e0976a-8382-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:46:47.003061+0000","modified":"2023-11-15T06:50:38.640562+0000","last_up_change":"2023-11-15T06:50:36.622993+0000","last_in_change":"2023-11-15T06:49:49.101437+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T06:50:19.158859+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2e5ba2da-d8a6-41ea-bea9-fdfcb3456603","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6801","nonce":1720564364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6803","nonce":1720564364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6807","nonce":1720564364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6805","nonce":1720564364}]},"public_addr":"172.21.15.143:6801/1720564364","cluster_addr":"172.21.15.143:6803/1720564364","heartbeat_back_addr":"172.21.15.143:6807/1720564364","heartbeat_front_addr":"172.21.15.143:6805/1720564364","state":["exists","up"]},{"osd":1,"uuid":"33370835-0362-4df0-b111-7eb200673b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6803","nonce":2492995594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6805","nonce":2492995594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6809","nonce":2492995594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6807","nonce":2492995594}]},"public_addr":"172.21.15.134:6803/2492995594","cluster_addr":"172.21.15.134:6805/2492995594","heartbeat_back_addr":"172.21.15.134:6809/2492995594","heartbeat_front_addr":"172.21.15.134:6807/2492995594","state":["exists","up"]},{"osd":2,"uuid":"9d7f075f-5b49-4d9f-817d-b5851672c62f","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.143:6808","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6809","nonce":2217988489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6811","nonce":2217988489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6815","nonce":2217988489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6813","nonce":2217988489}]},"public_addr":"172.21.15.143:6809/2217988489","cluster_addr":"172.21.15.143:6811/2217988489","heartbeat_back_addr":"172.21.15.143:6815/2217988489","heartbeat_front_addr":"172.21.15.143:6813/2217988489","state":["exists","up"]},{"osd":3,"uuid":"d0ad0877-dbff-4e60-a910-064df10fdefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6811","nonce":3615794742}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6813","nonce":3615794742}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6817","nonce":3615794742}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6815","nonce":3615794742}]},"public_addr":"172.21.15.134:6811/3615794742","cluster_addr":"172.21.15.134:6813/3615794742","heartbeat_back_addr":"172.21.15.134:6817/3615794742","heartbeat_front_addr":"172.21.15.134:6815/3615794742","state":["exists","up"]},{"osd":4,"uuid":"a54f510c-08a5-44b6-9aa0-3bed72c7b695","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.143:6816","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6817","nonce":3633549436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6819","nonce":3633549436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6823","nonce":3633549436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6821","nonce":3633549436}]},"public_addr":"172.21.15.143:6817/3633549436","cluster_addr":"172.21.15.143:6819/3633549436","heartbeat_back_addr":"172.21.15.143:6823/3633549436","heartbeat_front_addr":"172.21.15.143:6821/3633549436","state":["exists","up"]},{"osd":5,"uuid":"a75ecbaf-7311-4a91-a0f0-adb9700f3576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6819","nonce":993590875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6821","nonce":993590875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6825","nonce":993590875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6823","nonce":993590875}]},"public_addr":"172.21.15.134:6819/993590875","cluster_addr":"172.21.15.134:6821/993590875","heartbeat_back_addr":"172.21.15.134:6825/993590875","heartbeat_front_addr":"172.21.15.134:6823/993590875","state":["exists","up"]},{"osd":6,"uuid":"3a460153-f314-4bc4-a470-2077796e9cae","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.143:6824","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6825","nonce":308316688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6827","nonce":308316688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6831","nonce":308316688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6829","nonce":308316688}]},"public_addr":"172.21.15.143:6825/308316688","cluster_addr":"172.21.15.143:6827/308316688","heartbeat_back_addr":"172.21.15.143:6831/308316688","heartbeat_front_addr":"172.21.15.143:6829/308316688","state":["exists","up"]},{"osd":7,"uuid":"8e81a7d1-3632-4321-9cc7-c1dd62771524","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6827","nonce":540800555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6829","nonce":540800555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6833","nonce":540800555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6831","nonce":540800555}]},"public_addr":"172.21.15.134:6827/540800555","cluster_addr":"172.21.15.134:6829/540800555","heartbeat_back_addr":"172.21.15.134:6833/540800555","heartbeat_front_addr":"172.21.15.134:6831/540800555","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:11.656110+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:17.076648+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:16.567245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:23.014667+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:21.587632+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:29.359896+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:25.288095+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:34.688884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:0/2464594870":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/3931766195":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6801/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/335361451":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6801/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6800/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6800/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/71749667":"2023-11-16T06:47:14.901201+0000","172.21.15.134:0/2783348887":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/3659234447":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6800/3194969579":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6801/3194969579":"2023-11-16T06:47:14.901201+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T06:51:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:24 smithi134 bash[25956]: cluster 2023-11-15T06:51:23.071894+0000 mgr.smithi134.usnyhc (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:24 smithi143 bash[29607]: cluster 2023-11-15T06:51:23.071894+0000 mgr.smithi134.usnyhc (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:25.499 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T06:51:25.499 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:51:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:25 smithi134 bash[25956]: audit 2023-11-15T06:51:24.695613+0000 mon.smithi134 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.134:0/1068990579' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:51:25.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:25 smithi143 bash[29607]: audit 2023-11-15T06:51:24.695613+0000 mon.smithi134 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.134:0/1068990579' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:51:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:26 smithi134 bash[25956]: cluster 2023-11-15T06:51:25.072508+0000 mgr.smithi134.usnyhc (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:26 smithi143 bash[29607]: cluster 2023-11-15T06:51:25.072508+0000 mgr.smithi134.usnyhc (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:28.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:28 smithi134 bash[25956]: cluster 2023-11-15T06:51:27.073208+0000 mgr.smithi134.usnyhc (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:28.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:28 smithi143 bash[29607]: cluster 2023-11-15T06:51:27.073208+0000 mgr.smithi134.usnyhc (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:30.683 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:30 smithi134 bash[25956]: cluster 2023-11-15T06:51:29.073829+0000 mgr.smithi134.usnyhc (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:30.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:30 smithi143 bash[29607]: cluster 2023-11-15T06:51:29.073829+0000 mgr.smithi134.usnyhc (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:32.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:32 smithi134 bash[25956]: cluster 2023-11-15T06:51:31.074409+0000 mgr.smithi134.usnyhc (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:32.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:32 smithi143 bash[29607]: cluster 2023-11-15T06:51:31.074409+0000 mgr.smithi134.usnyhc (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:34.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:34 smithi134 bash[25956]: cluster 2023-11-15T06:51:33.075072+0000 mgr.smithi134.usnyhc (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:34.885 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:51:34.885 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":39,"fsid":"a9e0976a-8382-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:46:47.003061+0000","modified":"2023-11-15T06:50:38.640562+0000","last_up_change":"2023-11-15T06:50:36.622993+0000","last_in_change":"2023-11-15T06:49:49.101437+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T06:50:19.158859+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2e5ba2da-d8a6-41ea-bea9-fdfcb3456603","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6801","nonce":1720564364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6803","nonce":1720564364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6807","nonce":1720564364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1720564364},{"type":"v1","addr":"172.21.15.143:6805","nonce":1720564364}]},"public_addr":"172.21.15.143:6801/1720564364","cluster_addr":"172.21.15.143:6803/1720564364","heartbeat_back_addr":"172.21.15.143:6807/1720564364","heartbeat_front_addr":"172.21.15.143:6805/1720564364","state":["exists","up"]},{"osd":1,"uuid":"33370835-0362-4df0-b111-7eb200673b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6803","nonce":2492995594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6805","nonce":2492995594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6809","nonce":2492995594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2492995594},{"type":"v1","addr":"172.21.15.134:6807","nonce":2492995594}]},"public_addr":"172.21.15.134:6803/2492995594","cluster_addr":"172.21.15.134:6805/2492995594","heartbeat_back_addr":"172.21.15.134:6809/2492995594","heartbeat_front_addr":"172.21.15.134:6807/2492995594","state":["exists","up"]},{"osd":2,"uuid":"9d7f075f-5b49-4d9f-817d-b5851672c62f","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.143:6808","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6809","nonce":2217988489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6811","nonce":2217988489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6815","nonce":2217988489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2217988489},{"type":"v1","addr":"172.21.15.143:6813","nonce":2217988489}]},"public_addr":"172.21.15.143:6809/2217988489","cluster_addr":"172.21.15.143:6811/2217988489","heartbeat_back_addr":"172.21.15.143:6815/2217988489","heartbeat_front_addr":"172.21.15.143:6813/2217988489","state":["exists","up"]},{"osd":3,"uuid":"d0ad0877-dbff-4e60-a910-064df10fdefe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6811","nonce":3615794742}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6813","nonce":3615794742}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6817","nonce":3615794742}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3615794742},{"type":"v1","addr":"172.21.15.134:6815","nonce":3615794742}]},"public_addr":"172.21.15.134:6811/3615794742","cluster_addr":"172.21.15.134:6813/3615794742","heartbeat_back_addr":"172.21.15.134:6817/3615794742","heartbeat_front_addr":"172.21.15.134:6815/3615794742","state":["exists","up"]},{"osd":4,"uuid":"a54f510c-08a5-44b6-9aa0-3bed72c7b695","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.143:6816","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6817","nonce":3633549436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6819","nonce":3633549436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6823","nonce":3633549436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":3633549436},{"type":"v1","addr":"172.21.15.143:6821","nonce":3633549436}]},"public_addr":"172.21.15.143:6817/3633549436","cluster_addr":"172.21.15.143:6819/3633549436","heartbeat_back_addr":"172.21.15.143:6823/3633549436","heartbeat_front_addr":"172.21.15.143:6821/3633549436","state":["exists","up"]},{"osd":5,"uuid":"a75ecbaf-7311-4a91-a0f0-adb9700f3576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6819","nonce":993590875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6821","nonce":993590875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6825","nonce":993590875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":993590875},{"type":"v1","addr":"172.21.15.134:6823","nonce":993590875}]},"public_addr":"172.21.15.134:6819/993590875","cluster_addr":"172.21.15.134:6821/993590875","heartbeat_back_addr":"172.21.15.134:6825/993590875","heartbeat_front_addr":"172.21.15.134:6823/993590875","state":["exists","up"]},{"osd":6,"uuid":"3a460153-f314-4bc4-a470-2077796e9cae","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.143:6824","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6825","nonce":308316688}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6827","nonce":308316688}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6831","nonce":308316688}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":308316688},{"type":"v1","addr":"172.21.15.143:6829","nonce":308316688}]},"public_addr":"172.21.15.143:6825/308316688","cluster_addr":"172.21.15.143:6827/308316688","heartbeat_back_addr":"172.21.15.143:6831/308316688","heartbeat_front_addr":"172.21.15.143:6829/308316688","state":["exists","up"]},{"osd":7,"uuid":"8e81a7d1-3632-4321-9cc7-c1dd62771524","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6827","nonce":540800555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6829","nonce":540800555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6833","nonce":540800555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":540800555},{"type":"v1","addr":"172.21.15.134:6831","nonce":540800555}]},"public_addr":"172.21.15.134:6827/540800555","cluster_addr":"172.21.15.134:6829/540800555","heartbeat_back_addr":"172.21.15.134:6833/540800555","heartbeat_front_addr":"172.21.15.134:6831/540800555","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:11.656110+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:17.076648+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:16.567245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:23.014667+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:21.587632+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:29.359896+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:25.288095+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T06:50:34.688884+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:0/2464594870":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/3931766195":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6801/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:0/335361451":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6801/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:6800/4077108103":"2023-11-16T06:48:49.024832+0000","172.21.15.134:6800/349242708":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/71749667":"2023-11-16T06:47:14.901201+0000","172.21.15.134:0/2783348887":"2023-11-16T06:47:54.965623+0000","172.21.15.134:0/3659234447":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6800/3194969579":"2023-11-16T06:47:14.901201+0000","172.21.15.134:6801/3194969579":"2023-11-16T06:47:14.901201+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T06:51:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:34 smithi143 bash[29607]: cluster 2023-11-15T06:51:33.075072+0000 mgr.smithi134.usnyhc (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:35.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T06:51:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:35 smithi134 bash[25956]: audit 2023-11-15T06:51:34.881890+0000 mon.smithi134 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.134:0/1540225885' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:51:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:35 smithi143 bash[29607]: audit 2023-11-15T06:51:34.881890+0000 mon.smithi134 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.134:0/1540225885' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:51:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:36 smithi134 bash[25956]: cluster 2023-11-15T06:51:35.075694+0000 mgr.smithi134.usnyhc (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:36 smithi143 bash[29607]: cluster 2023-11-15T06:51:35.075694+0000 mgr.smithi134.usnyhc (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:38.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:38 smithi134 bash[25956]: cluster 2023-11-15T06:51:37.076188+0000 mgr.smithi134.usnyhc (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:38.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:38 smithi143 bash[29607]: cluster 2023-11-15T06:51:37.076188+0000 mgr.smithi134.usnyhc (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:39 smithi134 bash[25956]: cluster 2023-11-15T06:51:39.076833+0000 mgr.smithi134.usnyhc (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:39 smithi143 bash[29607]: cluster 2023-11-15T06:51:39.076833+0000 mgr.smithi134.usnyhc (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:40.649 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:42.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:42 smithi143 bash[29607]: cluster 2023-11-15T06:51:41.077497+0000 mgr.smithi134.usnyhc (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:42.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:42 smithi134 bash[25956]: cluster 2023-11-15T06:51:41.077497+0000 mgr.smithi134.usnyhc (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:44.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:44 smithi134 bash[25956]: cluster 2023-11-15T06:51:43.077968+0000 mgr.smithi134.usnyhc (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:44.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:44 smithi134 bash[25956]: audit 2023-11-15T06:51:43.434527+0000 mon.smithi134 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:44.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:44 smithi143 bash[29607]: cluster 2023-11-15T06:51:43.077968+0000 mgr.smithi134.usnyhc (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:44.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:44 smithi143 bash[29607]: audit 2023-11-15T06:51:43.434527+0000 mon.smithi134 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:45.458 INFO:teuthology.orchestra.run.smithi134.stdout:68719476757 2023-11-15T06:51:45.526 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T06:51:46.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:46 smithi134 bash[25956]: cluster 2023-11-15T06:51:45.078536+0000 mgr.smithi134.usnyhc (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:46 smithi143 bash[29607]: cluster 2023-11-15T06:51:45.078536+0000 mgr.smithi134.usnyhc (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:48.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:48 smithi134 bash[25956]: audit 2023-11-15T06:51:46.995818+0000 mon.smithi134 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:48.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:48 smithi134 bash[25956]: audit 2023-11-15T06:51:47.000640+0000 mon.smithi134 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:51:48.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:48 smithi134 bash[25956]: cluster 2023-11-15T06:51:47.079118+0000 mgr.smithi134.usnyhc (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:48 smithi143 bash[29607]: audit 2023-11-15T06:51:46.995818+0000 mon.smithi134 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:48 smithi143 bash[29607]: audit 2023-11-15T06:51:47.000640+0000 mon.smithi134 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:51:48.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:48 smithi143 bash[29607]: cluster 2023-11-15T06:51:47.079118+0000 mgr.smithi134.usnyhc (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:50.543 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:51:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:50 smithi143 bash[29607]: cluster 2023-11-15T06:51:49.079693+0000 mgr.smithi134.usnyhc (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:51.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:50 smithi134 bash[25956]: cluster 2023-11-15T06:51:49.079693+0000 mgr.smithi134.usnyhc (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:52.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:52 smithi134 bash[25956]: cluster 2023-11-15T06:51:51.080277+0000 mgr.smithi134.usnyhc (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:52.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:52 smithi143 bash[29607]: cluster 2023-11-15T06:51:51.080277+0000 mgr.smithi134.usnyhc (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:54.008 INFO:teuthology.orchestra.run.smithi134.stdout:90194313237 2023-11-15T06:51:54.008 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T06:51:54.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.791839+0000 mon.smithi134 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.871947+0000 mon.smithi134 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.873542+0000 mon.smithi134 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.875048+0000 mon.smithi134 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:51:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.882174+0000 mon.smithi134 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: audit 2023-11-15T06:51:52.888889+0000 mon.smithi134 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:51:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:53 smithi134 bash[25956]: cluster 2023-11-15T06:51:53.080872+0000 mgr.smithi134.usnyhc (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.791839+0000 mon.smithi134 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.871947+0000 mon.smithi134 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.873542+0000 mon.smithi134 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:51:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.875048+0000 mon.smithi134 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:51:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.882174+0000 mon.smithi134 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:51:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: audit 2023-11-15T06:51:52.888889+0000 mon.smithi134 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:51:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:53 smithi143 bash[29607]: cluster 2023-11-15T06:51:53.080872+0000 mgr.smithi134.usnyhc (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:56.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:56 smithi134 bash[25956]: cluster 2023-11-15T06:51:55.081481+0000 mgr.smithi134.usnyhc (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:56 smithi143 bash[29607]: cluster 2023-11-15T06:51:55.081481+0000 mgr.smithi134.usnyhc (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:58.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:51:58 smithi134 bash[25956]: cluster 2023-11-15T06:51:57.082059+0000 mgr.smithi134.usnyhc (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:58.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:51:58 smithi143 bash[29607]: cluster 2023-11-15T06:51:57.082059+0000 mgr.smithi134.usnyhc (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:51:58.845 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:00.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:00 smithi134 bash[25956]: cluster 2023-11-15T06:51:59.082694+0000 mgr.smithi134.usnyhc (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:00 smithi143 bash[29607]: cluster 2023-11-15T06:51:59.082694+0000 mgr.smithi134.usnyhc (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:02.254 INFO:teuthology.orchestra.run.smithi134.stdout:85899345944 2023-11-15T06:52:02.254 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T06:52:02.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:02 smithi134 bash[25956]: cluster 2023-11-15T06:52:01.083301+0000 mgr.smithi134.usnyhc (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:02.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:02 smithi143 bash[29607]: cluster 2023-11-15T06:52:01.083301+0000 mgr.smithi134.usnyhc (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:04.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:04 smithi134 bash[25956]: cluster 2023-11-15T06:52:03.083963+0000 mgr.smithi134.usnyhc (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:04.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:04 smithi143 bash[29607]: cluster 2023-11-15T06:52:03.083963+0000 mgr.smithi134.usnyhc (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:06.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:06 smithi134 bash[25956]: cluster 2023-11-15T06:52:05.084557+0000 mgr.smithi134.usnyhc (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:06.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:06 smithi143 bash[29607]: cluster 2023-11-15T06:52:05.084557+0000 mgr.smithi134.usnyhc (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:07.098 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:08 smithi134 bash[25956]: cluster 2023-11-15T06:52:07.085176+0000 mgr.smithi134.usnyhc (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:08 smithi143 bash[29607]: cluster 2023-11-15T06:52:07.085176+0000 mgr.smithi134.usnyhc (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:10.447 INFO:teuthology.orchestra.run.smithi134.stdout:115964117015 2023-11-15T06:52:10.448 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T06:52:10.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:10 smithi134 bash[25956]: cluster 2023-11-15T06:52:09.085784+0000 mgr.smithi134.usnyhc (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:10.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:10 smithi143 bash[29607]: cluster 2023-11-15T06:52:09.085784+0000 mgr.smithi134.usnyhc (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:12.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:12 smithi134 bash[25956]: cluster 2023-11-15T06:52:11.086414+0000 mgr.smithi134.usnyhc (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:12 smithi143 bash[29607]: cluster 2023-11-15T06:52:11.086414+0000 mgr.smithi134.usnyhc (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:14.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:14 smithi134 bash[25956]: cluster 2023-11-15T06:52:13.087028+0000 mgr.smithi134.usnyhc (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:14 smithi143 bash[29607]: cluster 2023-11-15T06:52:13.087028+0000 mgr.smithi134.usnyhc (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:15.276 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:16 smithi134 bash[25956]: cluster 2023-11-15T06:52:15.087652+0000 mgr.smithi134.usnyhc (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:16.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:16 smithi143 bash[29607]: cluster 2023-11-15T06:52:15.087652+0000 mgr.smithi134.usnyhc (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:17.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:17 smithi134 bash[25956]: cluster 2023-11-15T06:52:17.088270+0000 mgr.smithi134.usnyhc (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:17.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:17 smithi143 bash[29607]: cluster 2023-11-15T06:52:17.088270+0000 mgr.smithi134.usnyhc (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:18.678 INFO:teuthology.orchestra.run.smithi134.stdout:107374182426 2023-11-15T06:52:18.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T06:52:20.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:20 smithi134 bash[25956]: cluster 2023-11-15T06:52:19.088906+0000 mgr.smithi134.usnyhc (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:20.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:20 smithi143 bash[29607]: cluster 2023-11-15T06:52:19.088906+0000 mgr.smithi134.usnyhc (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:22.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:22 smithi134 bash[25956]: cluster 2023-11-15T06:52:21.089499+0000 mgr.smithi134.usnyhc (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:22.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:22 smithi143 bash[29607]: cluster 2023-11-15T06:52:21.089499+0000 mgr.smithi134.usnyhc (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:23.521 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:24.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:24 smithi134 bash[25956]: cluster 2023-11-15T06:52:23.090155+0000 mgr.smithi134.usnyhc (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:24 smithi143 bash[29607]: cluster 2023-11-15T06:52:23.090155+0000 mgr.smithi134.usnyhc (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:26.882 INFO:teuthology.orchestra.run.smithi134.stdout:141733920793 2023-11-15T06:52:26.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T06:52:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:26 smithi134 bash[25956]: cluster 2023-11-15T06:52:25.090731+0000 mgr.smithi134.usnyhc (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:26 smithi143 bash[29607]: cluster 2023-11-15T06:52:25.090731+0000 mgr.smithi134.usnyhc (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:28.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:28 smithi134 bash[25956]: cluster 2023-11-15T06:52:27.091496+0000 mgr.smithi134.usnyhc (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:28.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:28 smithi143 bash[29607]: cluster 2023-11-15T06:52:27.091496+0000 mgr.smithi134.usnyhc (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:30 smithi134 bash[25956]: cluster 2023-11-15T06:52:29.092141+0000 mgr.smithi134.usnyhc (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:30.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:30 smithi143 bash[29607]: cluster 2023-11-15T06:52:29.092141+0000 mgr.smithi134.usnyhc (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:31.727 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:32.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:32 smithi134 bash[25956]: cluster 2023-11-15T06:52:31.092720+0000 mgr.smithi134.usnyhc (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:32.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:32 smithi143 bash[29607]: cluster 2023-11-15T06:52:31.092720+0000 mgr.smithi134.usnyhc (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:34 smithi134 bash[25956]: cluster 2023-11-15T06:52:33.093326+0000 mgr.smithi134.usnyhc (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:34 smithi143 bash[29607]: cluster 2023-11-15T06:52:33.093326+0000 mgr.smithi134.usnyhc (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:35.154 INFO:teuthology.orchestra.run.smithi134.stdout:124554051611 2023-11-15T06:52:35.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T06:52:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:35 smithi134 bash[25956]: cluster 2023-11-15T06:52:35.093905+0000 mgr.smithi134.usnyhc (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:35 smithi143 bash[29607]: cluster 2023-11-15T06:52:35.093905+0000 mgr.smithi134.usnyhc (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:38.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:38 smithi134 bash[25956]: cluster 2023-11-15T06:52:37.094491+0000 mgr.smithi134.usnyhc (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:38.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:38 smithi143 bash[29607]: cluster 2023-11-15T06:52:37.094491+0000 mgr.smithi134.usnyhc (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:39.989 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:40.922 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:40 smithi134 bash[25956]: cluster 2023-11-15T06:52:39.095096+0000 mgr.smithi134.usnyhc (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:40 smithi143 bash[29607]: cluster 2023-11-15T06:52:39.095096+0000 mgr.smithi134.usnyhc (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:42.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:42 smithi134 bash[25956]: cluster 2023-11-15T06:52:41.095737+0000 mgr.smithi134.usnyhc (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:42.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:42 smithi143 bash[29607]: cluster 2023-11-15T06:52:41.095737+0000 mgr.smithi134.usnyhc (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:43.255 INFO:teuthology.orchestra.run.smithi134.stdout:158913789981 2023-11-15T06:52:43.255 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T06:52:44.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:44 smithi134 bash[25956]: cluster 2023-11-15T06:52:43.096354+0000 mgr.smithi134.usnyhc (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:44.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:44 smithi143 bash[29607]: cluster 2023-11-15T06:52:43.096354+0000 mgr.smithi134.usnyhc (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:46.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:46 smithi134 bash[25956]: cluster 2023-11-15T06:52:45.096942+0000 mgr.smithi134.usnyhc (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:46.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:46 smithi143 bash[29607]: cluster 2023-11-15T06:52:45.096942+0000 mgr.smithi134.usnyhc (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:48.095 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:48.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:48 smithi134 bash[25956]: cluster 2023-11-15T06:52:47.097601+0000 mgr.smithi134.usnyhc (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:48.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:48 smithi143 bash[29607]: cluster 2023-11-15T06:52:47.097601+0000 mgr.smithi134.usnyhc (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:50.937 INFO:teuthology.orchestra.run.smithi134.stdout:68719476770 2023-11-15T06:52:50.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:50 smithi134 bash[25956]: cluster 2023-11-15T06:52:49.098145+0000 mgr.smithi134.usnyhc (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:50 smithi143 bash[29607]: cluster 2023-11-15T06:52:49.098145+0000 mgr.smithi134.usnyhc (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:51.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476757 got 68719476770 for osd.0 2023-11-15T06:52:51.555 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T06:52:51.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:51 smithi134 bash[25956]: audit 2023-11-15T06:52:50.934320+0000 mon.smithi134 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.134:0/4250949103' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T06:52:51.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:51 smithi143 bash[29607]: audit 2023-11-15T06:52:50.934320+0000 mon.smithi134 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.134:0/4250949103' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T06:52:52.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:52 smithi134 bash[25956]: cluster 2023-11-15T06:52:51.098577+0000 mgr.smithi134.usnyhc (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:52.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:52 smithi143 bash[29607]: cluster 2023-11-15T06:52:51.098577+0000 mgr.smithi134.usnyhc (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:53.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:53 smithi134 bash[25956]: audit 2023-11-15T06:52:52.902041+0000 mon.smithi134 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:52:53.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:53 smithi134 bash[25956]: cluster 2023-11-15T06:52:53.099126+0000 mgr.smithi134.usnyhc (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:53.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:53 smithi143 bash[29607]: audit 2023-11-15T06:52:52.902041+0000 mon.smithi134 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:52:53.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:53 smithi143 bash[29607]: cluster 2023-11-15T06:52:53.099126+0000 mgr.smithi134.usnyhc (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:56.398 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:52:56.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:56 smithi134 bash[25956]: cluster 2023-11-15T06:52:55.099745+0000 mgr.smithi134.usnyhc (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:56 smithi143 bash[29607]: cluster 2023-11-15T06:52:55.099745+0000 mgr.smithi134.usnyhc (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:58.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:58 smithi134 bash[25956]: cluster 2023-11-15T06:52:57.100114+0000 mgr.smithi134.usnyhc (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:58.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:58 smithi143 bash[29607]: cluster 2023-11-15T06:52:57.100114+0000 mgr.smithi134.usnyhc (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:52:59.357 INFO:teuthology.orchestra.run.smithi134.stdout:90194313250 2023-11-15T06:52:59.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:58.592317+0000 mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:58.745717+0000 mon.smithi134 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:59.036827+0000 mon.smithi134 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:52:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:59.038013+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:52:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:59.046904+0000 mon.smithi134 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:59.056092+0000 mon.smithi134 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:52:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:52:59 smithi134 bash[25956]: audit 2023-11-15T06:52:59.354836+0000 mon.smithi134 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.134:0/1147263766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T06:52:59.968 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313250 for osd.1 2023-11-15T06:52:59.968 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T06:52:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:58.592317+0000 mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:58.745717+0000 mon.smithi134 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:59.036827+0000 mon.smithi134 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:52:59.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:59.038013+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:52:59.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:59.046904+0000 mon.smithi134 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:52:59.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:59.056092+0000 mon.smithi134 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:52:59.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:52:59 smithi143 bash[29607]: audit 2023-11-15T06:52:59.354836+0000 mon.smithi134 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.134:0/1147263766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T06:53:00.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:00 smithi134 bash[25956]: cluster 2023-11-15T06:52:59.100733+0000 mgr.smithi134.usnyhc (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:00 smithi143 bash[29607]: cluster 2023-11-15T06:52:59.100733+0000 mgr.smithi134.usnyhc (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:02.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:02 smithi134 bash[25956]: cluster 2023-11-15T06:53:01.101338+0000 mgr.smithi134.usnyhc (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:02.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:02 smithi143 bash[29607]: cluster 2023-11-15T06:53:01.101338+0000 mgr.smithi134.usnyhc (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:04.805 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:04.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:04 smithi134 bash[25956]: cluster 2023-11-15T06:53:03.101970+0000 mgr.smithi134.usnyhc (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:04.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:04 smithi143 bash[29607]: cluster 2023-11-15T06:53:03.101970+0000 mgr.smithi134.usnyhc (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:06.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:06 smithi134 bash[25956]: cluster 2023-11-15T06:53:05.102662+0000 mgr.smithi134.usnyhc (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:06.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:06 smithi143 bash[29607]: cluster 2023-11-15T06:53:05.102662+0000 mgr.smithi134.usnyhc (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:07.783 INFO:teuthology.orchestra.run.smithi134.stdout:85899345957 2023-11-15T06:53:08.354 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2023-11-15T06:53:08.354 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T06:53:08.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:08 smithi134 bash[25956]: cluster 2023-11-15T06:53:07.103303+0000 mgr.smithi134.usnyhc (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:08.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:08 smithi134 bash[25956]: audit 2023-11-15T06:53:07.780185+0000 mon.smithi134 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.134:0/1556423702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T06:53:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:08 smithi143 bash[29607]: cluster 2023-11-15T06:53:07.103303+0000 mgr.smithi134.usnyhc (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:08 smithi143 bash[29607]: audit 2023-11-15T06:53:07.780185+0000 mon.smithi134 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.134:0/1556423702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T06:53:10.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:10 smithi134 bash[25956]: cluster 2023-11-15T06:53:09.103898+0000 mgr.smithi134.usnyhc (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:10.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:10 smithi143 bash[29607]: cluster 2023-11-15T06:53:09.103898+0000 mgr.smithi134.usnyhc (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:12.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:12 smithi134 bash[25956]: cluster 2023-11-15T06:53:11.104492+0000 mgr.smithi134.usnyhc (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:12 smithi143 bash[29607]: cluster 2023-11-15T06:53:11.104492+0000 mgr.smithi134.usnyhc (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:13.185 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:14.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:14 smithi134 bash[25956]: cluster 2023-11-15T06:53:13.105106+0000 mgr.smithi134.usnyhc (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:14 smithi143 bash[29607]: cluster 2023-11-15T06:53:13.105106+0000 mgr.smithi134.usnyhc (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:16.175 INFO:teuthology.orchestra.run.smithi134.stdout:115964117028 2023-11-15T06:53:16.757 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117015 got 115964117028 for osd.3 2023-11-15T06:53:16.757 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T06:53:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:16 smithi134 bash[25956]: cluster 2023-11-15T06:53:15.105675+0000 mgr.smithi134.usnyhc (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:16.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:16 smithi134 bash[25956]: audit 2023-11-15T06:53:16.171966+0000 mon.smithi134 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.134:0/1399700607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T06:53:16.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:16 smithi143 bash[29607]: cluster 2023-11-15T06:53:15.105675+0000 mgr.smithi134.usnyhc (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:16.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:16 smithi143 bash[29607]: audit 2023-11-15T06:53:16.171966+0000 mon.smithi134 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.134:0/1399700607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T06:53:18.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:18 smithi134 bash[25956]: cluster 2023-11-15T06:53:17.106293+0000 mgr.smithi134.usnyhc (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:18 smithi143 bash[29607]: cluster 2023-11-15T06:53:17.106293+0000 mgr.smithi134.usnyhc (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:19.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:19 smithi134 bash[25956]: cluster 2023-11-15T06:53:19.106909+0000 mgr.smithi134.usnyhc (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:19.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:19 smithi143 bash[29607]: cluster 2023-11-15T06:53:19.106909+0000 mgr.smithi134.usnyhc (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:21.600 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:22.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:22 smithi134 bash[25956]: cluster 2023-11-15T06:53:21.107514+0000 mgr.smithi134.usnyhc (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:22.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:22 smithi143 bash[29607]: cluster 2023-11-15T06:53:21.107514+0000 mgr.smithi134.usnyhc (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:24.485 INFO:teuthology.orchestra.run.smithi134.stdout:107374182439 2023-11-15T06:53:24.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:24 smithi134 bash[25956]: cluster 2023-11-15T06:53:23.108148+0000 mgr.smithi134.usnyhc (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:24.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:24 smithi134 bash[25956]: audit 2023-11-15T06:53:24.482461+0000 mon.smithi134 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.134:0/2407628245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T06:53:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:24 smithi143 bash[29607]: cluster 2023-11-15T06:53:23.108148+0000 mgr.smithi134.usnyhc (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:24 smithi143 bash[29607]: audit 2023-11-15T06:53:24.482461+0000 mon.smithi134 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.134:0/2407628245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T06:53:25.127 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2023-11-15T06:53:25.128 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T06:53:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:26 smithi134 bash[25956]: cluster 2023-11-15T06:53:25.108740+0000 mgr.smithi134.usnyhc (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:26 smithi143 bash[29607]: cluster 2023-11-15T06:53:25.108740+0000 mgr.smithi134.usnyhc (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:28.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:28 smithi134 bash[25956]: cluster 2023-11-15T06:53:27.109342+0000 mgr.smithi134.usnyhc (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:28.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:28 smithi143 bash[29607]: cluster 2023-11-15T06:53:27.109342+0000 mgr.smithi134.usnyhc (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:29.977 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:30 smithi134 bash[25956]: cluster 2023-11-15T06:53:29.109957+0000 mgr.smithi134.usnyhc (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:30.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:30 smithi143 bash[29607]: cluster 2023-11-15T06:53:29.109957+0000 mgr.smithi134.usnyhc (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:32 smithi134 bash[25956]: cluster 2023-11-15T06:53:31.110524+0000 mgr.smithi134.usnyhc (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:32.897 INFO:teuthology.orchestra.run.smithi134.stdout:141733920806 2023-11-15T06:53:32.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:32 smithi143 bash[29607]: cluster 2023-11-15T06:53:31.110524+0000 mgr.smithi134.usnyhc (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:33.534 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920793 got 141733920806 for osd.5 2023-11-15T06:53:33.534 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T06:53:33.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:33 smithi134 bash[25956]: audit 2023-11-15T06:53:32.894811+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.134:0/749581113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T06:53:33.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:33 smithi143 bash[29607]: audit 2023-11-15T06:53:32.894811+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.134:0/749581113' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T06:53:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:34 smithi134 bash[25956]: cluster 2023-11-15T06:53:33.111159+0000 mgr.smithi134.usnyhc (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:34 smithi143 bash[29607]: cluster 2023-11-15T06:53:33.111159+0000 mgr.smithi134.usnyhc (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:35.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:35 smithi134 bash[25956]: cluster 2023-11-15T06:53:35.111881+0000 mgr.smithi134.usnyhc (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:35 smithi143 bash[29607]: cluster 2023-11-15T06:53:35.111881+0000 mgr.smithi134.usnyhc (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:38.390 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:38.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:38 smithi134 bash[25956]: cluster 2023-11-15T06:53:37.112550+0000 mgr.smithi134.usnyhc (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:38.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:38 smithi143 bash[29607]: cluster 2023-11-15T06:53:37.112550+0000 mgr.smithi134.usnyhc (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:40.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:40 smithi134 bash[25956]: cluster 2023-11-15T06:53:39.113224+0000 mgr.smithi134.usnyhc (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:40 smithi143 bash[29607]: cluster 2023-11-15T06:53:39.113224+0000 mgr.smithi134.usnyhc (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:41.351 INFO:teuthology.orchestra.run.smithi134.stdout:124554051624 2023-11-15T06:53:41.945 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:41 smithi134 bash[25956]: audit 2023-11-15T06:53:41.347971+0000 mon.smithi134 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.134:0/2897982524' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T06:53:41.946 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051611 got 124554051624 for osd.6 2023-11-15T06:53:41.947 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T06:53:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:41 smithi143 bash[29607]: audit 2023-11-15T06:53:41.347971+0000 mon.smithi134 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.134:0/2897982524' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T06:53:42.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:42 smithi134 bash[25956]: cluster 2023-11-15T06:53:41.113775+0000 mgr.smithi134.usnyhc (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:42.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:42 smithi143 bash[29607]: cluster 2023-11-15T06:53:41.113775+0000 mgr.smithi134.usnyhc (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:44.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:44 smithi134 bash[25956]: cluster 2023-11-15T06:53:43.114361+0000 mgr.smithi134.usnyhc (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:44.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:44 smithi143 bash[29607]: cluster 2023-11-15T06:53:43.114361+0000 mgr.smithi134.usnyhc (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:46.793 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:46.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:46 smithi134 bash[25956]: cluster 2023-11-15T06:53:45.114925+0000 mgr.smithi134.usnyhc (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:46.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:46 smithi143 bash[29607]: cluster 2023-11-15T06:53:45.114925+0000 mgr.smithi134.usnyhc (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:48.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:48 smithi134 bash[25956]: cluster 2023-11-15T06:53:47.115565+0000 mgr.smithi134.usnyhc (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:48.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:48 smithi143 bash[29607]: cluster 2023-11-15T06:53:47.115565+0000 mgr.smithi134.usnyhc (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:49.797 INFO:teuthology.orchestra.run.smithi134.stdout:158913789994 2023-11-15T06:53:49.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:49 smithi134 bash[25956]: cluster 2023-11-15T06:53:49.116148+0000 mgr.smithi134.usnyhc (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:49 smithi143 bash[29607]: cluster 2023-11-15T06:53:49.116148+0000 mgr.smithi134.usnyhc (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:50.344 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789981 got 158913789994 for osd.7 2023-11-15T06:53:50.344 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T06:53:50.345 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T06:53:50.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:50 smithi134 bash[25956]: audit 2023-11-15T06:53:49.793682+0000 mon.smithi134 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.134:0/2999767538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T06:53:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:50 smithi143 bash[29607]: audit 2023-11-15T06:53:49.793682+0000 mon.smithi134 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.134:0/2999767538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T06:53:51.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:51 smithi143 bash[29607]: cluster 2023-11-15T06:53:51.116716+0000 mgr.smithi134.usnyhc (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:52.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:51 smithi134 bash[25956]: cluster 2023-11-15T06:53:51.116716+0000 mgr.smithi134.usnyhc (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:54 smithi134 bash[25956]: cluster 2023-11-15T06:53:53.117371+0000 mgr.smithi134.usnyhc (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:54 smithi143 bash[29607]: cluster 2023-11-15T06:53:53.117371+0000 mgr.smithi134.usnyhc (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:55.193 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:53:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:56 smithi134 bash[25956]: cluster 2023-11-15T06:53:55.117950+0000 mgr.smithi134.usnyhc (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:56.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:56 smithi143 bash[29607]: cluster 2023-11-15T06:53:55.117950+0000 mgr.smithi134.usnyhc (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:58.107 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:53:58.109 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2023-11-15T06:53:58.669 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":182,"stamp":"2023-11-15T06:53:57.118217+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1224629,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-15T06:50:39.229686+0000","last_change":"2023-11-15T06:50:39.229686+0000","last_active":"2023-11-15T06:50:39.229686+0000","last_peered":"2023-11-15T06:50:39.229686+0000","last_clean":"2023-11-15T06:50:39.229686+0000","last_became_active":"2023-11-15T06:50:39.229283+0000","last_became_peered":"2023-11-15T06:50:39.229283+0000","last_unstale":"2023-11-15T06:50:39.229686+0000","last_undegraded":"2023-11-15T06:50:39.229686+0000","last_fullsized":"2023-11-15T06:50:39.229686+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T06:50:19.684094+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T06:50:19.684094+0000","last_clean_scrub_stamp":"2023-11-15T06:50:19.684094+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789995,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.86399999999999999,"15min":0.85499999999999998},"min":{"1min":0.68000000000000005,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2430000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.746},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88900000000000001,"15min":0.90300000000000002},"min":{"1min":0.71399999999999997,"5min":0.624,"15min":0.624},"max":{"1min":1.26,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.98699999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.76000000000000001,"15min":0.78800000000000003},"min":{"1min":0.52000000000000002,"5min":0.498,"15min":0.498},"max":{"1min":0.93200000000000005,"5min":1.167,"15min":1.167},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.61899999999999999,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0760000000000001,"5min":1.663,"15min":1.663},"last":0.80600000000000005}]},{"osd":2,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.91400000000000003},"min":{"1min":0.66800000000000004,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.149,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.76400000000000001,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.1639999999999999,"5min":1.272,"15min":1.272},"last":1.101}]},{"osd":3,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":1.0169999999999999,"15min":1.0629999999999999},"min":{"1min":0.57999999999999996,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.2649999999999999,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":1.1439999999999999},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.999,"15min":1.034},"min":{"1min":0.68400000000000005,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.2370000000000001,"5min":1.8160000000000001,"15min":1.8160000000000001},"last":1.2210000000000001}]},{"osd":4,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.1339999999999999,"15min":1.1519999999999999},"min":{"1min":0.91600000000000004,"5min":0.749,"15min":0.749},"max":{"1min":1.409,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.069},{"interface":"front","average":{"1min":1.04,"5min":1.048,"15min":1.0740000000000001},"min":{"1min":0.85999999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.329,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.5349999999999999}]},{"osd":5,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.0800000000000001,"15min":1.1020000000000001},"min":{"1min":0.73399999999999999,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4630000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.466},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.1579999999999999,"15min":1.1970000000000001},"min":{"1min":0.90000000000000002,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.607,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.2629999999999999}]},{"osd":6,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.21,"15min":1.244},"min":{"1min":0.98799999999999999,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3180000000000001,"5min":1.714,"15min":1.714},"last":1.3340000000000001},{"interface":"front","average":{"1min":1.2609999999999999,"5min":1.244,"15min":1.258},"min":{"1min":1.026,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.6919999999999999,"5min":2.0089999999999999,"15min":2.0089999999999999},"last":1.3120000000000001}]}]},{"osd":5,"up_from":33,"seq":141733920812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.83199999999999996,"15min":0.84099999999999997},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1659999999999999,"5min":1.26,"15min":1.26},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.82899999999999996,"15min":0.80600000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.69999999999999996}]},{"osd":1,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.77800000000000002,"15min":0.77300000000000002},"min":{"1min":0.63600000000000001,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.80600000000000005,"15min":0.78800000000000003},"min":{"1min":0.50600000000000001,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.98899999999999999}]},{"osd":2,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.74299999999999999,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.349,"5min":1.369,"15min":1.369},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.022,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.79200000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.488,"5min":1.488,"15min":1.488},"last":0.82399999999999995}]},{"osd":3,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.89000000000000001,"15min":0.85999999999999999},"min":{"1min":0.53500000000000003,"5min":0.441,"15min":0.441},"max":{"1min":1.9450000000000001,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.073,"5min":0.96299999999999997,"15min":0.94799999999999995},"min":{"1min":0.77500000000000002,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.625,"5min":1.625,"15min":1.625},"last":0.95299999999999996}]},{"osd":4,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.0189999999999999,"15min":0.995},"min":{"1min":0.80200000000000005,"5min":0.503,"15min":0.503},"max":{"1min":1.74,"5min":1.74,"15min":1.74},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.105,"15min":1.1060000000000001},"min":{"1min":0.78800000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.782,"5min":1.782,"15min":1.782},"last":1.2}]},{"osd":6,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.1000000000000001,"15min":1.0640000000000001},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.97,"5min":1.97,"15min":1.97},"last":1.032},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1459999999999999,"15min":1.1299999999999999},"min":{"1min":0.90800000000000003,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.8340000000000001,"5min":1.8340000000000001,"15min":1.8340000000000001},"last":1.2270000000000001}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2490000000000001,"5min":1.0960000000000001,"15min":1.048},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":2.0070000000000001,"5min":2.0070000000000001,"15min":2.0070000000000001},"last":1.135},{"interface":"front","average":{"1min":1.278,"5min":1.177,"15min":1.157},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.9159999999999999,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.1519999999999999}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:23 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.68100000000000005,"15min":0.68300000000000005},"min":{"1min":0.55000000000000004,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.96699999999999997,"5min":1.042,"15min":1.042},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.70899999999999996,"5min":0.71999999999999997,"15min":0.71299999999999997},"min":{"1min":0.59899999999999998,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.97999999999999998,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.99399999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:53:23 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92200000000000004,"15min":0.92400000000000004},"min":{"1min":0.79900000000000004,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.111,"5min":1.248,"15min":1.248},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.86699999999999999,"15min":0.83699999999999997},"min":{"1min":0.76900000000000002,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.0649999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":1.075}]},{"osd":3,"last update":"Wed Nov 15 06:53:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":1.0049999999999999,"15min":1.0229999999999999},"min":{"1min":0.69099999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.262,"5min":1.375,"15min":1.375},"last":0.78800000000000003},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.98699999999999999,"15min":0.97499999999999998},"min":{"1min":0.83199999999999996,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1679999999999999,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.1699999999999999}]},{"osd":4,"last update":"Wed Nov 15 06:53:29 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.78300000000000003,"15min":0.77300000000000002},"min":{"1min":0.65000000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.68400000000000005,"5min":0.505,"15min":0.505},"max":{"1min":1.198,"5min":1.333,"15min":1.333},"last":0.70699999999999996}]},{"osd":5,"last update":"Wed Nov 15 06:53:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.95799999999999996,"15min":0.93999999999999995},"min":{"1min":0.83899999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2250000000000001,"5min":1.24,"15min":1.24},"last":1.1240000000000001},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.98799999999999999,"15min":1.0069999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.1950000000000001,"5min":1.345,"15min":1.345},"last":1.0289999999999999}]},{"osd":6,"last update":"Wed Nov 15 06:53:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.98899999999999999,"15min":1.0029999999999999},"min":{"1min":0.77200000000000002,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.222,"5min":1.321,"15min":1.321},"last":0.93899999999999995},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.155,"15min":1.1579999999999999},"min":{"1min":1.008,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3280000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":0.85399999999999998}]},{"osd":7,"last update":"Wed Nov 15 06:53:42 2023","interfaces":[{"interface":"back","average":{"1min":1.2030000000000001,"5min":1.1779999999999999,"15min":1.1679999999999999},"min":{"1min":1.0369999999999999,"5min":0.90600000000000003,"15min":0.90600000000000003},"max":{"1min":1.4930000000000001,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.151,"5min":1.1259999999999999,"15min":1.117},"min":{"1min":1.004,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.323,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.6240000000000001}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.879,"15min":0.86899999999999999},"min":{"1min":0.64000000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.137,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.83299999999999996,"15min":0.81100000000000005},"min":{"1min":0.69999999999999996,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.135,"5min":1.143,"15min":1.143},"last":0.90000000000000002}]},{"osd":2,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.78700000000000003},"min":{"1min":0.56100000000000005,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.0680000000000001,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.81100000000000005,"15min":0.81499999999999995},"min":{"1min":0.59599999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1639999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.73199999999999998}]},{"osd":3,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.03,"15min":1.02},"min":{"1min":0.73299999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.206,"5min":1.304,"15min":1.304},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.995,"5min":0.94799999999999995,"15min":0.93100000000000005},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.167,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.99199999999999999}]},{"osd":4,"last update":"Wed Nov 15 06:53:27 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.95499999999999996,"15min":0.94799999999999995},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.246,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.629,"5min":0.626,"15min":0.626},"max":{"1min":1.2370000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.81999999999999995}]},{"osd":5,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.022,"15min":1.012},"min":{"1min":0.79100000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2270000000000001,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.004,"5min":1,"15min":1.002},"min":{"1min":0.72499999999999998,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2829999999999999,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.036}]},{"osd":6,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0900000000000001,"15min":1.0860000000000001},"min":{"1min":0.89700000000000002,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.3009999999999999,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.0940000000000001},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0800000000000001,"15min":1.089},"min":{"1min":0.85599999999999998,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.29,"5min":1.48,"15min":1.48},"last":1.0840000000000001}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.155,"15min":1.1579999999999999},"min":{"1min":0.95899999999999996,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.3440000000000001,"5min":1.694,"15min":1.694},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2150000000000001,"15min":1.214},"min":{"1min":0.92000000000000004,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.85699999999999998}]}]},{"osd":1,"up_from":21,"seq":90194313262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:26 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.84499999999999997,"15min":0.81699999999999995},"min":{"1min":0.63700000000000001,"5min":0.499,"15min":0.499},"max":{"1min":1.2,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.75},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.78400000000000003,"15min":0.746},"min":{"1min":0.66200000000000003,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.01}]},{"osd":2,"last update":"Wed Nov 15 06:53:26 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.89100000000000001,"15min":0.89700000000000002},"min":{"1min":0.60799999999999998,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.2270000000000001,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.85099999999999998,"15min":0.81599999999999995},"min":{"1min":0.72999999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.0669999999999999}]},{"osd":3,"last update":"Wed Nov 15 06:53:30 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":0.92800000000000005,"15min":0.90000000000000002},"min":{"1min":0.67400000000000004,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.9399999999999999,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.92400000000000004,"15min":0.90200000000000002},"min":{"1min":0.69599999999999995,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.9610000000000001,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":0.71599999999999997}]},{"osd":4,"last update":"Wed Nov 15 06:53:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":0.95299999999999996,"15min":0.92400000000000004},"min":{"1min":0.81200000000000006,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.262,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.96699999999999997,"15min":0.94899999999999995},"min":{"1min":0.85199999999999998,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2949999999999999,"5min":1.327,"15min":1.327},"last":0.88700000000000001}]},{"osd":5,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":0.96499999999999997,"15min":0.92300000000000004},"min":{"1min":0.56100000000000005,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.9019999999999999,"5min":1.9019999999999999,"15min":1.9019999999999999},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.0669999999999999,"5min":0.92800000000000005,"15min":0.89600000000000002},"min":{"1min":0.72699999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.78500000000000003}]},{"osd":6,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.036,"15min":1.016},"min":{"1min":0.81399999999999995,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.5920000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.2649999999999999,"5min":1.1559999999999999,"15min":1.1279999999999999},"min":{"1min":0.98099999999999998,"5min":0.75,"15min":0.75},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.151}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.073,"15min":1.0449999999999999},"min":{"1min":0.71899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.5720000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":1.2789999999999999,"5min":1.1579999999999999,"15min":1.1240000000000001},"min":{"1min":0.91800000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.532,"5min":1.587,"15min":1.587},"last":1.046}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.73299999999999998,"15min":0.753},"min":{"1min":0.55600000000000005,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.82099999999999995,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.77000000000000002,"15min":0.77800000000000002},"min":{"1min":0.59499999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":0.88900000000000001,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.77200000000000002}]},{"osd":1,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.91900000000000004,"15min":0.93500000000000005},"min":{"1min":0.69999999999999996,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.149,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.93600000000000005,"15min":0.94699999999999995},"min":{"1min":0.74299999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.0980000000000001,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.66000000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.84399999999999997,"15min":0.85099999999999998},"min":{"1min":0.59899999999999998,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1499999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.85799999999999998,"15min":0.86199999999999999},"min":{"1min":0.66300000000000003,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.085,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":0.83099999999999996}]},{"osd":3,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.038,"15min":1.038},"min":{"1min":0.81599999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.3220000000000001,"5min":1.331,"15min":1.331},"last":1.179},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.97499999999999998,"15min":0.97699999999999998},"min":{"1min":0.80400000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2370000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.95499999999999996}]},{"osd":5,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.073,"15min":1.083},"min":{"1min":0.83499999999999996,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.004},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0649999999999999,"15min":1.069},"min":{"1min":0.93000000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.329,"5min":2.0009999999999999,"15min":2.0009999999999999},"last":1.1180000000000001}]},{"osd":6,"last update":"Wed Nov 15 06:53:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1200000000000001,"15min":1.141},"min":{"1min":0.80600000000000005,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3580000000000001,"5min":1.452,"15min":1.452},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.05,"5min":1.0669999999999999,"15min":1.079},"min":{"1min":0.84199999999999997,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.282,"5min":1.319,"15min":1.319},"last":0.97699999999999998}]},{"osd":7,"last update":"Wed Nov 15 06:53:44 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.143,"15min":1.1419999999999999},"min":{"1min":1.0429999999999999,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.389,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.3180000000000001,"5min":1.246,"15min":1.2390000000000001},"min":{"1min":1.0760000000000001,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.73,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":1.1080000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152803,"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":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.252,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.97799999999999998,"15min":1},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1839999999999999,"5min":1.3,"15min":1.3},"last":1.244}]},{"osd":1,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.79500000000000004,"15min":0.80600000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.054,"5min":1.657,"15min":1.657},"last":0.78500000000000003},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.76300000000000001,"15min":0.76500000000000001},"min":{"1min":0.56799999999999995,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.93200000000000005,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.113}]},{"osd":2,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.89800000000000002,"15min":0.90800000000000003},"min":{"1min":0.627,"5min":0.499,"15min":0.499},"max":{"1min":1.1040000000000001,"5min":1.659,"15min":1.659},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.997,"5min":0.98599999999999999,"15min":0.98699999999999999},"min":{"1min":0.78600000000000003,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2410000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.054}]},{"osd":4,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.97599999999999998,"15min":0.98699999999999999},"min":{"1min":0.69899999999999995,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1579999999999999,"5min":1.411,"15min":1.411},"last":1.196},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.997,"15min":1.0369999999999999},"min":{"1min":0.73199999999999998,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1060000000000001,"5min":1.7689999999999999,"15min":1.7689999999999999},"last":0.83699999999999997}]},{"osd":5,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.01,"15min":1.014},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.5469999999999999,"5min":1.718,"15min":1.718},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.073,"5min":1.052,"15min":1.052},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.6539999999999999,"5min":1.806,"15min":1.806},"last":1.2889999999999999}]},{"osd":6,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.1259999999999999,"15min":1.1419999999999999},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.476,"5min":1.619,"15min":1.619},"last":1.331},{"interface":"front","average":{"1min":1.0529999999999999,"5min":1.129,"15min":1.1599999999999999},"min":{"1min":0.747,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3400000000000001,"5min":1.756,"15min":1.756},"last":1.028}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.1339999999999999,"15min":1.1579999999999999},"min":{"1min":0.60899999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.415,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.149},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.171,"15min":1.1830000000000001},"min":{"1min":0.73399999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4630000000000001,"5min":2.004,"15min":2.004},"last":1.1779999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.68400000000000005,"15min":0.70199999999999996},"min":{"1min":0.52000000000000002,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.0089999999999999,"5min":1.238,"15min":1.238},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.69999999999999996,"15min":0.70399999999999996},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.014,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.67500000000000004}]},{"osd":1,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.88400000000000001,"15min":0.89600000000000002},"min":{"1min":0.58199999999999996,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.0329999999999999,"5min":1.286,"15min":1.286},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.95699999999999996,"15min":0.96899999999999997},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2250000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.96999999999999997}]},{"osd":2,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.90600000000000003,"15min":0.91900000000000004},"min":{"1min":0.66100000000000003,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1140000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.754},{"interface":"front","average":{"1min":0.85299999999999998,"5min":0.92000000000000004,"15min":0.93799999999999994},"min":{"1min":0.67200000000000004,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.056,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.94699999999999995}]},{"osd":3,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.878,"15min":0.88800000000000001},"min":{"1min":0.65700000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.98999999999999999,"15min":1.0089999999999999},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.173,"5min":1.448,"15min":1.448},"last":0.875}]},{"osd":4,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.98799999999999999,"15min":1.008},"min":{"1min":0.68799999999999994,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.329,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.0980000000000001,"15min":1.117},"min":{"1min":0.91200000000000003,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3480000000000001,"5min":1.496,"15min":1.496},"last":1.1759999999999999}]},{"osd":5,"last update":"Wed Nov 15 06:53:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.091,"15min":1.1220000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.101,"5min":1.1639999999999999,"15min":1.1859999999999999},"min":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.0720000000000001}]},{"osd":7,"last update":"Wed Nov 15 06:53:45 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.147,"15min":1.171},"min":{"1min":0.83099999999999996,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.3129999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.202},{"interface":"front","average":{"1min":1.143,"5min":1.1739999999999999,"15min":1.1919999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.4770000000000001,"5min":1.534,"15min":1.534},"last":1.101}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T06:53:58.672 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T06:53:58.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:58 smithi134 bash[25956]: cluster 2023-11-15T06:53:57.118500+0000 mgr.smithi134.usnyhc (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:58.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:58 smithi143 bash[29607]: cluster 2023-11-15T06:53:57.118500+0000 mgr.smithi134.usnyhc (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:53:59.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:59 smithi134 bash[25956]: audit 2023-11-15T06:53:58.095988+0000 mgr.smithi134.usnyhc (mgr.14182) 198 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:53:59.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:53:59 smithi134 bash[25956]: audit 2023-11-15T06:53:59.067351+0000 mon.smithi134 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:53:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:59 smithi143 bash[29607]: audit 2023-11-15T06:53:58.095988+0000 mgr.smithi134.usnyhc (mgr.14182) 198 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:53:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:53:59 smithi143 bash[29607]: audit 2023-11-15T06:53:59.067351+0000 mon.smithi134 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:54:00.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:00 smithi134 bash[25956]: cluster 2023-11-15T06:53:59.119073+0000 mgr.smithi134.usnyhc (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:00.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:00 smithi143 bash[29607]: cluster 2023-11-15T06:53:59.119073+0000 mgr.smithi134.usnyhc (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:02.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:02 smithi134 bash[25956]: cluster 2023-11-15T06:54:01.119621+0000 mgr.smithi134.usnyhc (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:02.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:02 smithi143 bash[29607]: cluster 2023-11-15T06:54:01.119621+0000 mgr.smithi134.usnyhc (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:03.515 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:54:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:04 smithi134 bash[25956]: cluster 2023-11-15T06:54:03.120217+0000 mgr.smithi134.usnyhc (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:04.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:04 smithi143 bash[29607]: cluster 2023-11-15T06:54:03.120217+0000 mgr.smithi134.usnyhc (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:06.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:04.853072+0000 mon.smithi134 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:04.910677+0000 mon.smithi134 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: cluster 2023-11-15T06:54:05.120792+0000 mgr.smithi134.usnyhc (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:05.198935+0000 mon.smithi134 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:05.200676+0000 mon.smithi134 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:54:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:05.209077+0000 mon.smithi134 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:05 smithi134 bash[25956]: audit 2023-11-15T06:54:05.216060+0000 mon.smithi134 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:54:06.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:04.853072+0000 mon.smithi134 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:04.910677+0000 mon.smithi134 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: cluster 2023-11-15T06:54:05.120792+0000 mgr.smithi134.usnyhc (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:06.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:05.198935+0000 mon.smithi134 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:06.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:05.200676+0000 mon.smithi134 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:54:06.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:05.209077+0000 mon.smithi134 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:06.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:05 smithi143 bash[29607]: audit 2023-11-15T06:54:05.216060+0000 mon.smithi134 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:54:06.435 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:54:06.437 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2023-11-15T06:54:07.068 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2023-11-15T06:54:05.120517+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1224629,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-15T06:50:39.229686+0000","last_change":"2023-11-15T06:50:39.229686+0000","last_active":"2023-11-15T06:50:39.229686+0000","last_peered":"2023-11-15T06:50:39.229686+0000","last_clean":"2023-11-15T06:50:39.229686+0000","last_became_active":"2023-11-15T06:50:39.229283+0000","last_became_peered":"2023-11-15T06:50:39.229283+0000","last_unstale":"2023-11-15T06:50:39.229686+0000","last_undegraded":"2023-11-15T06:50:39.229686+0000","last_fullsized":"2023-11-15T06:50:39.229686+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T06:50:19.684094+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T06:50:19.684094+0000","last_clean_scrub_stamp":"2023-11-15T06:50:19.684094+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789997,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.86399999999999999,"15min":0.85499999999999998},"min":{"1min":0.68000000000000005,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.2430000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88900000000000001,"15min":0.90300000000000002},"min":{"1min":0.71399999999999997,"5min":0.624,"15min":0.624},"max":{"1min":1.26,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.042}]},{"osd":1,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.76000000000000001,"15min":0.78800000000000003},"min":{"1min":0.52000000000000002,"5min":0.498,"15min":0.498},"max":{"1min":0.93200000000000005,"5min":1.167,"15min":1.167},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.61899999999999999,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0760000000000001,"5min":1.663,"15min":1.663},"last":0.80600000000000005}]},{"osd":2,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.91400000000000003},"min":{"1min":0.66800000000000004,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.149,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.76400000000000001,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.1639999999999999,"5min":1.272,"15min":1.272},"last":0.94199999999999995}]},{"osd":3,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":1.0169999999999999,"15min":1.0629999999999999},"min":{"1min":0.57999999999999996,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.2649999999999999,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.999,"15min":1.034},"min":{"1min":0.68400000000000005,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.2370000000000001,"5min":1.8160000000000001,"15min":1.8160000000000001},"last":0.999}]},{"osd":4,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.1339999999999999,"15min":1.1519999999999999},"min":{"1min":0.91600000000000004,"5min":0.749,"15min":0.749},"max":{"1min":1.409,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.111},{"interface":"front","average":{"1min":1.04,"5min":1.048,"15min":1.0740000000000001},"min":{"1min":0.85999999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.329,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.2150000000000001}]},{"osd":5,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.0800000000000001,"15min":1.1020000000000001},"min":{"1min":0.73399999999999999,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.4630000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.3260000000000001},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.1579999999999999,"15min":1.1970000000000001},"min":{"1min":0.90000000000000002,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.607,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.2829999999999999}]},{"osd":6,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.21,"15min":1.244},"min":{"1min":0.98799999999999999,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3180000000000001,"5min":1.714,"15min":1.714},"last":1.3140000000000001},{"interface":"front","average":{"1min":1.2609999999999999,"5min":1.244,"15min":1.258},"min":{"1min":1.026,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.6919999999999999,"5min":2.0089999999999999,"15min":2.0089999999999999},"last":1.1890000000000001}]}]},{"osd":5,"up_from":33,"seq":141733920813,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.83199999999999996,"15min":0.84099999999999997},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1659999999999999,"5min":1.26,"15min":1.26},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.82899999999999996,"15min":0.80600000000000005},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":1.0569999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.77800000000000002,"15min":0.77300000000000002},"min":{"1min":0.63600000000000001,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.212},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.80600000000000005,"15min":0.78800000000000003},"min":{"1min":0.50600000000000001,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.1850000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.74299999999999999,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.349,"5min":1.369,"15min":1.369},"last":0.98899999999999999},{"interface":"front","average":{"1min":1.022,"5min":0.94699999999999995,"15min":0.93899999999999995},"min":{"1min":0.79200000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.488,"5min":1.488,"15min":1.488},"last":0.82599999999999996}]},{"osd":3,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.89000000000000001,"15min":0.85999999999999999},"min":{"1min":0.53500000000000003,"5min":0.441,"15min":0.441},"max":{"1min":1.9450000000000001,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.073,"5min":0.96299999999999997,"15min":0.94799999999999995},"min":{"1min":0.77500000000000002,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.625,"5min":1.625,"15min":1.625},"last":0.86399999999999999}]},{"osd":4,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.0189999999999999,"15min":0.995},"min":{"1min":0.80200000000000005,"5min":0.503,"15min":0.503},"max":{"1min":1.74,"5min":1.74,"15min":1.74},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.105,"15min":1.1060000000000001},"min":{"1min":0.78800000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.782,"5min":1.782,"15min":1.782},"last":1.0960000000000001}]},{"osd":6,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.1000000000000001,"15min":1.0640000000000001},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.97,"5min":1.97,"15min":1.97},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1459999999999999,"15min":1.1299999999999999},"min":{"1min":0.90800000000000003,"5min":0.83399999999999996,"15min":0.83399999999999996},"max":{"1min":1.8340000000000001,"5min":1.8340000000000001,"15min":1.8340000000000001},"last":1.125}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.2490000000000001,"5min":1.0960000000000001,"15min":1.048},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":2.0070000000000001,"5min":2.0070000000000001,"15min":2.0070000000000001},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.278,"5min":1.177,"15min":1.157},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.9159999999999999,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.2629999999999999}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:23 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.68100000000000005,"15min":0.68300000000000005},"min":{"1min":0.55000000000000004,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.96699999999999997,"5min":1.042,"15min":1.042},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.70899999999999996,"5min":0.71999999999999997,"15min":0.71299999999999997},"min":{"1min":0.59899999999999998,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.97999999999999998,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.97199999999999998}]},{"osd":1,"last update":"Wed Nov 15 06:53:23 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.92200000000000004,"15min":0.92400000000000004},"min":{"1min":0.79900000000000004,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.111,"5min":1.248,"15min":1.248},"last":1.2370000000000001},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.86699999999999999,"15min":0.83699999999999997},"min":{"1min":0.76900000000000002,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.0649999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":1.2190000000000001}]},{"osd":3,"last update":"Wed Nov 15 06:53:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":1.0049999999999999,"15min":1.0229999999999999},"min":{"1min":0.69099999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.262,"5min":1.375,"15min":1.375},"last":1.1699999999999999},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.98699999999999999,"15min":0.97499999999999998},"min":{"1min":0.83199999999999996,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1679999999999999,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.266}]},{"osd":4,"last update":"Wed Nov 15 06:53:29 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.78300000000000003,"15min":0.77300000000000002},"min":{"1min":0.65000000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.68400000000000005,"5min":0.505,"15min":0.505},"max":{"1min":1.198,"5min":1.333,"15min":1.333},"last":1.0700000000000001}]},{"osd":5,"last update":"Wed Nov 15 06:53:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":0.95799999999999996,"15min":0.93999999999999995},"min":{"1min":0.83899999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2250000000000001,"5min":1.24,"15min":1.24},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.98799999999999999,"15min":1.0069999999999999},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.1950000000000001,"5min":1.345,"15min":1.345},"last":1.1890000000000001}]},{"osd":6,"last update":"Wed Nov 15 06:53:33 2023","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.98899999999999999,"15min":1.0029999999999999},"min":{"1min":0.77200000000000002,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.222,"5min":1.321,"15min":1.321},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.155,"15min":1.1579999999999999},"min":{"1min":1.008,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3280000000000001,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.2889999999999999}]},{"osd":7,"last update":"Wed Nov 15 06:53:42 2023","interfaces":[{"interface":"back","average":{"1min":1.2030000000000001,"5min":1.1779999999999999,"15min":1.1679999999999999},"min":{"1min":1.0369999999999999,"5min":0.90600000000000003,"15min":0.90600000000000003},"max":{"1min":1.4930000000000001,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.3740000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.1259999999999999,"15min":1.117},"min":{"1min":1.004,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.323,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.4610000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.879,"15min":0.86899999999999999},"min":{"1min":0.64000000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.137,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.83299999999999996,"15min":0.81100000000000005},"min":{"1min":0.69999999999999996,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.135,"5min":1.143,"15min":1.143},"last":0.98299999999999998}]},{"osd":2,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.78700000000000003},"min":{"1min":0.56100000000000005,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.0680000000000001,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.81100000000000005,"15min":0.81499999999999995},"min":{"1min":0.59599999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1639999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.93700000000000006}]},{"osd":3,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.03,"15min":1.02},"min":{"1min":0.73299999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.206,"5min":1.304,"15min":1.304},"last":1.1359999999999999},{"interface":"front","average":{"1min":0.995,"5min":0.94799999999999995,"15min":0.93100000000000005},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.167,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.72999999999999998}]},{"osd":4,"last update":"Wed Nov 15 06:53:27 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.95499999999999996,"15min":0.94799999999999995},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.246,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":1.1930000000000001},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.629,"5min":0.626,"15min":0.626},"max":{"1min":1.2370000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.63800000000000001}]},{"osd":5,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.022,"15min":1.012},"min":{"1min":0.79100000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2270000000000001,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":1.004,"5min":1,"15min":1.002},"min":{"1min":0.72499999999999998,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2829999999999999,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.89400000000000002}]},{"osd":6,"last update":"Wed Nov 15 06:53:37 2023","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0900000000000001,"15min":1.0860000000000001},"min":{"1min":0.89700000000000002,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.3009999999999999,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0800000000000001,"15min":1.089},"min":{"1min":0.85599999999999998,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.29,"5min":1.48,"15min":1.48},"last":1.006}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1619999999999999,"5min":1.155,"15min":1.1579999999999999},"min":{"1min":0.95899999999999996,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.3440000000000001,"5min":1.694,"15min":1.694},"last":1.099},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2150000000000001,"15min":1.214},"min":{"1min":0.92000000000000004,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.46}]}]},{"osd":1,"up_from":21,"seq":90194313264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:26 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.84499999999999997,"15min":0.81699999999999995},"min":{"1min":0.63700000000000001,"5min":0.499,"15min":0.499},"max":{"1min":1.2,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.90600000000000003,"5min":0.78400000000000003,"15min":0.746},"min":{"1min":0.66200000000000003,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.83099999999999996}]},{"osd":2,"last update":"Wed Nov 15 06:53:26 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.89100000000000001,"15min":0.89700000000000002},"min":{"1min":0.60799999999999998,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.2270000000000001,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.874},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.85099999999999998,"15min":0.81599999999999995},"min":{"1min":0.72999999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.135}]},{"osd":3,"last update":"Wed Nov 15 06:53:30 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":0.92800000000000005,"15min":0.90000000000000002},"min":{"1min":0.67400000000000004,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.9399999999999999,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.92400000000000004,"15min":0.90200000000000002},"min":{"1min":0.69599999999999995,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.9610000000000001,"5min":1.9610000000000001,"15min":1.9610000000000001},"last":0.68400000000000005}]},{"osd":4,"last update":"Wed Nov 15 06:53:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":0.95299999999999996,"15min":0.92400000000000004},"min":{"1min":0.81200000000000006,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.262,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.085},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.96699999999999997,"15min":0.94899999999999995},"min":{"1min":0.85199999999999998,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2949999999999999,"5min":1.327,"15min":1.327},"last":1.0589999999999999}]},{"osd":5,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":0.96499999999999997,"15min":0.92300000000000004},"min":{"1min":0.56100000000000005,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.9019999999999999,"5min":1.9019999999999999,"15min":1.9019999999999999},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.0669999999999999,"5min":0.92800000000000005,"15min":0.89600000000000002},"min":{"1min":0.72699999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.91500000000000004}]},{"osd":6,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.036,"15min":1.016},"min":{"1min":0.81399999999999995,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.5920000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.01},{"interface":"front","average":{"1min":1.2649999999999999,"5min":1.1559999999999999,"15min":1.1279999999999999},"min":{"1min":0.98099999999999998,"5min":0.75,"15min":0.75},"max":{"1min":1.601,"5min":1.601,"15min":1.601},"last":1.1619999999999999}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.073,"15min":1.0449999999999999},"min":{"1min":0.71899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.5720000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":1.107},{"interface":"front","average":{"1min":1.2789999999999999,"5min":1.1579999999999999,"15min":1.1240000000000001},"min":{"1min":0.91800000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.532,"5min":1.587,"15min":1.587},"last":1.2430000000000001}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.73299999999999998,"15min":0.753},"min":{"1min":0.55600000000000005,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.82099999999999995,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.77000000000000002,"15min":0.77800000000000002},"min":{"1min":0.59499999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":0.88900000000000001,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.73699999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.91900000000000004,"15min":0.93500000000000005},"min":{"1min":0.69999999999999996,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.149,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.93600000000000005,"15min":0.94699999999999995},"min":{"1min":0.74299999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.0980000000000001,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.91200000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:53:24 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.84399999999999997,"15min":0.85099999999999998},"min":{"1min":0.59899999999999998,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1499999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.96099999999999997},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.85799999999999998,"15min":0.86199999999999999},"min":{"1min":0.66300000000000003,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.085,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":0.77800000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.038,"15min":1.038},"min":{"1min":0.81599999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.3220000000000001,"5min":1.331,"15min":1.331},"last":1.1439999999999999},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.97499999999999998,"15min":0.97699999999999998},"min":{"1min":0.80400000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2370000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.94199999999999995}]},{"osd":5,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.073,"15min":1.083},"min":{"1min":0.83499999999999996,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0649999999999999,"15min":1.069},"min":{"1min":0.93000000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.329,"5min":2.0009999999999999,"15min":2.0009999999999999},"last":1.02}]},{"osd":6,"last update":"Wed Nov 15 06:53:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1200000000000001,"15min":1.141},"min":{"1min":0.80600000000000005,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3580000000000001,"5min":1.452,"15min":1.452},"last":1.2490000000000001},{"interface":"front","average":{"1min":1.05,"5min":1.0669999999999999,"15min":1.079},"min":{"1min":0.84199999999999997,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.282,"5min":1.319,"15min":1.319},"last":1.1759999999999999}]},{"osd":7,"last update":"Wed Nov 15 06:53:44 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.143,"15min":1.1419999999999999},"min":{"1min":1.0429999999999999,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.389,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.3129999999999999},{"interface":"front","average":{"1min":1.3180000000000001,"5min":1.246,"15min":1.2390000000000001},"min":{"1min":1.0760000000000001,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.73,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":1.345}]}]},{"osd":3,"up_from":27,"seq":115964117038,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152803,"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":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.252,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.97799999999999998,"15min":1},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1839999999999999,"5min":1.3,"15min":1.3},"last":1.107}]},{"osd":1,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.79500000000000004,"15min":0.80600000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.054,"5min":1.657,"15min":1.657},"last":0.623},{"interface":"front","average":{"1min":0.76800000000000002,"5min":0.76300000000000001,"15min":0.76500000000000001},"min":{"1min":0.56799999999999995,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.93200000000000005,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.81000000000000005}]},{"osd":2,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.89800000000000002,"15min":0.90800000000000003},"min":{"1min":0.627,"5min":0.499,"15min":0.499},"max":{"1min":1.1040000000000001,"5min":1.659,"15min":1.659},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.997,"5min":0.98599999999999999,"15min":0.98699999999999999},"min":{"1min":0.78600000000000003,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2410000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.048}]},{"osd":4,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.97599999999999998,"15min":0.98699999999999999},"min":{"1min":0.69899999999999995,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1579999999999999,"5min":1.411,"15min":1.411},"last":1.01},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.997,"15min":1.0369999999999999},"min":{"1min":0.73199999999999998,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.1060000000000001,"5min":1.7689999999999999,"15min":1.7689999999999999},"last":1.139}]},{"osd":5,"last update":"Wed Nov 15 06:53:35 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.01,"15min":1.014},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.5469999999999999,"5min":1.718,"15min":1.718},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.073,"5min":1.052,"15min":1.052},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.6539999999999999,"5min":1.806,"15min":1.806},"last":1.1919999999999999}]},{"osd":6,"last update":"Wed Nov 15 06:53:28 2023","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.1259999999999999,"15min":1.1419999999999999},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.476,"5min":1.619,"15min":1.619},"last":1.264},{"interface":"front","average":{"1min":1.0529999999999999,"5min":1.129,"15min":1.1599999999999999},"min":{"1min":0.747,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3400000000000001,"5min":1.756,"15min":1.756},"last":1.095}]},{"osd":7,"last update":"Wed Nov 15 06:53:41 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.1339999999999999,"15min":1.1579999999999999},"min":{"1min":0.60899999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.415,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.171,"15min":1.1830000000000001},"min":{"1min":0.73399999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4630000000000001,"5min":2.004,"15min":2.004},"last":1.1639999999999999}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153118,"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":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.68400000000000005,"15min":0.70199999999999996},"min":{"1min":0.52000000000000002,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.0089999999999999,"5min":1.238,"15min":1.238},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.69999999999999996,"15min":0.70399999999999996},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.014,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.57799999999999996}]},{"osd":1,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.88400000000000001,"15min":0.89600000000000002},"min":{"1min":0.58199999999999996,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.0329999999999999,"5min":1.286,"15min":1.286},"last":0.85399999999999998},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.95699999999999996,"15min":0.96899999999999997},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2250000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.93000000000000005}]},{"osd":2,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.90600000000000003,"15min":0.91900000000000004},"min":{"1min":0.66100000000000003,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1140000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.85299999999999998,"5min":0.92000000000000004,"15min":0.93799999999999994},"min":{"1min":0.67200000000000004,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.056,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.90200000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.878,"15min":0.88800000000000001},"min":{"1min":0.65700000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.98999999999999999,"15min":1.0089999999999999},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.173,"5min":1.448,"15min":1.448},"last":0.82099999999999995}]},{"osd":4,"last update":"Wed Nov 15 06:53:36 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.98799999999999999,"15min":1.008},"min":{"1min":0.68799999999999994,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.329,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.80300000000000005},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.0980000000000001,"15min":1.117},"min":{"1min":0.91200000000000003,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3480000000000001,"5min":1.496,"15min":1.496},"last":1.004}]},{"osd":5,"last update":"Wed Nov 15 06:53:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.091,"15min":1.1220000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.101,"5min":1.1639999999999999,"15min":1.1859999999999999},"min":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.04}]},{"osd":7,"last update":"Wed Nov 15 06:53:45 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.147,"15min":1.171},"min":{"1min":0.83099999999999996,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.3129999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.1739999999999999,"15min":1.1919999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.4770000000000001,"5min":1.534,"15min":1.534},"last":1.0509999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T06:54:07.070 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T06:54:07.070 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T06:54:07.071 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T06:54:07.071 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T06:54:07.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:06 smithi134 bash[25956]: audit 2023-11-15T06:54:06.425279+0000 mgr.smithi134.usnyhc (mgr.14182) 203 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:54:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:06 smithi143 bash[29607]: audit 2023-11-15T06:54:06.425279+0000 mgr.smithi134.usnyhc (mgr.14182) 203 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:54:08.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:07 smithi134 bash[25956]: cluster 2023-11-15T06:54:07.121374+0000 mgr.smithi134.usnyhc (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:08.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:07 smithi143 bash[29607]: cluster 2023-11-15T06:54:07.121374+0000 mgr.smithi134.usnyhc (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:10.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:10 smithi134 bash[25956]: cluster 2023-11-15T06:54:09.121972+0000 mgr.smithi134.usnyhc (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:10.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:10 smithi143 bash[29607]: cluster 2023-11-15T06:54:09.121972+0000 mgr.smithi134.usnyhc (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:11.913 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/mon.smithi134/config 2023-11-15T06:54:12.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:12 smithi134 bash[25956]: cluster 2023-11-15T06:54:11.122553+0000 mgr.smithi134.usnyhc (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:12 smithi143 bash[29607]: cluster 2023-11-15T06:54:11.122553+0000 mgr.smithi134.usnyhc (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:14.828 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:54:14.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:14 smithi134 bash[25956]: cluster 2023-11-15T06:54:13.123197+0000 mgr.smithi134.usnyhc (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:14.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:14 smithi143 bash[29607]: cluster 2023-11-15T06:54:13.123197+0000 mgr.smithi134.usnyhc (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:15.451 INFO:teuthology.orchestra.run.smithi134.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T06:54:15.451 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T06:54:15.452 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T06:54:15.452 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:54:15.463 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:54:15.464 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T06:54:15.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:15 smithi134 bash[25956]: audit 2023-11-15T06:54:14.825357+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.134:0/185990717' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T06:54:15.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:15 smithi143 bash[29607]: audit 2023-11-15T06:54:14.825357+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.134:0/185990717' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T06:54:16.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:16 smithi134 bash[25956]: cluster 2023-11-15T06:54:15.123886+0000 mgr.smithi134.usnyhc (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:16.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:16 smithi143 bash[29607]: cluster 2023-11-15T06:54:15.123886+0000 mgr.smithi134.usnyhc (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:18.388 INFO:teuthology.orchestra.run.smithi134.stdout:Backend: cephadm 2023-11-15T06:54:18.388 INFO:teuthology.orchestra.run.smithi134.stdout:Available: Yes 2023-11-15T06:54:18.388 INFO:teuthology.orchestra.run.smithi134.stdout:Paused: No 2023-11-15T06:54:18.961 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:18 smithi134 bash[25956]: cluster 2023-11-15T06:54:17.124531+0000 mgr.smithi134.usnyhc (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:18.962 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T06:54:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:18 smithi143 bash[29607]: cluster 2023-11-15T06:54:17.124531+0000 mgr.smithi134.usnyhc (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:19.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:19 smithi134 bash[25956]: audit 2023-11-15T06:54:18.384564+0000 mgr.smithi134.usnyhc (mgr.14182) 210 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:19.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:19 smithi134 bash[25956]: cluster 2023-11-15T06:54:19.125098+0000 mgr.smithi134.usnyhc (mgr.14182) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:19.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:19 smithi143 bash[29607]: audit 2023-11-15T06:54:18.384564+0000 mgr.smithi134.usnyhc (mgr.14182) 210 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:19.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:19 smithi143 bash[29607]: cluster 2023-11-15T06:54:19.125098+0000 mgr.smithi134.usnyhc (mgr.14182) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:21.984 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T06:54:21.985 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 *:9093,9094 running (3m) 17s ago 6m 14.0M - 0.23.0 ba2b418f427c 9dd5c25b901b 2023-11-15T06:54:21.985 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (5m) 17s ago 5m 7596k - 16.2.14-170-g620f25c1 d02b7545bf4f 8036797f43aa 2023-11-15T06:54:21.985 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi143 smithi143 running (5m) 17s ago 5m 9308k - 16.2.14-170-g620f25c1 d02b7545bf4f aa4690098cf4 2023-11-15T06:54:21.986 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 *:3000 running (3m) 17s ago 5m 43.0M - 8.3.5 dad864ee21e9 83d55bd9223b 2023-11-15T06:54:21.986 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.usnyhc smithi134 *:9283 running (7m) 17s ago 7m 428M - 16.2.14-170-g620f25c1 d02b7545bf4f 55958f018861 2023-11-15T06:54:21.986 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi143.rmzpbk smithi143 *:8443,9283 running (5m) 17s ago 5m 378M - 16.2.14-170-g620f25c1 d02b7545bf4f 2b09b277ae6a 2023-11-15T06:54:21.986 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (7m) 17s ago 7m 60.4M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 3dde3d0a51c6 2023-11-15T06:54:21.986 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi143 smithi143 running (5m) 17s ago 5m 57.3M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 8b81abcc5227 2023-11-15T06:54:21.987 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 *:9100 running (5m) 17s ago 5m 11.7M - 1.3.1 1dbe0e931976 62ec225f2b20 2023-11-15T06:54:21.987 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 17s ago 5m 11.1M - 1.3.1 1dbe0e931976 85e02287e0e4 2023-11-15T06:54:21.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi143 running (4m) 17s ago 4m 34.4M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 3bfa239cfb0c 2023-11-15T06:54:21.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (4m) 17s ago 4m 35.5M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f 761f5a4c886c 2023-11-15T06:54:21.987 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi143 running (4m) 17s ago 4m 35.2M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 0e99ec886034 2023-11-15T06:54:21.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (4m) 17s ago 4m 34.7M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f a69865e17124 2023-11-15T06:54:21.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi143 running (4m) 17s ago 4m 34.5M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 8bab1d7b1985 2023-11-15T06:54:21.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi134 running (3m) 17s ago 4m 34.2M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f 9e647839f8f7 2023-11-15T06:54:21.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi143 running (4m) 17s ago 4m 34.9M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 21b0ca3185ef 2023-11-15T06:54:21.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi134 running (3m) 17s ago 3m 34.9M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f 1c419e06e5d1 2023-11-15T06:54:21.989 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi143 smithi143 *:9095 running (5m) 17s ago 5m 54.8M - 2.33.4 514e6a882f6e 15382c228594 2023-11-15T06:54:22.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:22 smithi134 bash[25956]: cluster 2023-11-15T06:54:21.125687+0000 mgr.smithi134.usnyhc (mgr.14182) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:22.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:22 smithi143 bash[29607]: cluster 2023-11-15T06:54:21.125687+0000 mgr.smithi134.usnyhc (mgr.14182) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:22.602 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T06:54:23.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:23 smithi134 bash[25956]: audit 2023-11-15T06:54:21.960676+0000 mgr.smithi134.usnyhc (mgr.14182) 213 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:23.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:23 smithi143 bash[29607]: audit 2023-11-15T06:54:21.960676+0000 mgr.smithi134.usnyhc (mgr.14182) 213 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:24.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:24 smithi134 bash[25956]: cluster 2023-11-15T06:54:23.126294+0000 mgr.smithi134.usnyhc (mgr.14182) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:24.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:24 smithi143 bash[29607]: cluster 2023-11-15T06:54:23.126294+0000 mgr.smithi134.usnyhc (mgr.14182) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:25.823 INFO:teuthology.orchestra.run.smithi134.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T06:54:25.823 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager ?:9093,9094 1/1 20s ago 6m count:1 2023-11-15T06:54:25.823 INFO:teuthology.orchestra.run.smithi134.stdout:crash 2/2 20s ago 6m * 2023-11-15T06:54:25.824 INFO:teuthology.orchestra.run.smithi134.stdout:grafana ?:3000 1/1 20s ago 6m count:1 2023-11-15T06:54:25.824 INFO:teuthology.orchestra.run.smithi134.stdout:mgr 2/2 20s ago 6m count:2 2023-11-15T06:54:25.824 INFO:teuthology.orchestra.run.smithi134.stdout:mon 2/2 20s ago 5m smithi134:172.21.15.134=smithi134;smithi143:172.21.15.143=smithi143;count:2 2023-11-15T06:54:25.824 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter ?:9100 2/2 20s ago 6m * 2023-11-15T06:54:25.825 INFO:teuthology.orchestra.run.smithi134.stdout:osd.all-available-devices 8 20s ago 5m * 2023-11-15T06:54:25.825 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus ?:9095 1/1 20s ago 6m count:1 2023-11-15T06:54:26.410 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T06:54:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:26 smithi134 bash[25956]: cluster 2023-11-15T06:54:25.126883+0000 mgr.smithi134.usnyhc (mgr.14182) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:26 smithi143 bash[29607]: cluster 2023-11-15T06:54:25.126883+0000 mgr.smithi134.usnyhc (mgr.14182) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:27.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:27 smithi134 bash[25956]: audit 2023-11-15T06:54:25.806660+0000 mgr.smithi134.usnyhc (mgr.14182) 216 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:27.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:27 smithi143 bash[29607]: audit 2023-11-15T06:54:25.806660+0000 mgr.smithi134.usnyhc (mgr.14182) 216 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:28.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:28 smithi134 bash[25956]: cluster 2023-11-15T06:54:27.127533+0000 mgr.smithi134.usnyhc (mgr.14182) 217 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:28.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:28 smithi143 bash[29607]: cluster 2023-11-15T06:54:27.127533+0000 mgr.smithi134.usnyhc (mgr.14182) 217 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:29.460 INFO:teuthology.orchestra.run.smithi134.stdout:HOST ADDR LABELS STATUS 2023-11-15T06:54:29.460 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 172.21.15.134 2023-11-15T06:54:29.460 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 172.21.15.143 2023-11-15T06:54:29.461 INFO:teuthology.orchestra.run.smithi134.stdout:2 hosts in cluster 2023-11-15T06:54:30.064 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T06:54:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:30 smithi134 bash[25956]: cluster 2023-11-15T06:54:29.128131+0000 mgr.smithi134.usnyhc (mgr.14182) 218 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:30 smithi134 bash[25956]: audit 2023-11-15T06:54:29.455828+0000 mgr.smithi134.usnyhc (mgr.14182) 219 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:30.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:30 smithi143 bash[29607]: cluster 2023-11-15T06:54:29.128131+0000 mgr.smithi134.usnyhc (mgr.14182) 218 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:30.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:30 smithi143 bash[29607]: audit 2023-11-15T06:54:29.455828+0000 mgr.smithi134.usnyhc (mgr.14182) 219 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:32.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:32 smithi134 bash[25956]: cluster 2023-11-15T06:54:31.128692+0000 mgr.smithi134.usnyhc (mgr.14182) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:32.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:32 smithi143 bash[29607]: cluster 2023-11-15T06:54:31.128692+0000 mgr.smithi134.usnyhc (mgr.14182) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:33.126 INFO:teuthology.orchestra.run.smithi134.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T06:54:33.127 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd _CVFT62420002400BGN 372G 3m ago LVM detected, locked 2023-11-15T06:54:33.127 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme1n1 ssd _2d630583aff533e9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.127 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme2n1 ssd _1cc0b6b1bd915d51 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.127 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme3n1 ssd _0096c6ad5d697237 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.128 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme4n1 ssd _83fe62deb8d6624d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.128 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago LVM detected, locked 2023-11-15T06:54:33.128 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme1n1 ssd _63558fe2904bddce 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.128 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme2n1 ssd _be2cf121a1083532 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.128 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme3n1 ssd _96b5439a657edcdc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.129 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme4n1 ssd _38ca1f7ca4ba2971 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:33.743 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T06:54:33.752 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T06:54:33.753 INFO:tasks.vip:peername 172.21.15.134 2023-11-15T06:54:33.757 INFO:tasks.vip:172.21.15.134 in 172.21.0.0/20, pos 3973 2023-11-15T06:54:33.761 INFO:tasks.vip:smithi134.front.sepia.ceph.com static 10.0.15.134, vnet 10.0.0.0/16 2023-11-15T06:54:33.762 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T06:54:33.762 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip route ls 2023-11-15T06:54:33.777 INFO:teuthology.orchestra.run.smithi134.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T06:54:33.777 INFO:teuthology.orchestra.run.smithi134.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.134 metric 100 2023-11-15T06:54:33.777 INFO:teuthology.orchestra.run.smithi134.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T06:54:33.778 INFO:teuthology.orchestra.run.smithi134.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 2023-11-15T06:54:33.778 INFO:teuthology.orchestra.run.smithi134.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.134 metric 100 2023-11-15T06:54:33.779 INFO:tasks.vip:Configuring 10.0.15.134 on smithi134.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:54:33.779 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr add 10.0.15.134/16 dev enp3s0f1 2023-11-15T06:54:33.837 INFO:tasks.vip:peername 172.21.15.143 2023-11-15T06:54:33.840 INFO:tasks.vip:172.21.15.143 in 172.21.0.0/20, pos 3982 2023-11-15T06:54:33.845 INFO:tasks.vip:smithi143.front.sepia.ceph.com static 10.0.15.143, vnet 10.0.0.0/16 2023-11-15T06:54:33.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip route ls 2023-11-15T06:54:33.860 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T06:54:33.860 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2023-11-15T06:54:33.861 INFO:teuthology.orchestra.run.smithi143.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T06:54:33.861 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 2023-11-15T06:54:33.861 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.143 metric 100 2023-11-15T06:54:33.862 INFO:tasks.vip:Configuring 10.0.15.143 on smithi143.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:54:33.862 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr add 10.0.15.143/16 dev enp3s0f1 2023-11-15T06:54:33.918 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:54:33.928 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:54:33.928 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T06:54:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:34 smithi134 bash[25956]: audit 2023-11-15T06:54:33.119455+0000 mgr.smithi134.usnyhc (mgr.14182) 221 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:34 smithi134 bash[25956]: cluster 2023-11-15T06:54:33.129287+0000 mgr.smithi134.usnyhc (mgr.14182) 222 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:34 smithi143 bash[29607]: audit 2023-11-15T06:54:33.119455+0000 mgr.smithi134.usnyhc (mgr.14182) 221 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:34 smithi143 bash[29607]: cluster 2023-11-15T06:54:33.129287+0000 mgr.smithi134.usnyhc (mgr.14182) 222 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:36.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:36 smithi134 bash[25956]: cluster 2023-11-15T06:54:35.129850+0000 mgr.smithi134.usnyhc (mgr.14182) 223 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:36 smithi143 bash[29607]: cluster 2023-11-15T06:54:35.129850+0000 mgr.smithi134.usnyhc (mgr.14182) 223 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:37.000 INFO:teuthology.orchestra.run.smithi134.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T06:54:37.001 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd _CVFT62420002400BGN 372G 3m ago LVM detected, locked 2023-11-15T06:54:37.001 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme1n1 ssd _2d630583aff533e9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.001 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme2n1 ssd _1cc0b6b1bd915d51 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.001 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme3n1 ssd _0096c6ad5d697237 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.001 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme4n1 ssd _83fe62deb8d6624d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.002 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago LVM detected, locked 2023-11-15T06:54:37.002 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme1n1 ssd _63558fe2904bddce 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.002 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme2n1 ssd _be2cf121a1083532 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.002 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme3n1 ssd _96b5439a657edcdc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.003 INFO:teuthology.orchestra.run.smithi134.stdout:smithi143 /dev/nvme4n1 ssd _38ca1f7ca4ba2971 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:54:37.540 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T06:54:37.550 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:54:37.551 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T06:54:37.560 INFO:teuthology.orchestra.run.smithi134.stderr:+ systemctl stop nfs-server 2023-11-15T06:54:37.582 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T06:54:37.582 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T06:54:37.598 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2023-11-15T06:54:37.622 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:54:37.631 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:54:37.632 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-15T06:54:37.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:37 smithi134 bash[25956]: audit 2023-11-15T06:54:37.026389+0000 mon.smithi134 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:54:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:37 smithi143 bash[29607]: audit 2023-11-15T06:54:37.026389+0000 mon.smithi134 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:54:38.927 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:38 smithi134 bash[25956]: audit 2023-11-15T06:54:36.989158+0000 mgr.smithi134.usnyhc (mgr.14182) 224 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:38.927 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:38 smithi134 bash[25956]: cluster 2023-11-15T06:54:37.130433+0000 mgr.smithi134.usnyhc (mgr.14182) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:38.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:38 smithi143 bash[29607]: audit 2023-11-15T06:54:36.989158+0000 mgr.smithi134.usnyhc (mgr.14182) 224 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:38.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:38 smithi143 bash[29607]: cluster 2023-11-15T06:54:37.130433+0000 mgr.smithi134.usnyhc (mgr.14182) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:40.518 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled rgw.foorgw update... 2023-11-15T06:54:40.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:40 smithi134 bash[25956]: cluster 2023-11-15T06:54:39.131082+0000 mgr.smithi134.usnyhc (mgr.14182) 226 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:40.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:40 smithi134 bash[25956]: audit 2023-11-15T06:54:40.514742+0000 mon.smithi134 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:40 smithi143 bash[29607]: cluster 2023-11-15T06:54:39.131082+0000 mgr.smithi134.usnyhc (mgr.14182) 226 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:40.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:40 smithi143 bash[29607]: audit 2023-11-15T06:54:40.514742+0000 mon.smithi134 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:41.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.134/16' 2023-11-15T06:54:41.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:41 smithi134 bash[25956]: audit 2023-11-15T06:54:40.504957+0000 mgr.smithi134.usnyhc (mgr.14182) 227 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:41.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:41 smithi134 bash[25956]: cephadm 2023-11-15T06:54:40.507964+0000 mgr.smithi134.usnyhc (mgr.14182) 228 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T06:54:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:41 smithi134 bash[25956]: cluster 2023-11-15T06:54:41.131604+0000 mgr.smithi134.usnyhc (mgr.14182) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:41 smithi143 bash[29607]: audit 2023-11-15T06:54:40.504957+0000 mgr.smithi134.usnyhc (mgr.14182) 227 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:41 smithi143 bash[29607]: cephadm 2023-11-15T06:54:40.507964+0000 mgr.smithi134.usnyhc (mgr.14182) 228 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T06:54:41.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:41 smithi143 bash[29607]: cluster 2023-11-15T06:54:41.131604+0000 mgr.smithi134.usnyhc (mgr.14182) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:44.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:43 smithi134 bash[25956]: audit 2023-11-15T06:54:42.902412+0000 mon.smithi134 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:44.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:43 smithi134 bash[25956]: audit 2023-11-15T06:54:43.101040+0000 mon.smithi134 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:44.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:43 smithi134 bash[25956]: cluster 2023-11-15T06:54:43.132252+0000 mgr.smithi134.usnyhc (mgr.14182) 230 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:43 smithi143 bash[29607]: audit 2023-11-15T06:54:42.902412+0000 mon.smithi134 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:43 smithi143 bash[29607]: audit 2023-11-15T06:54:43.101040+0000 mon.smithi134 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:43 smithi143 bash[29607]: cluster 2023-11-15T06:54:43.132252+0000 mgr.smithi134.usnyhc (mgr.14182) 230 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:45.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:45 smithi134 bash[25956]: audit 2023-11-15T06:54:44.318298+0000 mgr.smithi134.usnyhc (mgr.14182) 231 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.134/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:45.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:45 smithi134 bash[25956]: audit 2023-11-15T06:54:44.322466+0000 mon.smithi134 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T06:54:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:45 smithi143 bash[29607]: audit 2023-11-15T06:54:44.318298+0000 mgr.smithi134.usnyhc (mgr.14182) 231 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.134/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:54:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:45 smithi143 bash[29607]: audit 2023-11-15T06:54:44.322466+0000 mon.smithi134 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T06:54:46.210 INFO:teuthology.orchestra.run.smithi134.stdout:NFS Cluster Created Successfully 2023-11-15T06:54:46.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:46 smithi134 bash[25956]: audit 2023-11-15T06:54:45.126595+0000 mon.smithi134 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T06:54:46.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:46 smithi134 bash[25956]: cluster 2023-11-15T06:54:45.126717+0000 mon.smithi134 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T06:54:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:46 smithi134 bash[25956]: audit 2023-11-15T06:54:45.128735+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T06:54:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:46 smithi134 bash[25956]: cluster 2023-11-15T06:54:45.132746+0000 mgr.smithi134.usnyhc (mgr.14182) 232 : cluster [DBG] pgmap v207: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:46.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:46 smithi143 bash[29607]: audit 2023-11-15T06:54:45.126595+0000 mon.smithi134 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T06:54:46.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:46 smithi143 bash[29607]: cluster 2023-11-15T06:54:45.126717+0000 mon.smithi134 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T06:54:46.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:46 smithi143 bash[29607]: audit 2023-11-15T06:54:45.128735+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T06:54:46.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:46 smithi143 bash[29607]: cluster 2023-11-15T06:54:45.132746+0000 mgr.smithi134.usnyhc (mgr.14182) 232 : cluster [DBG] pgmap v207: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:46.910 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T06:54:46.919 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:54:46.919 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-15T06:54:46.934 INFO:teuthology.orchestra.run.smithi134.stderr:+ dnf install -y python3-boto3 2023-11-15T06:54:46.935 INFO:teuthology.orchestra.run.smithi134.stderr:bash: dnf: command not found 2023-11-15T06:54:46.935 INFO:teuthology.orchestra.run.smithi134.stderr:+ apt install -y python3-boto3 2023-11-15T06:54:46.941 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:54:46.942 INFO:teuthology.orchestra.run.smithi134.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-11-15T06:54:46.942 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T06:54:47.011 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-11-15T06:54:47.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: audit 2023-11-15T06:54:46.132340+0000 mon.smithi134 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T06:54:47.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: cluster 2023-11-15T06:54:46.132618+0000 mon.smithi134 (mon.0) 601 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T06:54:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: cephadm 2023-11-15T06:54:46.195195+0000 mgr.smithi134.usnyhc (mgr.14182) 233 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T06:54:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: audit 2023-11-15T06:54:46.201243+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: cephadm 2023-11-15T06:54:46.203058+0000 mgr.smithi134.usnyhc (mgr.14182) 234 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T06:54:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:47 smithi134 bash[25956]: audit 2023-11-15T06:54:46.206900+0000 mon.smithi134 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:47.318 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-11-15T06:54:47.321 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-11-15T06:54:47.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: audit 2023-11-15T06:54:46.132340+0000 mon.smithi134 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T06:54:47.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: cluster 2023-11-15T06:54:46.132618+0000 mon.smithi134 (mon.0) 601 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T06:54:47.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: cephadm 2023-11-15T06:54:46.195195+0000 mgr.smithi134.usnyhc (mgr.14182) 233 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T06:54:47.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: audit 2023-11-15T06:54:46.201243+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:47.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: cephadm 2023-11-15T06:54:46.203058+0000 mgr.smithi134.usnyhc (mgr.14182) 234 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T06:54:47.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:47 smithi143 bash[29607]: audit 2023-11-15T06:54:46.206900+0000 mon.smithi134 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:47.526 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T06:54:47.526 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T06:54:47.527 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T06:54:47.530 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T06:54:47.530 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T06:54:47.530 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2023-11-15T06:54:47.530 INFO:teuthology.orchestra.run.smithi134.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-11-15T06:54:47.530 INFO:teuthology.orchestra.run.smithi134.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-11-15T06:54:47.531 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-11-15T06:54:47.531 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2023-11-15T06:54:47.531 INFO:teuthology.orchestra.run.smithi134.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-11-15T06:54:47.531 INFO:teuthology.orchestra.run.smithi134.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-11-15T06:54:47.532 INFO:teuthology.orchestra.run.smithi134.stdout: sgml-base-doc debhelper 2023-11-15T06:54:47.572 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2023-11-15T06:54:47.573 INFO:teuthology.orchestra.run.smithi134.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-11-15T06:54:47.574 INFO:teuthology.orchestra.run.smithi134.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-11-15T06:54:47.574 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-11-15T06:54:47.574 INFO:teuthology.orchestra.run.smithi134.stdout: xml-core 2023-11-15T06:54:47.762 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-11-15T06:54:47.762 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 4,955 kB of archives. 2023-11-15T06:54:47.763 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-11-15T06:54:47.763 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-11-15T06:54:47.845 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-11-15T06:54:47.885 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-11-15T06:54:48.110 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-11-15T06:54:48.118 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-11-15T06:54:48.123 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-11-15T06:54:48.149 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-11-15T06:54:48.153 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-11-15T06:54:48.256 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2023-11-15T06:54:48.260 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2023-11-15T06:54:48.456 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:48 smithi134 bash[25956]: cluster 2023-11-15T06:54:47.133379+0000 mgr.smithi134.usnyhc (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 21 unknown, 12 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:48.456 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:48 smithi134 bash[25956]: cluster 2023-11-15T06:54:47.136472+0000 mon.smithi134 (mon.0) 604 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T06:54:48.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:48 smithi134 bash[25956]: cluster 2023-11-15T06:54:47.217684+0000 mon.smithi134 (mon.0) 605 : cluster [DBG] mgrmap e19: smithi134.usnyhc(active, since 5m), standbys: smithi143.rmzpbk 2023-11-15T06:54:48.471 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2023-11-15T06:54:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:48 smithi143 bash[29607]: cluster 2023-11-15T06:54:47.133379+0000 mgr.smithi134.usnyhc (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 21 unknown, 12 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:48 smithi143 bash[29607]: cluster 2023-11-15T06:54:47.136472+0000 mon.smithi134 (mon.0) 604 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T06:54:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:48 smithi143 bash[29607]: cluster 2023-11-15T06:54:47.217684+0000 mon.smithi134 (mon.0) 605 : cluster [DBG] mgrmap e19: smithi134.usnyhc(active, since 5m), standbys: smithi143.rmzpbk 2023-11-15T06:54:48.636 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-11-15T06:54:48.911 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-11-15T06:54:48.942 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-11-15T06:54:49.222 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2023-11-15T06:54:49.608 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: unable to initialize frontend: Dialog 2023-11-15T06:54:49.609 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T06:54:49.609 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: falling back to frontend: Readline 2023-11-15T06:54:49.653 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: unable to initialize frontend: Readline 2023-11-15T06:54:49.653 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: (This frontend requires a controlling tty.) 2023-11-15T06:54:49.653 INFO:teuthology.orchestra.run.smithi134.stderr:debconf: falling back to frontend: Teletype 2023-11-15T06:54:49.659 INFO:teuthology.orchestra.run.smithi134.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-11-15T06:54:49.737 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 4,955 kB in 2s (2,887 kB/s) 2023-11-15T06:54:49.985 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package sgml-base. 2023-11-15T06:54:50.052 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 172445 files and directories currently installed.) 2023-11-15T06:54:50.059 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-11-15T06:54:50.116 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking sgml-base (1.29) ... 2023-11-15T06:54:50.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:50 smithi134 bash[25956]: cluster 2023-11-15T06:54:49.134132+0000 mgr.smithi134.usnyhc (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 9 unknown, 24 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:50.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:50 smithi143 bash[29607]: cluster 2023-11-15T06:54:49.134132+0000 mgr.smithi134.usnyhc (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 9 unknown, 24 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:51.587 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package xml-core. 2023-11-15T06:54:51.606 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-11-15T06:54:51.666 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking xml-core (0.18) ... 2023-11-15T06:54:52.235 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package docutils-common. 2023-11-15T06:54:52.251 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-11-15T06:54:52.285 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-11-15T06:54:52.893 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libpaper1:amd64. 2023-11-15T06:54:52.907 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-15T06:54:52.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:52 smithi134 bash[25956]: cluster 2023-11-15T06:54:51.134792+0000 mgr.smithi134.usnyhc (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:52.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:52 smithi134 bash[25956]: audit 2023-11-15T06:54:52.685165+0000 mon.smithi134 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:52.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:52 smithi143 bash[29607]: cluster 2023-11-15T06:54:51.134792+0000 mgr.smithi134.usnyhc (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:52.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:52 smithi143 bash[29607]: audit 2023-11-15T06:54:52.685165+0000 mon.smithi134 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:53.009 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-15T06:54:53.262 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libpaper-utils. 2023-11-15T06:54:53.276 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-15T06:54:53.320 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-15T06:54:53.850 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-dateutil. 2023-11-15T06:54:53.868 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-11-15T06:54:54.127 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-11-15T06:54:54.522 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-roman. 2023-11-15T06:54:54.537 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-11-15T06:54:54.589 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-11-15T06:54:54.901 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-docutils. 2023-11-15T06:54:54.917 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-11-15T06:54:54.954 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-11-15T06:54:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: cluster 2023-11-15T06:54:53.135556+0000 mgr.smithi134.usnyhc (mgr.14182) 238 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.515526+0000 mon.smithi134 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.517388+0000 mon.smithi134 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.518942+0000 mon.smithi134 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:54:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.526546+0000 mon.smithi134 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.535010+0000 mon.smithi134 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:54:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.549587+0000 mon.smithi134 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.550395+0000 mon.smithi134 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.yighbs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:54:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.557037+0000 mon.smithi134 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.yighbs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:54:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.563238+0000 mon.smithi134 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:54 smithi134 bash[25956]: audit 2023-11-15T06:54:54.564289+0000 mon.smithi134 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: cluster 2023-11-15T06:54:53.135556+0000 mgr.smithi134.usnyhc (mgr.14182) 238 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.515526+0000 mon.smithi134 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.517388+0000 mon.smithi134 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:54.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.518942+0000 mon.smithi134 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:54:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.526546+0000 mon.smithi134 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.535010+0000 mon.smithi134 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:54:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.549587+0000 mon.smithi134 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.550395+0000 mon.smithi134 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.yighbs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:54:54.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.557037+0000 mon.smithi134 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.yighbs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:54:54.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.563238+0000 mon.smithi134 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:54.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:54 smithi143 bash[29607]: audit 2023-11-15T06:54:54.564289+0000 mon.smithi134 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:55.322 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jmespath. 2023-11-15T06:54:55.338 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-11-15T06:54:55.380 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-15T06:54:55.667 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-botocore. 2023-11-15T06:54:55.683 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-11-15T06:54:55.717 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-15T06:54:55.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:55 smithi143 bash[29607]: cephadm 2023-11-15T06:54:54.544955+0000 mgr.smithi134.usnyhc (mgr.14182) 239 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T06:54:55.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:55 smithi143 bash[29607]: cephadm 2023-11-15T06:54:54.565111+0000 mgr.smithi134.usnyhc (mgr.14182) 240 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.yighbs on smithi143 2023-11-15T06:54:55.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:55 smithi134 bash[25956]: cephadm 2023-11-15T06:54:54.544955+0000 mgr.smithi134.usnyhc (mgr.14182) 239 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T06:54:55.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:55 smithi134 bash[25956]: cephadm 2023-11-15T06:54:54.565111+0000 mgr.smithi134.usnyhc (mgr.14182) 240 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.yighbs on smithi143 2023-11-15T06:54:56.857 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-s3transfer. 2023-11-15T06:54:56.875 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-11-15T06:54:56.915 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-15T06:54:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:56 smithi134 bash[25956]: cluster 2023-11-15T06:54:55.136289+0000 mgr.smithi134.usnyhc (mgr.14182) 241 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:56 smithi143 bash[29607]: cluster 2023-11-15T06:54:55.136289+0000 mgr.smithi134.usnyhc (mgr.14182) 241 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:57.748 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-boto3. 2023-11-15T06:54:57.765 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-11-15T06:54:57.838 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-11-15T06:54:58.110 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: audit 2023-11-15T06:54:56.742949+0000 mon.smithi134 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:58.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: audit 2023-11-15T06:54:56.745705+0000 mon.smithi134 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi134.fxsfyb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:54:58.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: audit 2023-11-15T06:54:56.751629+0000 mon.smithi134 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi134.fxsfyb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:54:58.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: audit 2023-11-15T06:54:56.758376+0000 mon.smithi134 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:58.112 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: audit 2023-11-15T06:54:56.759759+0000 mon.smithi134 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:58.112 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: cephadm 2023-11-15T06:54:56.760988+0000 mgr.smithi134.usnyhc (mgr.14182) 242 : cephadm [INF] Deploying daemon rgw.foorgw.smithi134.fxsfyb on smithi134 2023-11-15T06:54:58.112 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:57 smithi134 bash[25956]: cluster 2023-11-15T06:54:57.136930+0000 mgr.smithi134.usnyhc (mgr.14182) 243 : cluster [DBG] pgmap v215: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:58.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: audit 2023-11-15T06:54:56.742949+0000 mon.smithi134 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:58.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: audit 2023-11-15T06:54:56.745705+0000 mon.smithi134 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi134.fxsfyb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:54:58.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: audit 2023-11-15T06:54:56.751629+0000 mon.smithi134 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi134.fxsfyb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:54:58.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: audit 2023-11-15T06:54:56.758376+0000 mon.smithi134 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:54:58.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: audit 2023-11-15T06:54:56.759759+0000 mon.smithi134 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:54:58.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: cephadm 2023-11-15T06:54:56.760988+0000 mgr.smithi134.usnyhc (mgr.14182) 242 : cephadm [INF] Deploying daemon rgw.foorgw.smithi134.fxsfyb on smithi134 2023-11-15T06:54:58.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:57 smithi143 bash[29607]: cluster 2023-11-15T06:54:57.136930+0000 mgr.smithi134.usnyhc (mgr.14182) 243 : cluster [DBG] pgmap v215: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:54:58.402 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-olefile. 2023-11-15T06:54:58.411 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-11-15T06:54:58.469 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-11-15T06:54:59.334 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pil:amd64. 2023-11-15T06:54:59.349 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-11-15T06:54:59.392 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-15T06:55:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: cluster 2023-11-15T06:54:58.763916+0000 mon.smithi134 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T06:55:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:58.773841+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:55:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:58.775508+0000 mon.smithi134 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:55:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: cluster 2023-11-15T06:54:59.137677+0000 mgr.smithi134.usnyhc (mgr.14182) 244 : cluster [DBG] pgmap v217: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.515636+0000 mon.smithi134 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.524827+0000 mon.smithi134 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: cephadm 2023-11-15T06:54:59.547513+0000 mgr.smithi134.usnyhc (mgr.14182) 245 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.tbfnsr 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.547950+0000 mon.smithi134 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.552893+0000 mon.smithi134 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T06:55:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: cephadm 2023-11-15T06:54:59.553573+0000 mgr.smithi134.usnyhc (mgr.14182) 246 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T06:55:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.553870+0000 mon.smithi134 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T06:55:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.557705+0000 mon.smithi134 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T06:55:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.558954+0000 mon.smithi134 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.608915+0000 mon.smithi134 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T06:55:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.612850+0000 mon.smithi134 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T06:55:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.746537+0000 mon.smithi134 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:55:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:54:59 smithi134 bash[25956]: audit 2023-11-15T06:54:59.751492+0000 mon.smithi134 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:55:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: cluster 2023-11-15T06:54:58.763916+0000 mon.smithi134 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T06:55:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:58.773841+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:55:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:58.775508+0000 mon.smithi134 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:55:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: cluster 2023-11-15T06:54:59.137677+0000 mgr.smithi134.usnyhc (mgr.14182) 244 : cluster [DBG] pgmap v217: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:55:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.515636+0000 mon.smithi134 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.524827+0000 mon.smithi134 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: cephadm 2023-11-15T06:54:59.547513+0000 mgr.smithi134.usnyhc (mgr.14182) 245 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.tbfnsr 2023-11-15T06:55:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.547950+0000 mon.smithi134 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T06:55:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.552893+0000 mon.smithi134 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T06:55:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: cephadm 2023-11-15T06:54:59.553573+0000 mgr.smithi134.usnyhc (mgr.14182) 246 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T06:55:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.553870+0000 mon.smithi134 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T06:55:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.557705+0000 mon.smithi134 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T06:55:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.558954+0000 mon.smithi134 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.608915+0000 mon.smithi134 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T06:55:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.612850+0000 mon.smithi134 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T06:55:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.746537+0000 mon.smithi134 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:55:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:54:59 smithi143 bash[29607]: audit 2023-11-15T06:54:59.751492+0000 mon.smithi134 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.tbfnsr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:55:00.467 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pygments. 2023-11-15T06:55:00.485 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-11-15T06:55:00.687 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-15T06:55:01.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: cephadm 2023-11-15T06:54:59.745701+0000 mgr.smithi134.usnyhc (mgr.14182) 247 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T06:55:01.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: cephadm 2023-11-15T06:54:59.745921+0000 mgr.smithi134.usnyhc (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.tbfnsr-rgw 2023-11-15T06:55:01.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: audit 2023-11-15T06:54:59.759763+0000 mon.smithi134 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:01.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: cephadm 2023-11-15T06:54:59.762299+0000 mgr.smithi134.usnyhc (mgr.14182) 249 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi134.tbfnsr on smithi134 2023-11-15T06:55:01.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: audit 2023-11-15T06:54:59.776313+0000 mon.smithi134 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T06:55:01.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:00 smithi134 bash[25956]: cluster 2023-11-15T06:54:59.776490+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T06:55:01.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: cephadm 2023-11-15T06:54:59.745701+0000 mgr.smithi134.usnyhc (mgr.14182) 247 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T06:55:01.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: cephadm 2023-11-15T06:54:59.745921+0000 mgr.smithi134.usnyhc (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.tbfnsr-rgw 2023-11-15T06:55:01.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: audit 2023-11-15T06:54:59.759763+0000 mon.smithi134 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: cephadm 2023-11-15T06:54:59.762299+0000 mgr.smithi134.usnyhc (mgr.14182) 249 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi134.tbfnsr on smithi134 2023-11-15T06:55:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: audit 2023-11-15T06:54:59.776313+0000 mon.smithi134 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T06:55:01.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:00 smithi143 bash[29607]: cluster 2023-11-15T06:54:59.776490+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T06:55:01.937 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-15T06:55:01.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:01 smithi143 bash[29607]: cluster 2023-11-15T06:55:00.781582+0000 mon.smithi134 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T06:55:01.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:01 smithi143 bash[29607]: audit 2023-11-15T06:55:00.784181+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:55:01.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:01 smithi143 bash[29607]: audit 2023-11-15T06:55:00.784228+0000 mon.smithi134 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:55:01.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:01 smithi143 bash[29607]: audit 2023-11-15T06:55:01.015283+0000 mon.smithi134 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:01.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:01 smithi143 bash[29607]: cluster 2023-11-15T06:55:01.138491+0000 mgr.smithi134.usnyhc (mgr.14182) 250 : cluster [DBG] pgmap v220: 97 pgs: 10 creating+peering, 33 active+clean, 54 unknown; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-15T06:55:02.159 INFO:teuthology.orchestra.run.smithi134.stdout:debconf: unable to initialize frontend: Dialog 2023-11-15T06:55:02.159 INFO:teuthology.orchestra.run.smithi134.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T06:55:02.418 INFO:teuthology.orchestra.run.smithi134.stdout:debconf: falling back to frontend: Readline 2023-11-15T06:55:02.419 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:01 smithi134 bash[25956]: cluster 2023-11-15T06:55:00.781582+0000 mon.smithi134 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T06:55:02.419 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:01 smithi134 bash[25956]: audit 2023-11-15T06:55:00.784181+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:55:02.419 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:01 smithi134 bash[25956]: audit 2023-11-15T06:55:00.784228+0000 mon.smithi134 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:55:02.419 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:01 smithi134 bash[25956]: audit 2023-11-15T06:55:01.015283+0000 mon.smithi134 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:02.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:01 smithi134 bash[25956]: cluster 2023-11-15T06:55:01.138491+0000 mgr.smithi134.usnyhc (mgr.14182) 250 : cluster [DBG] pgmap v220: 97 pgs: 10 creating+peering, 33 active+clean, 54 unknown; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-15T06:55:02.745 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:55:02.746 INFO:teuthology.orchestra.run.smithi134.stdout:Creating config file /etc/papersize with new version 2023-11-15T06:55:02.992 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-15T06:55:03.110 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-roman (2.0.0-3) ... 2023-11-15T06:55:03.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:02 smithi134 bash[25956]: audit 2023-11-15T06:55:01.784754+0000 mon.smithi134 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T06:55:03.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:02 smithi134 bash[25956]: cluster 2023-11-15T06:55:01.785311+0000 mon.smithi134 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T06:55:03.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:02 smithi143 bash[29607]: audit 2023-11-15T06:55:01.784754+0000 mon.smithi134 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T06:55:03.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:02 smithi143 bash[29607]: cluster 2023-11-15T06:55:01.785311+0000 mon.smithi134 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T06:55:04.001 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-15T06:55:04.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: cluster 2023-11-15T06:55:02.800214+0000 mon.smithi134 (mon.0) 643 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T06:55:04.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: audit 2023-11-15T06:55:02.803756+0000 mon.smithi134 (mon.0) 644 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: audit 2023-11-15T06:55:02.805515+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: audit 2023-11-15T06:55:02.811199+0000 mon.smithi134 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: audit 2023-11-15T06:55:03.069516+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: audit 2023-11-15T06:55:03.084251+0000 mon.smithi134 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: cephadm 2023-11-15T06:55:03.103310+0000 mgr.smithi134.usnyhc (mgr.14182) 251 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.altets on smithi143 2023-11-15T06:55:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:03 smithi134 bash[25956]: cluster 2023-11-15T06:55:03.139206+0000 mgr.smithi134.usnyhc (mgr.14182) 252 : cluster [DBG] pgmap v223: 129 pgs: 16 creating+peering, 55 active+clean, 58 unknown; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-11-15T06:55:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: cluster 2023-11-15T06:55:02.800214+0000 mon.smithi134 (mon.0) 643 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T06:55:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: audit 2023-11-15T06:55:02.803756+0000 mon.smithi134 (mon.0) 644 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: audit 2023-11-15T06:55:02.805515+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/2718070798' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: audit 2023-11-15T06:55:02.811199+0000 mon.smithi134 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:55:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: audit 2023-11-15T06:55:03.069516+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:04.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: audit 2023-11-15T06:55:03.084251+0000 mon.smithi134 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:04.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: cephadm 2023-11-15T06:55:03.103310+0000 mgr.smithi134.usnyhc (mgr.14182) 251 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.altets on smithi143 2023-11-15T06:55:04.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:03 smithi143 bash[29607]: cluster 2023-11-15T06:55:03.139206+0000 mgr.smithi134.usnyhc (mgr.14182) 252 : cluster [DBG] pgmap v223: 129 pgs: 16 creating+peering, 55 active+clean, 58 unknown; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-11-15T06:55:04.401 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-11-15T06:55:04.670 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up sgml-base (1.29) ... 2023-11-15T06:55:04.813 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-15T06:55:05.098 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up xml-core (0.18) ... 2023-11-15T06:55:05.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:04 smithi134 bash[25956]: audit 2023-11-15T06:55:03.806819+0000 mon.smithi134 (mon.0) 648 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:55:05.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:04 smithi134 bash[25956]: audit 2023-11-15T06:55:03.807202+0000 mon.smithi134 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:55:05.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:04 smithi134 bash[25956]: cluster 2023-11-15T06:55:03.807479+0000 mon.smithi134 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T06:55:05.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:04 smithi143 bash[29607]: audit 2023-11-15T06:55:03.806819+0000 mon.smithi134 (mon.0) 648 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:55:05.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:04 smithi143 bash[29607]: audit 2023-11-15T06:55:03.807202+0000 mon.smithi134 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:55:05.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:04 smithi143 bash[29607]: cluster 2023-11-15T06:55:03.807479+0000 mon.smithi134 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T06:55:05.618 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-11-15T06:55:05.928 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-15T06:55:06.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:05 smithi134 bash[25956]: cluster 2023-11-15T06:55:04.830834+0000 mon.smithi134 (mon.0) 651 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T06:55:06.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:05 smithi134 bash[25956]: audit 2023-11-15T06:55:04.833424+0000 mon.smithi134 (mon.0) 652 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:55:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:05 smithi134 bash[25956]: audit 2023-11-15T06:55:04.833707+0000 mon.smithi134 (mon.0) 653 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:55:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:05 smithi134 bash[25956]: cluster 2023-11-15T06:55:05.139955+0000 mgr.smithi134.usnyhc (mgr.14182) 253 : cluster [DBG] pgmap v226: 161 pgs: 16 creating+peering, 100 active+clean, 45 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2023-11-15T06:55:06.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:05 smithi143 bash[29607]: cluster 2023-11-15T06:55:04.830834+0000 mon.smithi134 (mon.0) 651 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T06:55:06.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:05 smithi143 bash[29607]: audit 2023-11-15T06:55:04.833424+0000 mon.smithi134 (mon.0) 652 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:55:06.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:05 smithi143 bash[29607]: audit 2023-11-15T06:55:04.833707+0000 mon.smithi134 (mon.0) 653 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:55:06.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:05 smithi143 bash[29607]: cluster 2023-11-15T06:55:05.139955+0000 mgr.smithi134.usnyhc (mgr.14182) 253 : cluster [DBG] pgmap v226: 161 pgs: 16 creating+peering, 100 active+clean, 45 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2023-11-15T06:55:06.495 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-11-15T06:55:06.632 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-11-15T06:55:07.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:05.837051+0000 mon.smithi134 (mon.0) 654 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:55:07.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:05.837466+0000 mon.smithi134 (mon.0) 655 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:55:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: cluster 2023-11-15T06:55:05.838260+0000 mon.smithi134 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T06:55:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:05.842309+0000 mon.smithi134 (mon.0) 657 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:05.844660+0000 mon.smithi134 (mon.0) 658 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:06.031468+0000 mon.smithi134 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:07.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:06.836145+0000 mon.smithi134 (mon.0) 660 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:07.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: audit 2023-11-15T06:55:06.836304+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:07.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:06 smithi134 bash[25956]: cluster 2023-11-15T06:55:06.836391+0000 mon.smithi134 (mon.0) 662 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T06:55:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:05.837051+0000 mon.smithi134 (mon.0) 654 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:55:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:05.837466+0000 mon.smithi134 (mon.0) 655 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:55:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: cluster 2023-11-15T06:55:05.838260+0000 mon.smithi134 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T06:55:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:05.842309+0000 mon.smithi134 (mon.0) 657 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:05.844660+0000 mon.smithi134 (mon.0) 658 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:07.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:06.031468+0000 mon.smithi134 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:07.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:06.836145+0000 mon.smithi134 (mon.0) 660 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:07.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: audit 2023-11-15T06:55:06.836304+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='client.? 172.21.15.143:0/1826392510' entity='client.rgw.foorgw.smithi143.yighbs' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:07.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:06 smithi143 bash[29607]: cluster 2023-11-15T06:55:06.836391+0000 mon.smithi134 (mon.0) 662 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T06:55:07.292 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-11-15T06:55:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: cephadm 2023-11-15T06:55:06.871843+0000 mgr.smithi134.usnyhc (mgr.14182) 254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:08.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:08.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:08.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:08.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:08.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: cephadm 2023-11-15T06:55:06.872145+0000 mgr.smithi134.usnyhc (mgr.14182) 255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.altets 2023-11-15T06:55:08.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: audit 2023-11-15T06:55:06.872604+0000 mon.smithi134 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.altets"}]: dispatch 2023-11-15T06:55:08.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: cephadm 2023-11-15T06:55:06.873536+0000 mgr.smithi134.usnyhc (mgr.14182) 256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.altets on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:08.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: cephadm 2023-11-15T06:55:06.876040+0000 mgr.smithi134.usnyhc (mgr.14182) 257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ntvecm on smithi134 2023-11-15T06:55:08.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:07 smithi134 bash[25956]: cluster 2023-11-15T06:55:07.140513+0000 mgr.smithi134.usnyhc (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 10 creating+peering, 124 active+clean, 27 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-15T06:55:08.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: cephadm 2023-11-15T06:55:06.871843+0000 mgr.smithi134.usnyhc (mgr.14182) 254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:08.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:08.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:08.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:08.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:08.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: cephadm 2023-11-15T06:55:06.872145+0000 mgr.smithi134.usnyhc (mgr.14182) 255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.altets 2023-11-15T06:55:08.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: audit 2023-11-15T06:55:06.872604+0000 mon.smithi134 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.altets"}]: dispatch 2023-11-15T06:55:08.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: cephadm 2023-11-15T06:55:06.873536+0000 mgr.smithi134.usnyhc (mgr.14182) 256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.altets on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-altets 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.altets 2023-11-15T06:55:08.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.altets ... 2023-11-15T06:55:08.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:08.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:08.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:08.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:08.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: cephadm 2023-11-15T06:55:06.876040+0000 mgr.smithi134.usnyhc (mgr.14182) 257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ntvecm on smithi134 2023-11-15T06:55:08.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:07 smithi143 bash[29607]: cluster 2023-11-15T06:55:07.140513+0000 mgr.smithi134.usnyhc (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 10 creating+peering, 124 active+clean, 27 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-15T06:55:10.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:10 smithi134 bash[25956]: cluster 2023-11-15T06:55:09.141673+0000 mgr.smithi134.usnyhc (mgr.14182) 259 : cluster [DBG] pgmap v230: 161 pgs: 154 active+clean, 7 unknown; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 3.4 KiB/s wr, 163 op/s 2023-11-15T06:55:10.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:10 smithi143 bash[29607]: cluster 2023-11-15T06:55:09.141673+0000 mgr.smithi134.usnyhc (mgr.14182) 259 : cluster [DBG] pgmap v230: 161 pgs: 154 active+clean, 7 unknown; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 3.4 KiB/s wr, 163 op/s 2023-11-15T06:55:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:11 smithi134 bash[25956]: audit 2023-11-15T06:55:10.751156+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ntvecm"}]: dispatch 2023-11-15T06:55:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:11 smithi134 bash[25956]: audit 2023-11-15T06:55:10.760751+0000 mon.smithi134 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:11 smithi134 bash[25956]: audit 2023-11-15T06:55:10.764562+0000 mon.smithi134 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:55:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:11 smithi134 bash[25956]: audit 2023-11-15T06:55:11.046754+0000 mon.smithi134 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:11.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:11 smithi143 bash[29607]: audit 2023-11-15T06:55:10.751156+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ntvecm"}]: dispatch 2023-11-15T06:55:11.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:11 smithi143 bash[29607]: audit 2023-11-15T06:55:10.760751+0000 mon.smithi134 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:11.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:11 smithi143 bash[29607]: audit 2023-11-15T06:55:10.764562+0000 mon.smithi134 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:55:11.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:11 smithi143 bash[29607]: audit 2023-11-15T06:55:11.046754+0000 mon.smithi134 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:12.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cephadm 2023-11-15T06:55:10.750081+0000 mgr.smithi134.usnyhc (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:12.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:12.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:12.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:12.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:12.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cephadm 2023-11-15T06:55:10.750569+0000 mgr.smithi134.usnyhc (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cephadm 2023-11-15T06:55:10.752633+0000 mgr.smithi134.usnyhc (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ntvecm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:12.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cephadm 2023-11-15T06:55:10.761332+0000 mgr.smithi134.usnyhc (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.efvlgc on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:12.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cephadm 2023-11-15T06:55:10.762936+0000 mgr.smithi134.usnyhc (mgr.14182) 264 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vhmqpe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:12.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cluster 2023-11-15T06:55:10.764237+0000 mgr.smithi134.usnyhc (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 151 KiB/s rd, 5.9 KiB/s wr, 292 op/s 2023-11-15T06:55:12.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:12 smithi134 bash[25956]: cluster 2023-11-15T06:55:11.756877+0000 mon.smithi134 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cephadm 2023-11-15T06:55:10.750081+0000 mgr.smithi134.usnyhc (mgr.14182) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:12.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cephadm 2023-11-15T06:55:10.750569+0000 mgr.smithi134.usnyhc (mgr.14182) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cephadm 2023-11-15T06:55:10.752633+0000 mgr.smithi134.usnyhc (mgr.14182) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ntvecm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ntvecm 2023-11-15T06:55:12.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ntvecm 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ntvecm ... 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:12.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:12.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:12.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cephadm 2023-11-15T06:55:10.761332+0000 mgr.smithi134.usnyhc (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.efvlgc on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:12.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cephadm 2023-11-15T06:55:10.762936+0000 mgr.smithi134.usnyhc (mgr.14182) 264 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vhmqpe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:12.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cluster 2023-11-15T06:55:10.764237+0000 mgr.smithi134.usnyhc (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 151 KiB/s rd, 5.9 KiB/s wr, 292 op/s 2023-11-15T06:55:12.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:12 smithi143 bash[29607]: cluster 2023-11-15T06:55:11.756877+0000 mon.smithi134 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:14.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:14 smithi134 bash[25956]: cluster 2023-11-15T06:55:12.765686+0000 mgr.smithi134.usnyhc (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 5.1 KiB/s wr, 271 op/s 2023-11-15T06:55:14.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:14 smithi143 bash[29607]: cluster 2023-11-15T06:55:12.765686+0000 mgr.smithi134.usnyhc (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 5.1 KiB/s wr, 271 op/s 2023-11-15T06:55:15.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:15 smithi143 bash[29607]: cluster 2023-11-15T06:55:14.767178+0000 mgr.smithi134.usnyhc (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 4.4 KiB/s wr, 231 op/s 2023-11-15T06:55:16.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:15 smithi134 bash[25956]: cluster 2023-11-15T06:55:14.767178+0000 mgr.smithi134.usnyhc (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 4.4 KiB/s wr, 231 op/s 2023-11-15T06:55:17.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:17 smithi134 bash[25956]: audit 2023-11-15T06:55:16.057502+0000 mon.smithi134 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:17.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:17 smithi134 bash[25956]: audit 2023-11-15T06:55:16.686370+0000 mon.smithi134 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:17.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:17 smithi134 bash[25956]: audit 2023-11-15T06:55:16.960850+0000 mon.smithi134 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:17.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:17 smithi143 bash[29607]: audit 2023-11-15T06:55:16.057502+0000 mon.smithi134 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:17.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:17 smithi143 bash[29607]: audit 2023-11-15T06:55:16.686370+0000 mon.smithi134 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:17.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:17 smithi143 bash[29607]: audit 2023-11-15T06:55:16.960850+0000 mon.smithi134 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: cluster 2023-11-15T06:55:16.768152+0000 mgr.smithi134.usnyhc (mgr.14182) 268 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 3.8 KiB/s wr, 207 op/s 2023-11-15T06:55:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.257047+0000 mon.smithi134 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.258548+0000 mon.smithi134 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:55:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: cephadm 2023-11-15T06:55:17.263074+0000 mgr.smithi134.usnyhc (mgr.14182) 269 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:55:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.663680+0000 mon.smithi134 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.673686+0000 mon.smithi134 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.681630+0000 mon.smithi134 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: cluster 2023-11-15T06:55:17.683751+0000 mgr.smithi134.usnyhc (mgr.14182) 270 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 3.6 KiB/s wr, 196 op/s 2023-11-15T06:55:18.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.694098+0000 mon.smithi134 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:55:18.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:18 smithi134 bash[25956]: audit 2023-11-15T06:55:17.709811+0000 mon.smithi134 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: cluster 2023-11-15T06:55:16.768152+0000 mgr.smithi134.usnyhc (mgr.14182) 268 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 3.8 KiB/s wr, 207 op/s 2023-11-15T06:55:18.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.257047+0000 mon.smithi134 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:18.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.258548+0000 mon.smithi134 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:55:18.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: cephadm 2023-11-15T06:55:17.263074+0000 mgr.smithi134.usnyhc (mgr.14182) 269 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:55:18.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.663680+0000 mon.smithi134 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.673686+0000 mon.smithi134 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.681630+0000 mon.smithi134 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:18.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: cluster 2023-11-15T06:55:17.683751+0000 mgr.smithi134.usnyhc (mgr.14182) 270 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 3.6 KiB/s wr, 196 op/s 2023-11-15T06:55:18.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.694098+0000 mon.smithi134 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:55:18.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:18 smithi143 bash[29607]: audit 2023-11-15T06:55:17.709811+0000 mon.smithi134 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:19.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:19 smithi134 bash[25956]: cephadm 2023-11-15T06:55:17.719517+0000 mgr.smithi134.usnyhc (mgr.14182) 271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.otegju on smithi143 2023-11-15T06:55:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:19 smithi134 bash[25956]: cluster 2023-11-15T06:55:18.684193+0000 mon.smithi134 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:55:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:19 smithi134 bash[25956]: cluster 2023-11-15T06:55:18.684246+0000 mon.smithi134 (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-11-15T06:55:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:19 smithi143 bash[29607]: cephadm 2023-11-15T06:55:17.719517+0000 mgr.smithi134.usnyhc (mgr.14182) 271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.otegju on smithi143 2023-11-15T06:55:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:19 smithi143 bash[29607]: cluster 2023-11-15T06:55:18.684193+0000 mon.smithi134 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:55:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:19 smithi143 bash[29607]: cluster 2023-11-15T06:55:18.684246+0000 mon.smithi134 (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-11-15T06:55:20.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:20 smithi134 bash[25956]: cluster 2023-11-15T06:55:19.685165+0000 mgr.smithi134.usnyhc (mgr.14182) 272 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 2.2 KiB/s wr, 116 op/s 2023-11-15T06:55:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:20 smithi143 bash[29607]: cluster 2023-11-15T06:55:19.685165+0000 mgr.smithi134.usnyhc (mgr.14182) 272 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 2.2 KiB/s wr, 116 op/s 2023-11-15T06:55:21.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:21 smithi134 bash[25956]: audit 2023-11-15T06:55:21.461980+0000 mon.smithi134 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.otegju"}]: dispatch 2023-11-15T06:55:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:21 smithi143 bash[29607]: audit 2023-11-15T06:55:21.461980+0000 mon.smithi134 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.otegju"}]: dispatch 2023-11-15T06:55:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: cephadm 2023-11-15T06:55:21.460718+0000 mgr.smithi134.usnyhc (mgr.14182) 273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: cephadm 2023-11-15T06:55:21.461242+0000 mgr.smithi134.usnyhc (mgr.14182) 274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: cephadm 2023-11-15T06:55:21.463744+0000 mgr.smithi134.usnyhc (mgr.14182) 275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.otegju on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: cephadm 2023-11-15T06:55:21.468402+0000 mgr.smithi134.usnyhc (mgr.14182) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.iirvaz on smithi134 2023-11-15T06:55:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:22 smithi134 bash[25956]: cluster 2023-11-15T06:55:21.685808+0000 mgr.smithi134.usnyhc (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 468 B/s wr, 32 op/s 2023-11-15T06:55:22.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: cephadm 2023-11-15T06:55:21.460718+0000 mgr.smithi134.usnyhc (mgr.14182) 273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:22.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:22.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:22.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:22.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: cephadm 2023-11-15T06:55:21.461242+0000 mgr.smithi134.usnyhc (mgr.14182) 274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: cephadm 2023-11-15T06:55:21.463744+0000 mgr.smithi134.usnyhc (mgr.14182) 275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.otegju on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-otegju 2023-11-15T06:55:22.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:22.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.otegju 2023-11-15T06:55:22.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.otegju ... 2023-11-15T06:55:22.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:22.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:22.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:22.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:22.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: cephadm 2023-11-15T06:55:21.468402+0000 mgr.smithi134.usnyhc (mgr.14182) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.iirvaz on smithi134 2023-11-15T06:55:22.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:22 smithi143 bash[29607]: cluster 2023-11-15T06:55:21.685808+0000 mgr.smithi134.usnyhc (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 468 B/s wr, 32 op/s 2023-11-15T06:55:24.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:24 smithi134 bash[25956]: cluster 2023-11-15T06:55:23.687037+0000 mgr.smithi134.usnyhc (mgr.14182) 278 : cluster [DBG] pgmap v238: 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-11-15T06:55:24.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:24 smithi143 bash[29607]: cluster 2023-11-15T06:55:23.687037+0000 mgr.smithi134.usnyhc (mgr.14182) 278 : cluster [DBG] pgmap v238: 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-11-15T06:55:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:25 smithi134 bash[25956]: audit 2023-11-15T06:55:25.342028+0000 mon.smithi134 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.iirvaz"}]: dispatch 2023-11-15T06:55:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:25 smithi134 bash[25956]: audit 2023-11-15T06:55:25.358439+0000 mon.smithi134 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:55:25.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:25 smithi143 bash[29607]: audit 2023-11-15T06:55:25.342028+0000 mon.smithi134 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.iirvaz"}]: dispatch 2023-11-15T06:55:25.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:25 smithi143 bash[29607]: audit 2023-11-15T06:55:25.358439+0000 mon.smithi134 (mon.0) 683 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:55:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cephadm 2023-11-15T06:55:25.340764+0000 mgr.smithi134.usnyhc (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:26.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:26.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:26.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cephadm 2023-11-15T06:55:25.341391+0000 mgr.smithi134.usnyhc (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cephadm 2023-11-15T06:55:25.343336+0000 mgr.smithi134.usnyhc (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.iirvaz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:26.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cephadm 2023-11-15T06:55:25.347270+0000 mgr.smithi134.usnyhc (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.cyvrri on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:26.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cephadm 2023-11-15T06:55:25.351110+0000 mgr.smithi134.usnyhc (mgr.14182) 283 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:26.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cluster 2023-11-15T06:55:25.352521+0000 mgr.smithi134.usnyhc (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2023-11-15T06:55:26.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: cluster 2023-11-15T06:55:25.706401+0000 mon.smithi134 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:26.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:26 smithi134 bash[25956]: audit 2023-11-15T06:55:26.074334+0000 mon.smithi134 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:26.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cephadm 2023-11-15T06:55:25.340764+0000 mgr.smithi134.usnyhc (mgr.14182) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:26.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:26.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:26.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:26.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cephadm 2023-11-15T06:55:25.341391+0000 mgr.smithi134.usnyhc (mgr.14182) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cephadm 2023-11-15T06:55:25.343336+0000 mgr.smithi134.usnyhc (mgr.14182) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.iirvaz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-iirvaz 2023-11-15T06:55:26.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:26.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.iirvaz 2023-11-15T06:55:26.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.iirvaz ... 2023-11-15T06:55:26.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:26.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:26.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:26.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:27.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:27.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cephadm 2023-11-15T06:55:25.347270+0000 mgr.smithi134.usnyhc (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.cyvrri on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:27.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cephadm 2023-11-15T06:55:25.351110+0000 mgr.smithi134.usnyhc (mgr.14182) 283 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:27.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cluster 2023-11-15T06:55:25.352521+0000 mgr.smithi134.usnyhc (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2023-11-15T06:55:27.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: cluster 2023-11-15T06:55:25.706401+0000 mon.smithi134 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:27.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:26 smithi143 bash[29607]: audit 2023-11-15T06:55:26.074334+0000 mon.smithi134 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:27.319 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-15T06:55:27.448 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-11-15T06:55:27.872 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-15T06:55:27.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:27 smithi143 bash[29607]: cluster 2023-11-15T06:55:27.353830+0000 mgr.smithi134.usnyhc (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2023-11-15T06:55:28.003 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-11-15T06:55:28.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:27 smithi134 bash[25956]: cluster 2023-11-15T06:55:27.353830+0000 mgr.smithi134.usnyhc (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2023-11-15T06:55:28.355 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-11-15T06:55:28.404 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-11-15T06:55:28.443 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-11-15T06:55:28.477 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-11-15T06:55:28.519 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-11-15T06:55:28.561 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-11-15T06:55:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-11-15T06:55:28.620 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-11-15T06:55:28.645 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-11-15T06:55:28.663 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-11-15T06:55:28.687 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-11-15T06:55:28.714 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-11-15T06:55:28.739 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-11-15T06:55:29.130 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-15T06:55:29.498 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-15T06:55:29.799 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-11-15T06:55:30.492 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-15T06:55:30.545 INFO:teuthology.orchestra.run.smithi134.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-15T06:55:30.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:30 smithi134 bash[25956]: cluster 2023-11-15T06:55:29.354926+0000 mgr.smithi134.usnyhc (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 175 B/s wr, 1 op/s 2023-11-15T06:55:30.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:30 smithi143 bash[29607]: cluster 2023-11-15T06:55:29.354926+0000 mgr.smithi134.usnyhc (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 175 B/s wr, 1 op/s 2023-11-15T06:55:32.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.256119+0000 mon.smithi134 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: cluster 2023-11-15T06:55:31.355925+0000 mgr.smithi134.usnyhc (mgr.14182) 287 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 175 B/s wr, 1 op/s 2023-11-15T06:55:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.593220+0000 mon.smithi134 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.595153+0000 mon.smithi134 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.596853+0000 mon.smithi134 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:55:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: cephadm 2023-11-15T06:55:31.606223+0000 mgr.smithi134.usnyhc (mgr.14182) 288 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:55:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.856143+0000 mon.smithi134 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.862512+0000 mon.smithi134 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:55:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:32 smithi134 bash[25956]: audit 2023-11-15T06:55:31.875706+0000 mon.smithi134 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.256119+0000 mon.smithi134 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: cluster 2023-11-15T06:55:31.355925+0000 mgr.smithi134.usnyhc (mgr.14182) 287 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 175 B/s wr, 1 op/s 2023-11-15T06:55:32.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.593220+0000 mon.smithi134 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.595153+0000 mon.smithi134 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:55:32.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.596853+0000 mon.smithi134 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:55:32.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: cephadm 2023-11-15T06:55:31.606223+0000 mgr.smithi134.usnyhc (mgr.14182) 288 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:55:32.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.856143+0000 mon.smithi134 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:32.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.862512+0000 mon.smithi134 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:55:32.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:32 smithi143 bash[29607]: audit 2023-11-15T06:55:31.875706+0000 mon.smithi134 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:33.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:33 smithi134 bash[25956]: cluster 2023-11-15T06:55:31.857189+0000 mgr.smithi134.usnyhc (mgr.14182) 289 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T06:55:33.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:33 smithi134 bash[25956]: cephadm 2023-11-15T06:55:31.881005+0000 mgr.smithi134.usnyhc (mgr.14182) 290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rrrwxf on smithi143 2023-11-15T06:55:33.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:33 smithi134 bash[25956]: cluster 2023-11-15T06:55:32.252333+0000 mon.smithi134 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:55:33.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:33 smithi134 bash[25956]: cluster 2023-11-15T06:55:32.252419+0000 mon.smithi134 (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-11-15T06:55:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:33 smithi143 bash[29607]: cluster 2023-11-15T06:55:31.857189+0000 mgr.smithi134.usnyhc (mgr.14182) 289 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 100 B/s wr, 1 op/s 2023-11-15T06:55:33.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:33 smithi143 bash[29607]: cephadm 2023-11-15T06:55:31.881005+0000 mgr.smithi134.usnyhc (mgr.14182) 290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rrrwxf on smithi143 2023-11-15T06:55:33.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:33 smithi143 bash[29607]: cluster 2023-11-15T06:55:32.252333+0000 mon.smithi134 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:55:33.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:33 smithi143 bash[29607]: cluster 2023-11-15T06:55:32.252419+0000 mon.smithi134 (mon.0) 694 : cluster [INF] Cluster is now healthy 2023-11-15T06:55:35.380 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 2023-11-15T06:55:35.415 INFO:teuthology.orchestra.run.smithi134.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T06:55:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:35 smithi143 bash[29607]: cluster 2023-11-15T06:55:33.858506+0000 mgr.smithi134.usnyhc (mgr.14182) 291 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2023-11-15T06:55:35.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:35 smithi143 bash[29607]: audit 2023-11-15T06:55:35.625546+0000 mon.smithi134 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rrrwxf"}]: dispatch 2023-11-15T06:55:36.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: cluster 2023-11-15T06:55:33.858506+0000 mgr.smithi134.usnyhc (mgr.14182) 291 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2023-11-15T06:55:36.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: audit 2023-11-15T06:55:35.625546+0000 mon.smithi134 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rrrwxf"}]: dispatch 2023-11-15T06:55:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: cephadm 2023-11-15T06:55:35.624323+0000 mgr.smithi134.usnyhc (mgr.14182) 292 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:36.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:36.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:36.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:36.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:36.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:36.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:36.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:36.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:36.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:36.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: cephadm 2023-11-15T06:55:35.624886+0000 mgr.smithi134.usnyhc (mgr.14182) 293 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: cephadm 2023-11-15T06:55:35.627016+0000 mgr.smithi134.usnyhc (mgr.14182) 294 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:36.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:36.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:36.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:36.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:36 smithi143 bash[29607]: cephadm 2023-11-15T06:55:35.631668+0000 mgr.smithi134.usnyhc (mgr.14182) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rzribx on smithi134 2023-11-15T06:55:37.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: cephadm 2023-11-15T06:55:35.624323+0000 mgr.smithi134.usnyhc (mgr.14182) 292 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:37.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:37.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:37.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:37.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:37.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:37.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: cephadm 2023-11-15T06:55:35.624886+0000 mgr.smithi134.usnyhc (mgr.14182) 293 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: cephadm 2023-11-15T06:55:35.627016+0000 mgr.smithi134.usnyhc (mgr.14182) 294 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf 2023-11-15T06:55:37.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:37.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf 2023-11-15T06:55:37.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rrrwxf ... 2023-11-15T06:55:37.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:37.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:37.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:37.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:37.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:36 smithi134 bash[25956]: cephadm 2023-11-15T06:55:35.631668+0000 mgr.smithi134.usnyhc (mgr.14182) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rzribx on smithi134 2023-11-15T06:55:37.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:37 smithi134 bash[25956]: cluster 2023-11-15T06:55:35.859548+0000 mgr.smithi134.usnyhc (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-15T06:55:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:37 smithi143 bash[29607]: cluster 2023-11-15T06:55:35.859548+0000 mgr.smithi134.usnyhc (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-15T06:55:39.864 INFO:teuthology.run_tasks:Running task python... 2023-11-15T06:55:39.879 INFO:tasks.python:Running python on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:55:39.879 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-15T06:55:39.880 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-15T06:55:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:39 smithi134 bash[25956]: cluster 2023-11-15T06:55:37.860442+0000 mgr.smithi134.usnyhc (mgr.14182) 297 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T06:55:39.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:39 smithi143 bash[29607]: cluster 2023-11-15T06:55:37.860442+0000 mgr.smithi134.usnyhc (mgr.14182) 297 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T06:55:41.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:40 smithi134 bash[25956]: audit 2023-11-15T06:55:39.931633+0000 mon.smithi134 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rzribx"}]: dispatch 2023-11-15T06:55:41.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:40 smithi143 bash[29607]: audit 2023-11-15T06:55:39.931633+0000 mon.smithi134 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rzribx"}]: dispatch 2023-11-15T06:55:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cluster 2023-11-15T06:55:39.861774+0000 mgr.smithi134.usnyhc (mgr.14182) 298 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 2 op/s 2023-11-15T06:55:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cephadm 2023-11-15T06:55:39.930544+0000 mgr.smithi134.usnyhc (mgr.14182) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:55:42.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:42.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:55:42.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:42.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:55:42.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cephadm 2023-11-15T06:55:39.930965+0000 mgr.smithi134.usnyhc (mgr.14182) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cephadm 2023-11-15T06:55:39.932902+0000 mgr.smithi134.usnyhc (mgr.14182) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:55:42.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cephadm 2023-11-15T06:55:39.936006+0000 mgr.smithi134.usnyhc (mgr.14182) 302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:42.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cephadm 2023-11-15T06:55:39.938761+0000 mgr.smithi134.usnyhc (mgr.14182) 303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:42.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cluster 2023-11-15T06:55:39.939816+0000 mgr.smithi134.usnyhc (mgr.14182) 304 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-11-15T06:55:42.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cluster 2023-11-15T06:55:40.854402+0000 mon.smithi134 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:42.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: cluster 2023-11-15T06:55:40.912398+0000 mon.smithi134 (mon.0) 698 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T06:55:42.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: audit 2023-11-15T06:55:40.913620+0000 mon.smithi134 (mon.0) 699 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T06:55:42.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:41 smithi134 bash[25956]: audit 2023-11-15T06:55:41.094431+0000 mon.smithi134 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:42.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cluster 2023-11-15T06:55:39.861774+0000 mgr.smithi134.usnyhc (mgr.14182) 298 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 2 op/s 2023-11-15T06:55:42.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cephadm 2023-11-15T06:55:39.930544+0000 mgr.smithi134.usnyhc (mgr.14182) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:55:42.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:55:42.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:55:42.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:55:42.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:55:42.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cephadm 2023-11-15T06:55:39.930965+0000 mgr.smithi134.usnyhc (mgr.14182) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cephadm 2023-11-15T06:55:39.932902+0000 mgr.smithi134.usnyhc (mgr.14182) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx 2023-11-15T06:55:42.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rzribx ... 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:55:42.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:55:42.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:55:42.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cephadm 2023-11-15T06:55:39.936006+0000 mgr.smithi134.usnyhc (mgr.14182) 302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:42.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cephadm 2023-11-15T06:55:39.938761+0000 mgr.smithi134.usnyhc (mgr.14182) 303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:55:42.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cluster 2023-11-15T06:55:39.939816+0000 mgr.smithi134.usnyhc (mgr.14182) 304 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-11-15T06:55:42.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cluster 2023-11-15T06:55:40.854402+0000 mon.smithi134 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:55:42.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: cluster 2023-11-15T06:55:40.912398+0000 mon.smithi134 (mon.0) 698 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T06:55:42.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: audit 2023-11-15T06:55:40.913620+0000 mon.smithi134 (mon.0) 699 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T06:55:42.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:41 smithi143 bash[29607]: audit 2023-11-15T06:55:41.094431+0000 mon.smithi134 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:43.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:42 smithi134 bash[25956]: audit 2023-11-15T06:55:41.915752+0000 mon.smithi134 (mon.0) 701 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T06:55:43.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:42 smithi134 bash[25956]: cluster 2023-11-15T06:55:41.916352+0000 mon.smithi134 (mon.0) 702 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T06:55:43.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:42 smithi134 bash[25956]: audit 2023-11-15T06:55:41.918568+0000 mon.smithi134 (mon.0) 703 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:43.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:42 smithi134 bash[25956]: cluster 2023-11-15T06:55:41.940548+0000 mgr.smithi134.usnyhc (mgr.14182) 305 : cluster [DBG] pgmap v251: 193 pgs: 9 creating+peering, 23 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 336 B/s wr, 2 op/s 2023-11-15T06:55:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:42 smithi143 bash[29607]: audit 2023-11-15T06:55:41.915752+0000 mon.smithi134 (mon.0) 701 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T06:55:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:42 smithi143 bash[29607]: cluster 2023-11-15T06:55:41.916352+0000 mon.smithi134 (mon.0) 702 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T06:55:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:42 smithi143 bash[29607]: audit 2023-11-15T06:55:41.918568+0000 mon.smithi134 (mon.0) 703 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:55:43.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:42 smithi143 bash[29607]: cluster 2023-11-15T06:55:41.940548+0000 mgr.smithi134.usnyhc (mgr.14182) 305 : cluster [DBG] pgmap v251: 193 pgs: 9 creating+peering, 23 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 336 B/s wr, 2 op/s 2023-11-15T06:55:44.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:43 smithi134 bash[25956]: audit 2023-11-15T06:55:42.927757+0000 mon.smithi134 (mon.0) 704 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:44.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:43 smithi134 bash[25956]: cluster 2023-11-15T06:55:42.927982+0000 mon.smithi134 (mon.0) 705 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T06:55:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:43 smithi143 bash[29607]: audit 2023-11-15T06:55:42.927757+0000 mon.smithi134 (mon.0) 704 : audit [INF] from='client.? 172.21.15.134:0/3942158542' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:55:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:43 smithi143 bash[29607]: cluster 2023-11-15T06:55:42.927982+0000 mon.smithi134 (mon.0) 705 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T06:55:45.012 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:55:45.023 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T06:55:45.023 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-11-15T06:55:45.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:44 smithi134 bash[25956]: cluster 2023-11-15T06:55:43.936500+0000 mon.smithi134 (mon.0) 706 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T06:55:45.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:44 smithi134 bash[25956]: audit 2023-11-15T06:55:43.938878+0000 mon.smithi134 (mon.0) 707 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T06:55:45.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:44 smithi134 bash[25956]: cluster 2023-11-15T06:55:43.941325+0000 mgr.smithi134.usnyhc (mgr.14182) 306 : cluster [DBG] pgmap v254: 225 pgs: 9 creating+peering, 44 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 767 B/s wr, 4 op/s 2023-11-15T06:55:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:44 smithi143 bash[29607]: cluster 2023-11-15T06:55:43.936500+0000 mon.smithi134 (mon.0) 706 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T06:55:45.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:44 smithi143 bash[29607]: audit 2023-11-15T06:55:43.938878+0000 mon.smithi134 (mon.0) 707 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T06:55:45.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:44 smithi143 bash[29607]: cluster 2023-11-15T06:55:43.941325+0000 mgr.smithi134.usnyhc (mgr.14182) 306 : cluster [DBG] pgmap v254: 225 pgs: 9 creating+peering, 44 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 767 B/s wr, 4 op/s 2023-11-15T06:55:46.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:45 smithi134 bash[25956]: audit 2023-11-15T06:55:44.950287+0000 mon.smithi134 (mon.0) 708 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T06:55:46.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:45 smithi134 bash[25956]: cluster 2023-11-15T06:55:44.951083+0000 mon.smithi134 (mon.0) 709 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T06:55:46.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:45 smithi143 bash[29607]: audit 2023-11-15T06:55:44.950287+0000 mon.smithi134 (mon.0) 708 : audit [INF] from='client.? 172.21.15.134:0/1144440819' entity='client.rgw.foorgw.smithi134.fxsfyb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T06:55:46.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:45 smithi143 bash[29607]: cluster 2023-11-15T06:55:44.951083+0000 mon.smithi134 (mon.0) 709 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T06:55:47.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:46 smithi134 bash[25956]: cluster 2023-11-15T06:55:45.942367+0000 mgr.smithi134.usnyhc (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 19 creating+peering, 22 unknown, 184 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 254 B/s wr, 3 op/s 2023-11-15T06:55:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:46 smithi134 bash[25956]: cluster 2023-11-15T06:55:45.949871+0000 mon.smithi134 (mon.0) 710 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T06:55:47.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:46 smithi143 bash[29607]: cluster 2023-11-15T06:55:45.942367+0000 mgr.smithi134.usnyhc (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 19 creating+peering, 22 unknown, 184 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 254 B/s wr, 3 op/s 2023-11-15T06:55:47.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:46 smithi143 bash[29607]: cluster 2023-11-15T06:55:45.949871+0000 mon.smithi134 (mon.0) 710 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T06:55:48.581 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2023-11-15T06:55:48.582 INFO:teuthology.orchestra.run.smithi134.stdout: "bind": "/foouser", 2023-11-15T06:55:48.582 INFO:teuthology.orchestra.run.smithi134.stdout: "path": "/", 2023-11-15T06:55:48.582 INFO:teuthology.orchestra.run.smithi134.stdout: "cluster": "foo", 2023-11-15T06:55:48.582 INFO:teuthology.orchestra.run.smithi134.stdout: "mode": "RW", 2023-11-15T06:55:48.582 INFO:teuthology.orchestra.run.smithi134.stdout: "squash": "none" 2023-11-15T06:55:48.583 INFO:teuthology.orchestra.run.smithi134.stdout:} 2023-11-15T06:55:49.222 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T06:55:49.237 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T06:55:49.238 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:55:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:49 smithi143 bash[29607]: cluster 2023-11-15T06:55:47.944022+0000 mgr.smithi134.usnyhc (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 10 creating+peering, 6 unknown, 209 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2023-11-15T06:55:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:49 smithi143 bash[29607]: audit 2023-11-15T06:55:48.372173+0000 mgr.smithi134.usnyhc (mgr.14182) 309 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:55:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:49 smithi143 bash[29607]: audit 2023-11-15T06:55:49.249289+0000 mon.smithi134 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:49.990 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:49 smithi134 bash[25956]: cluster 2023-11-15T06:55:47.944022+0000 mgr.smithi134.usnyhc (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 10 creating+peering, 6 unknown, 209 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2023-11-15T06:55:49.990 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:49 smithi134 bash[25956]: audit 2023-11-15T06:55:48.372173+0000 mgr.smithi134.usnyhc (mgr.14182) 309 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:55:49.990 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:49 smithi134 bash[25956]: audit 2023-11-15T06:55:49.249289+0000 mon.smithi134 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:55:51.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:51 smithi143 bash[29607]: cluster 2023-11-15T06:55:49.945228+0000 mgr.smithi134.usnyhc (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.2 KiB/s wr, 11 op/s 2023-11-15T06:55:52.032 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:51 smithi134 bash[25956]: cluster 2023-11-15T06:55:49.945228+0000 mgr.smithi134.usnyhc (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.2 KiB/s wr, 11 op/s 2023-11-15T06:55:52.462 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:55:52.462 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:55:53.094 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T06:55:53.095 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T06:55:53.105 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T06:55:53.105 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:55:53.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:53 smithi143 bash[29607]: cluster 2023-11-15T06:55:51.946743+0000 mgr.smithi134.usnyhc (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1023 B/s wr, 13 op/s 2023-11-15T06:55:53.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:53 smithi143 bash[29607]: audit 2023-11-15T06:55:52.444709+0000 mgr.smithi134.usnyhc (mgr.14182) 312 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:55:54.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:53 smithi134 bash[25956]: cluster 2023-11-15T06:55:51.946743+0000 mgr.smithi134.usnyhc (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1023 B/s wr, 13 op/s 2023-11-15T06:55:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:53 smithi134 bash[25956]: audit 2023-11-15T06:55:52.444709+0000 mgr.smithi134.usnyhc (mgr.14182) 312 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:55:54.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:54 smithi134 bash[25956]: cluster 2023-11-15T06:55:53.948575+0000 mgr.smithi134.usnyhc (mgr.14182) 313 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1023 B/s wr, 17 op/s 2023-11-15T06:55:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:54 smithi143 bash[29607]: cluster 2023-11-15T06:55:53.948575+0000 mgr.smithi134.usnyhc (mgr.14182) 313 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1023 B/s wr, 17 op/s 2023-11-15T06:55:56.463 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:55:56.464 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:55:57.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:55:57.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:57 smithi134 bash[25956]: cluster 2023-11-15T06:55:55.949661+0000 mgr.smithi134.usnyhc (mgr.14182) 314 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 920 B/s wr, 15 op/s 2023-11-15T06:55:57.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:57 smithi134 bash[25956]: audit 2023-11-15T06:55:56.447637+0000 mgr.smithi134.usnyhc (mgr.14182) 315 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:55:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:57 smithi143 bash[29607]: cluster 2023-11-15T06:55:55.949661+0000 mgr.smithi134.usnyhc (mgr.14182) 314 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 920 B/s wr, 15 op/s 2023-11-15T06:55:57.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:57 smithi143 bash[29607]: audit 2023-11-15T06:55:56.447637+0000 mgr.smithi134.usnyhc (mgr.14182) 315 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:55:58.085 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:55:59.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:55:59 smithi134 bash[25956]: cluster 2023-11-15T06:55:57.951250+0000 mgr.smithi134.usnyhc (mgr.14182) 316 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 767 B/s wr, 13 op/s 2023-11-15T06:55:59.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:55:59 smithi143 bash[29607]: cluster 2023-11-15T06:55:57.951250+0000 mgr.smithi134.usnyhc (mgr.14182) 316 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 767 B/s wr, 13 op/s 2023-11-15T06:56:01.331 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:01.331 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:01.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:01.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:01 smithi143 bash[29607]: cluster 2023-11-15T06:55:59.953476+0000 mgr.smithi134.usnyhc (mgr.14182) 317 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 255 B/s wr, 11 op/s 2023-11-15T06:56:02.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:01 smithi134 bash[25956]: cluster 2023-11-15T06:55:59.953476+0000 mgr.smithi134.usnyhc (mgr.14182) 317 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 255 B/s wr, 11 op/s 2023-11-15T06:56:02.923 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:02.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:02 smithi143 bash[29607]: audit 2023-11-15T06:56:01.322921+0000 mgr.smithi134.usnyhc (mgr.14182) 318 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:03.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:02 smithi134 bash[25956]: audit 2023-11-15T06:56:01.322921+0000 mgr.smithi134.usnyhc (mgr.14182) 318 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:04.039 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:03 smithi134 bash[25956]: cluster 2023-11-15T06:56:01.955189+0000 mgr.smithi134.usnyhc (mgr.14182) 319 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 170 B/s wr, 7 op/s 2023-11-15T06:56:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:03 smithi143 bash[29607]: cluster 2023-11-15T06:56:01.955189+0000 mgr.smithi134.usnyhc (mgr.14182) 319 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 170 B/s wr, 7 op/s 2023-11-15T06:56:05.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:04 smithi134 bash[25956]: cluster 2023-11-15T06:56:03.956973+0000 mgr.smithi134.usnyhc (mgr.14182) 320 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2023-11-15T06:56:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:04 smithi143 bash[29607]: cluster 2023-11-15T06:56:03.956973+0000 mgr.smithi134.usnyhc (mgr.14182) 320 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2023-11-15T06:56:06.138 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:06.139 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:06.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:07.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:07 smithi134 bash[25956]: cluster 2023-11-15T06:56:05.958397+0000 mgr.smithi134.usnyhc (mgr.14182) 321 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:07.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:07 smithi134 bash[25956]: audit 2023-11-15T06:56:06.122678+0000 mgr.smithi134.usnyhc (mgr.14182) 322 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:07.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:07 smithi143 bash[29607]: cluster 2023-11-15T06:56:05.958397+0000 mgr.smithi134.usnyhc (mgr.14182) 321 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:07.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:07 smithi143 bash[29607]: audit 2023-11-15T06:56:06.122678+0000 mgr.smithi134.usnyhc (mgr.14182) 322 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:07.764 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:09 smithi143 bash[29607]: cluster 2023-11-15T06:56:07.960142+0000 mgr.smithi134.usnyhc (mgr.14182) 323 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:10.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:09 smithi134 bash[25956]: cluster 2023-11-15T06:56:07.960142+0000 mgr.smithi134.usnyhc (mgr.14182) 323 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:11.012 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:11.012 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:11.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:11.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:11 smithi134 bash[25956]: cluster 2023-11-15T06:56:09.961894+0000 mgr.smithi134.usnyhc (mgr.14182) 324 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:11.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:11 smithi143 bash[29607]: cluster 2023-11-15T06:56:09.961894+0000 mgr.smithi134.usnyhc (mgr.14182) 324 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:12.623 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:13.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:12 smithi134 bash[25956]: audit 2023-11-15T06:56:10.996181+0000 mgr.smithi134.usnyhc (mgr.14182) 325 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:13.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:12 smithi143 bash[29607]: audit 2023-11-15T06:56:10.996181+0000 mgr.smithi134.usnyhc (mgr.14182) 325 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:13.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:13 smithi134 bash[25956]: cluster 2023-11-15T06:56:11.963356+0000 mgr.smithi134.usnyhc (mgr.14182) 326 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:14.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:13 smithi143 bash[29607]: cluster 2023-11-15T06:56:11.963356+0000 mgr.smithi134.usnyhc (mgr.14182) 326 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:15.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:14 smithi134 bash[25956]: cluster 2023-11-15T06:56:13.964771+0000 mgr.smithi134.usnyhc (mgr.14182) 327 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:14 smithi143 bash[29607]: cluster 2023-11-15T06:56:13.964771+0000 mgr.smithi134.usnyhc (mgr.14182) 327 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:15.842 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:15.842 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:16.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:17.426 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:17.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:17 smithi134 bash[25956]: audit 2023-11-15T06:56:15.830669+0000 mgr.smithi134.usnyhc (mgr.14182) 328 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:17.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:17 smithi134 bash[25956]: cluster 2023-11-15T06:56:15.965782+0000 mgr.smithi134.usnyhc (mgr.14182) 329 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:17.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:17 smithi143 bash[29607]: audit 2023-11-15T06:56:15.830669+0000 mgr.smithi134.usnyhc (mgr.14182) 328 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:17.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:17 smithi143 bash[29607]: cluster 2023-11-15T06:56:15.965782+0000 mgr.smithi134.usnyhc (mgr.14182) 329 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:19.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:19 smithi143 bash[29607]: cluster 2023-11-15T06:56:17.967525+0000 mgr.smithi134.usnyhc (mgr.14182) 330 : 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-11-15T06:56:20.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:19 smithi134 bash[25956]: cluster 2023-11-15T06:56:17.967525+0000 mgr.smithi134.usnyhc (mgr.14182) 330 : 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-11-15T06:56:20.528 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:20.528 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:21.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:21.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:21 smithi143 bash[29607]: cluster 2023-11-15T06:56:19.969328+0000 mgr.smithi134.usnyhc (mgr.14182) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:21.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:21 smithi143 bash[29607]: audit 2023-11-15T06:56:20.514188+0000 mgr.smithi134.usnyhc (mgr.14182) 332 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:22.197 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:22.210 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:21 smithi134 bash[25956]: cluster 2023-11-15T06:56:19.969328+0000 mgr.smithi134.usnyhc (mgr.14182) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T06:56:22.210 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:21 smithi134 bash[25956]: audit 2023-11-15T06:56:20.514188+0000 mgr.smithi134.usnyhc (mgr.14182) 332 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:23.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:22 smithi134 bash[25956]: cluster 2023-11-15T06:56:21.970713+0000 mgr.smithi134.usnyhc (mgr.14182) 333 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:23.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:22 smithi143 bash[29607]: cluster 2023-11-15T06:56:21.970713+0000 mgr.smithi134.usnyhc (mgr.14182) 333 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:25.493 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:25.493 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:25 smithi134 bash[25956]: cluster 2023-11-15T06:56:23.972428+0000 mgr.smithi134.usnyhc (mgr.14182) 334 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:25.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:25 smithi143 bash[29607]: cluster 2023-11-15T06:56:23.972428+0000 mgr.smithi134.usnyhc (mgr.14182) 334 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:26.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:27.097 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:27.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:26 smithi134 bash[25956]: audit 2023-11-15T06:56:25.478783+0000 mgr.smithi134.usnyhc (mgr.14182) 335 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:27.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:26 smithi143 bash[29607]: audit 2023-11-15T06:56:25.478783+0000 mgr.smithi134.usnyhc (mgr.14182) 335 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:28.119 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:27 smithi134 bash[25956]: cluster 2023-11-15T06:56:25.974102+0000 mgr.smithi134.usnyhc (mgr.14182) 336 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:28.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:27 smithi143 bash[29607]: cluster 2023-11-15T06:56:25.974102+0000 mgr.smithi134.usnyhc (mgr.14182) 336 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:29.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:29 smithi134 bash[25956]: cluster 2023-11-15T06:56:27.975903+0000 mgr.smithi134.usnyhc (mgr.14182) 337 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:29.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:29 smithi143 bash[29607]: cluster 2023-11-15T06:56:27.975903+0000 mgr.smithi134.usnyhc (mgr.14182) 337 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:30.113 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:30.113 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:30.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:31.703 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:31.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:31 smithi134 bash[25956]: cluster 2023-11-15T06:56:29.977419+0000 mgr.smithi134.usnyhc (mgr.14182) 338 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:56:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:31 smithi134 bash[25956]: audit 2023-11-15T06:56:30.096874+0000 mgr.smithi134.usnyhc (mgr.14182) 339 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:31.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:31 smithi143 bash[29607]: cluster 2023-11-15T06:56:29.977419+0000 mgr.smithi134.usnyhc (mgr.14182) 338 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:56:31.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:31 smithi143 bash[29607]: audit 2023-11-15T06:56:30.096874+0000 mgr.smithi134.usnyhc (mgr.14182) 339 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:33.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:32 smithi134 bash[25956]: cluster 2023-11-15T06:56:31.978861+0000 mgr.smithi134.usnyhc (mgr.14182) 340 : 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-11-15T06:56:33.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:32 smithi143 bash[29607]: cluster 2023-11-15T06:56:31.978861+0000 mgr.smithi134.usnyhc (mgr.14182) 340 : 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-11-15T06:56:34.871 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:34.872 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:35.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:35.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:35 smithi143 bash[29607]: cluster 2023-11-15T06:56:33.980572+0000 mgr.smithi134.usnyhc (mgr.14182) 341 : 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-11-15T06:56:36.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:35 smithi134 bash[25956]: cluster 2023-11-15T06:56:33.980572+0000 mgr.smithi134.usnyhc (mgr.14182) 341 : 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-11-15T06:56:36.450 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:37.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:36 smithi134 bash[25956]: audit 2023-11-15T06:56:34.862381+0000 mgr.smithi134.usnyhc (mgr.14182) 342 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:37.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:36 smithi143 bash[29607]: audit 2023-11-15T06:56:34.862381+0000 mgr.smithi134.usnyhc (mgr.14182) 342 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:37.873 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:37 smithi134 bash[25956]: cluster 2023-11-15T06:56:35.982144+0000 mgr.smithi134.usnyhc (mgr.14182) 343 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:38.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:37 smithi143 bash[29607]: cluster 2023-11-15T06:56:35.982144+0000 mgr.smithi134.usnyhc (mgr.14182) 343 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:39.666 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:39.666 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:39.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:39 smithi134 bash[25956]: cluster 2023-11-15T06:56:37.983992+0000 mgr.smithi134.usnyhc (mgr.14182) 344 : 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-11-15T06:56:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:39 smithi143 bash[29607]: cluster 2023-11-15T06:56:37.983992+0000 mgr.smithi134.usnyhc (mgr.14182) 344 : 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-11-15T06:56:40.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:41.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:40 smithi134 bash[25956]: audit 2023-11-15T06:56:39.651776+0000 mgr.smithi134.usnyhc (mgr.14182) 345 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:41.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:40 smithi134 bash[25956]: audit 2023-11-15T06:56:39.944141+0000 mon.smithi134 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:56:41.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:40 smithi143 bash[29607]: audit 2023-11-15T06:56:39.651776+0000 mgr.smithi134.usnyhc (mgr.14182) 345 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:41.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:40 smithi143 bash[29607]: audit 2023-11-15T06:56:39.944141+0000 mon.smithi134 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:56:41.274 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:42.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:41 smithi134 bash[25956]: cluster 2023-11-15T06:56:39.985734+0000 mgr.smithi134.usnyhc (mgr.14182) 346 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:56:42.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:41 smithi143 bash[29607]: cluster 2023-11-15T06:56:39.985734+0000 mgr.smithi134.usnyhc (mgr.14182) 346 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:56:43.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:42 smithi134 bash[25956]: cluster 2023-11-15T06:56:41.987199+0000 mgr.smithi134.usnyhc (mgr.14182) 347 : 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-11-15T06:56:43.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:42 smithi143 bash[29607]: cluster 2023-11-15T06:56:41.987199+0000 mgr.smithi134.usnyhc (mgr.14182) 347 : 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-11-15T06:56:44.489 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:44.489 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:55:31.577556Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:55:31.241690Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:55:31.578056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:55:31.242136Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:55:31.242365Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:55:31.579815Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:55:31.242574Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:55:31.242979Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:55:31.242777Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:55:31.243882Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:45.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:46.107 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:46.118 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:45 smithi134 bash[25956]: cluster 2023-11-15T06:56:43.988884+0000 mgr.smithi134.usnyhc (mgr.14182) 348 : 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-11-15T06:56:46.118 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:45 smithi134 bash[25956]: audit 2023-11-15T06:56:44.480838+0000 mgr.smithi134.usnyhc (mgr.14182) 349 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:46.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:45 smithi143 bash[29607]: cluster 2023-11-15T06:56:43.988884+0000 mgr.smithi134.usnyhc (mgr.14182) 348 : 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-11-15T06:56:46.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:45 smithi143 bash[29607]: audit 2023-11-15T06:56:44.480838+0000 mgr.smithi134.usnyhc (mgr.14182) 349 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:47.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:46 smithi134 bash[25956]: audit 2023-11-15T06:56:45.871061+0000 mon.smithi134 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:46 smithi134 bash[25956]: cluster 2023-11-15T06:56:45.990461+0000 mgr.smithi134.usnyhc (mgr.14182) 350 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:47.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:46 smithi143 bash[29607]: audit 2023-11-15T06:56:45.871061+0000 mon.smithi134 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:47.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:46 smithi143 bash[29607]: cluster 2023-11-15T06:56:45.990461+0000 mgr.smithi134.usnyhc (mgr.14182) 350 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:56:48.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.047616+0000 mon.smithi134 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.344053+0000 mon.smithi134 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:56:48.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.345479+0000 mon.smithi134 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:56:48.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.355455+0000 mon.smithi134 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: cluster 2023-11-15T06:56:47.356815+0000 mgr.smithi134.usnyhc (mgr.14182) 351 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-11-15T06:56:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.363531+0000 mon.smithi134 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:56:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: audit 2023-11-15T06:56:47.379966+0000 mon.smithi134 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:48 smithi134 bash[25956]: cephadm 2023-11-15T06:56:47.385733+0000 mgr.smithi134.usnyhc (mgr.14182) 352 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zfcloz on smithi143 2023-11-15T06:56:48.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.047616+0000 mon.smithi134 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.344053+0000 mon.smithi134 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:56:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.345479+0000 mon.smithi134 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:56:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.355455+0000 mon.smithi134 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: cluster 2023-11-15T06:56:47.356815+0000 mgr.smithi134.usnyhc (mgr.14182) 351 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-11-15T06:56:48.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.363531+0000 mon.smithi134 (mon.0) 718 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:56:48.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: audit 2023-11-15T06:56:47.379966+0000 mon.smithi134 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:48.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:48 smithi143 bash[29607]: cephadm 2023-11-15T06:56:47.385733+0000 mgr.smithi134.usnyhc (mgr.14182) 352 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zfcloz on smithi143 2023-11-15T06:56:49.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:49 smithi134 bash[25956]: cluster 2023-11-15T06:56:48.352062+0000 mon.smithi134 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:56:49.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:49 smithi134 bash[25956]: cluster 2023-11-15T06:56:48.352107+0000 mon.smithi134 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-11-15T06:56:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:49 smithi143 bash[29607]: cluster 2023-11-15T06:56:48.352062+0000 mon.smithi134 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:56:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:49 smithi143 bash[29607]: cluster 2023-11-15T06:56:48.352107+0000 mon.smithi134 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-11-15T06:56:49.520 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:49.520 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:25.350905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ouqxqx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:50.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:50.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:50 smithi134 bash[25956]: audit 2023-11-15T06:56:49.073818+0000 mon.smithi134 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2023-11-15T06:56:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:50 smithi134 bash[25956]: audit 2023-11-15T06:56:49.074182+0000 mon.smithi134 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]: dispatch 2023-11-15T06:56:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:50 smithi134 bash[25956]: audit 2023-11-15T06:56:49.250884+0000 mon.smithi134 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:50 smithi134 bash[25956]: cluster 2023-11-15T06:56:49.358148+0000 mgr.smithi134.usnyhc (mgr.14182) 353 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-11-15T06:56:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:50 smithi134 bash[25956]: audit 2023-11-15T06:56:49.503560+0000 mgr.smithi134.usnyhc (mgr.14182) 354 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:50.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:50 smithi143 bash[29607]: audit 2023-11-15T06:56:49.073818+0000 mon.smithi134 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2023-11-15T06:56:50.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:50 smithi143 bash[29607]: audit 2023-11-15T06:56:49.074182+0000 mon.smithi134 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]: dispatch 2023-11-15T06:56:50.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:50 smithi143 bash[29607]: audit 2023-11-15T06:56:49.250884+0000 mon.smithi134 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:50.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:50 smithi143 bash[29607]: cluster 2023-11-15T06:56:49.358148+0000 mgr.smithi134.usnyhc (mgr.14182) 353 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2023-11-15T06:56:50.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:50 smithi143 bash[29607]: audit 2023-11-15T06:56:49.503560+0000 mgr.smithi134.usnyhc (mgr.14182) 354 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:51.147 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:51.205 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:51 smithi143 bash[29607]: audit 2023-11-15T06:56:50.065769+0000 mon.smithi134 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2023-11-15T06:56:51.205 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:51 smithi143 bash[29607]: audit 2023-11-15T06:56:50.065965+0000 mon.smithi134 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]': finished 2023-11-15T06:56:51.205 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:51 smithi143 bash[29607]: cluster 2023-11-15T06:56:50.066129+0000 mon.smithi134 (mon.0) 727 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T06:56:51.513 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:51 smithi134 bash[25956]: audit 2023-11-15T06:56:50.065769+0000 mon.smithi134 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2023-11-15T06:56:51.513 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:51 smithi134 bash[25956]: audit 2023-11-15T06:56:50.065965+0000 mon.smithi134 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.5", "id": [5, 3]}]': finished 2023-11-15T06:56:51.513 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:51 smithi134 bash[25956]: cluster 2023-11-15T06:56:50.066129+0000 mon.smithi134 (mon.0) 727 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T06:56:52.636 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cluster 2023-11-15T06:56:51.256066+0000 mon.smithi134 (mon.0) 728 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T06:56:52.636 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cephadm 2023-11-15T06:56:51.281616+0000 mgr.smithi134.usnyhc (mgr.14182) 355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.636 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.636 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.638 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.638 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.638 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.638 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:56:52.638 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:56:52.639 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:56:52.639 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:56:52.639 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:56:52.639 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.639 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.641 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.641 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.641 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.641 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.641 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cephadm 2023-11-15T06:56:51.281917+0000 mgr.smithi134.usnyhc (mgr.14182) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.642 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: audit 2023-11-15T06:56:51.282386+0000 mon.smithi134 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zfcloz"}]: dispatch 2023-11-15T06:56:52.642 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cephadm 2023-11-15T06:56:51.283337+0000 mgr.smithi134.usnyhc (mgr.14182) 357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.642 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.642 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.642 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cephadm 2023-11-15T06:56:51.286130+0000 mgr.smithi134.usnyhc (mgr.14182) 358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.zysmvj on smithi134 2023-11-15T06:56:52.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:52 smithi134 bash[25956]: cluster 2023-11-15T06:56:51.358649+0000 mgr.smithi134.usnyhc (mgr.14182) 359 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 B/s rd, 0 op/s 2023-11-15T06:56:52.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cluster 2023-11-15T06:56:51.256066+0000 mon.smithi134 (mon.0) 728 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T06:56:52.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cephadm 2023-11-15T06:56:51.281616+0000 mgr.smithi134.usnyhc (mgr.14182) 355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:56:52.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:56:52.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:56:52.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:56:52.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:56:52.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cephadm 2023-11-15T06:56:51.281917+0000 mgr.smithi134.usnyhc (mgr.14182) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: audit 2023-11-15T06:56:51.282386+0000 mon.smithi134 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zfcloz"}]: dispatch 2023-11-15T06:56:52.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cephadm 2023-11-15T06:56:51.283337+0000 mgr.smithi134.usnyhc (mgr.14182) 357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz 2023-11-15T06:56:52.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:52.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz 2023-11-15T06:56:52.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zfcloz ... 2023-11-15T06:56:52.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:52.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:52.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:52.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:52.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cephadm 2023-11-15T06:56:51.286130+0000 mgr.smithi134.usnyhc (mgr.14182) 358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.zysmvj on smithi134 2023-11-15T06:56:52.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:52 smithi143 bash[29607]: cluster 2023-11-15T06:56:51.358649+0000 mgr.smithi134.usnyhc (mgr.14182) 359 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 B/s rd, 0 op/s 2023-11-15T06:56:54.412 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:54.412 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:35.626742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rrrwxf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rrrwxf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rrrwxf\nDeploy daemon haproxy.nfs.foo.smithi143.rrrwxf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.932697Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rzribx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rzribx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rzribx\nDeploy daemon haproxy.nfs.foo.smithi134.rzribx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:55:39.935827Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.exuxhe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:55.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:54 smithi134 bash[25956]: cluster 2023-11-15T06:56:53.360080+0000 mgr.smithi134.usnyhc (mgr.14182) 360 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 B/s rd, 0 op/s 2023-11-15T06:56:55.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:56:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:54 smithi143 bash[29607]: cluster 2023-11-15T06:56:53.360080+0000 mgr.smithi134.usnyhc (mgr.14182) 360 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 B/s rd, 0 op/s 2023-11-15T06:56:56.044 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:56:56.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:55 smithi134 bash[25956]: audit 2023-11-15T06:56:54.403722+0000 mgr.smithi134.usnyhc (mgr.14182) 361 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:56.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:55 smithi134 bash[25956]: audit 2023-11-15T06:56:55.150658+0000 mon.smithi134 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.zysmvj"}]: dispatch 2023-11-15T06:56:56.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:55 smithi143 bash[29607]: audit 2023-11-15T06:56:54.403722+0000 mgr.smithi134.usnyhc (mgr.14182) 361 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:56:56.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:55 smithi143 bash[29607]: audit 2023-11-15T06:56:55.150658+0000 mon.smithi134 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.zysmvj"}]: dispatch 2023-11-15T06:56:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cephadm 2023-11-15T06:56:55.149397+0000 mgr.smithi134.usnyhc (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:56:57.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:56:57.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:56:57.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:56:57.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:56:57.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cephadm 2023-11-15T06:56:55.149905+0000 mgr.smithi134.usnyhc (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cephadm 2023-11-15T06:56:55.152295+0000 mgr.smithi134.usnyhc (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:56:57.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cephadm 2023-11-15T06:56:55.156672+0000 mgr.smithi134.usnyhc (mgr.14182) 365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:56:57.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cephadm 2023-11-15T06:56:55.160577+0000 mgr.smithi134.usnyhc (mgr.14182) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:56:57.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cluster 2023-11-15T06:56:55.162026+0000 mgr.smithi134.usnyhc (mgr.14182) 367 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 0 op/s 2023-11-15T06:56:57.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: cluster 2023-11-15T06:56:55.735931+0000 mon.smithi134 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:56:57.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:56 smithi134 bash[25956]: audit 2023-11-15T06:56:56.162413+0000 mon.smithi134 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cephadm 2023-11-15T06:56:55.149397+0000 mgr.smithi134.usnyhc (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:56:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:56:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:56:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:56:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:56:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cephadm 2023-11-15T06:56:55.149905+0000 mgr.smithi134.usnyhc (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cephadm 2023-11-15T06:56:55.152295+0000 mgr.smithi134.usnyhc (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj 2023-11-15T06:56:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:56:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj 2023-11-15T06:56:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zysmvj ... 2023-11-15T06:56:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:56:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:56:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:56:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:56:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cephadm 2023-11-15T06:56:55.156672+0000 mgr.smithi134.usnyhc (mgr.14182) 365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:56:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cephadm 2023-11-15T06:56:55.160577+0000 mgr.smithi134.usnyhc (mgr.14182) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:56:57.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cluster 2023-11-15T06:56:55.162026+0000 mgr.smithi134.usnyhc (mgr.14182) 367 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 0 op/s 2023-11-15T06:56:57.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: cluster 2023-11-15T06:56:55.735931+0000 mon.smithi134 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:56:57.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:56 smithi143 bash[29607]: audit 2023-11-15T06:56:56.162413+0000 mon.smithi134 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:56:57.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:57 smithi134 bash[25956]: cluster 2023-11-15T06:56:57.163390+0000 mgr.smithi134.usnyhc (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 0 op/s 2023-11-15T06:56:58.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:57 smithi143 bash[29607]: cluster 2023-11-15T06:56:57.163390+0000 mgr.smithi134.usnyhc (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 0 op/s 2023-11-15T06:56:59.413 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:56:59.413 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:56:59.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:00.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:59 smithi134 bash[25956]: cluster 2023-11-15T06:56:59.164535+0000 mgr.smithi134.usnyhc (mgr.14182) 369 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:57:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:56:59 smithi134 bash[25956]: audit 2023-11-15T06:56:59.397993+0000 mgr.smithi134.usnyhc (mgr.14182) 370 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:59 smithi143 bash[29607]: cluster 2023-11-15T06:56:59.164535+0000 mgr.smithi134.usnyhc (mgr.14182) 369 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:57:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:56:59 smithi143 bash[29607]: audit 2023-11-15T06:56:59.397993+0000 mgr.smithi134.usnyhc (mgr.14182) 370 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:00.991 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:02.341 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:02 smithi134 bash[25956]: cluster 2023-11-15T06:57:01.165971+0000 mgr.smithi134.usnyhc (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T06:57:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:02 smithi143 bash[29607]: cluster 2023-11-15T06:57:01.165971+0000 mgr.smithi134.usnyhc (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T06:57:04.137 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:04.138 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:04.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:04 smithi134 bash[25956]: cluster 2023-11-15T06:57:03.166914+0000 mgr.smithi134.usnyhc (mgr.14182) 372 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T06:57:04.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:04 smithi143 bash[29607]: cluster 2023-11-15T06:57:03.166914+0000 mgr.smithi134.usnyhc (mgr.14182) 372 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T06:57:04.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:05.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:05 smithi134 bash[25956]: audit 2023-11-15T06:57:04.129471+0000 mgr.smithi134.usnyhc (mgr.14182) 373 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:05.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:05 smithi134 bash[25956]: audit 2023-11-15T06:57:04.248056+0000 mon.smithi134 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:57:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:05 smithi143 bash[29607]: audit 2023-11-15T06:57:04.129471+0000 mgr.smithi134.usnyhc (mgr.14182) 373 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:05.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:05 smithi143 bash[29607]: audit 2023-11-15T06:57:04.248056+0000 mon.smithi134 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:57:05.743 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:06.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:06 smithi134 bash[25956]: cluster 2023-11-15T06:57:05.168675+0000 mgr.smithi134.usnyhc (mgr.14182) 374 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T06:57:06.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:06 smithi143 bash[29607]: cluster 2023-11-15T06:57:05.168675+0000 mgr.smithi134.usnyhc (mgr.14182) 374 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T06:57:08.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:08 smithi134 bash[25956]: cluster 2023-11-15T06:57:07.170100+0000 mgr.smithi134.usnyhc (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:08 smithi143 bash[29607]: cluster 2023-11-15T06:57:07.170100+0000 mgr.smithi134.usnyhc (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:08.962 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:08.962 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:09.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:09.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:09 smithi134 bash[25956]: audit 2023-11-15T06:57:08.946209+0000 mgr.smithi134.usnyhc (mgr.14182) 376 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:09.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:09 smithi134 bash[25956]: cluster 2023-11-15T06:57:09.171923+0000 mgr.smithi134.usnyhc (mgr.14182) 377 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:09 smithi143 bash[29607]: audit 2023-11-15T06:57:08.946209+0000 mgr.smithi134.usnyhc (mgr.14182) 376 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:10.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:09 smithi143 bash[29607]: cluster 2023-11-15T06:57:09.171923+0000 mgr.smithi134.usnyhc (mgr.14182) 377 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:10.619 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:12.458 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:12 smithi134 bash[25956]: cluster 2023-11-15T06:57:11.173533+0000 mgr.smithi134.usnyhc (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:12 smithi143 bash[29607]: cluster 2023-11-15T06:57:11.173533+0000 mgr.smithi134.usnyhc (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:13.767 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:13.767 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:14.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:14.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:14 smithi134 bash[25956]: cluster 2023-11-15T06:57:13.174466+0000 mgr.smithi134.usnyhc (mgr.14182) 379 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:14 smithi143 bash[29607]: cluster 2023-11-15T06:57:13.174466+0000 mgr.smithi134.usnyhc (mgr.14182) 379 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:15.373 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:15.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:15 smithi134 bash[25956]: audit 2023-11-15T06:57:13.751665+0000 mgr.smithi134.usnyhc (mgr.14182) 380 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:15 smithi143 bash[29607]: audit 2023-11-15T06:57:13.751665+0000 mgr.smithi134.usnyhc (mgr.14182) 380 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:16.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:16 smithi134 bash[25956]: cluster 2023-11-15T06:57:15.176189+0000 mgr.smithi134.usnyhc (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:16.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:16 smithi143 bash[29607]: cluster 2023-11-15T06:57:15.176189+0000 mgr.smithi134.usnyhc (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:18.440 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:18.440 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:18.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:18 smithi134 bash[25956]: cluster 2023-11-15T06:57:17.177230+0000 mgr.smithi134.usnyhc (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:18 smithi143 bash[29607]: cluster 2023-11-15T06:57:17.177230+0000 mgr.smithi134.usnyhc (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:19.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:19.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:19 smithi134 bash[25956]: audit 2023-11-15T06:57:18.424081+0000 mgr.smithi134.usnyhc (mgr.14182) 383 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:19.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:19 smithi143 bash[29607]: audit 2023-11-15T06:57:18.424081+0000 mgr.smithi134.usnyhc (mgr.14182) 383 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:20.064 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:20.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:20 smithi134 bash[25956]: cluster 2023-11-15T06:57:19.178891+0000 mgr.smithi134.usnyhc (mgr.14182) 384 : 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-11-15T06:57:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:20 smithi143 bash[29607]: cluster 2023-11-15T06:57:19.178891+0000 mgr.smithi134.usnyhc (mgr.14182) 384 : 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-11-15T06:57:22.676 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:22 smithi134 bash[25956]: cluster 2023-11-15T06:57:21.180359+0000 mgr.smithi134.usnyhc (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:22 smithi143 bash[29607]: cluster 2023-11-15T06:57:21.180359+0000 mgr.smithi134.usnyhc (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:23.104 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:23.104 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:23.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:24.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:24 smithi134 bash[25956]: audit 2023-11-15T06:57:23.089685+0000 mgr.smithi134.usnyhc (mgr.14182) 386 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:24.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:24 smithi134 bash[25956]: cluster 2023-11-15T06:57:23.182316+0000 mgr.smithi134.usnyhc (mgr.14182) 387 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:24.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:24 smithi143 bash[29607]: audit 2023-11-15T06:57:23.089685+0000 mgr.smithi134.usnyhc (mgr.14182) 386 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:24.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:24 smithi143 bash[29607]: cluster 2023-11-15T06:57:23.182316+0000 mgr.smithi134.usnyhc (mgr.14182) 387 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:24.755 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:26.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:26 smithi134 bash[25956]: cluster 2023-11-15T06:57:25.183899+0000 mgr.smithi134.usnyhc (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:26.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:26 smithi143 bash[29607]: cluster 2023-11-15T06:57:25.183899+0000 mgr.smithi134.usnyhc (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:27.933 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:27.934 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:28.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:28.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:28 smithi134 bash[25956]: cluster 2023-11-15T06:57:27.185397+0000 mgr.smithi134.usnyhc (mgr.14182) 389 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:28 smithi143 bash[29607]: cluster 2023-11-15T06:57:27.185397+0000 mgr.smithi134.usnyhc (mgr.14182) 389 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:29.510 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:29.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:29 smithi134 bash[25956]: audit 2023-11-15T06:57:27.917418+0000 mgr.smithi134.usnyhc (mgr.14182) 390 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:29 smithi143 bash[29607]: audit 2023-11-15T06:57:27.917418+0000 mgr.smithi134.usnyhc (mgr.14182) 390 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:30.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:30 smithi134 bash[25956]: cluster 2023-11-15T06:57:29.187211+0000 mgr.smithi134.usnyhc (mgr.14182) 391 : 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-11-15T06:57:30.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:30 smithi143 bash[29607]: cluster 2023-11-15T06:57:29.187211+0000 mgr.smithi134.usnyhc (mgr.14182) 391 : 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-11-15T06:57:32.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:32 smithi134 bash[25956]: cluster 2023-11-15T06:57:31.188739+0000 mgr.smithi134.usnyhc (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:32.568 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:32.568 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:32.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:32 smithi143 bash[29607]: cluster 2023-11-15T06:57:31.188739+0000 mgr.smithi134.usnyhc (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:33.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:33.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:33 smithi134 bash[25956]: audit 2023-11-15T06:57:32.552379+0000 mgr.smithi134.usnyhc (mgr.14182) 393 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:33 smithi143 bash[29607]: audit 2023-11-15T06:57:32.552379+0000 mgr.smithi134.usnyhc (mgr.14182) 393 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:34.182 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:34.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:34 smithi134 bash[25956]: cluster 2023-11-15T06:57:33.189829+0000 mgr.smithi134.usnyhc (mgr.14182) 394 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:34.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:34 smithi143 bash[29607]: cluster 2023-11-15T06:57:33.189829+0000 mgr.smithi134.usnyhc (mgr.14182) 394 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:36.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:36 smithi134 bash[25956]: cluster 2023-11-15T06:57:35.191038+0000 mgr.smithi134.usnyhc (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:36.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:36 smithi143 bash[29607]: cluster 2023-11-15T06:57:35.191038+0000 mgr.smithi134.usnyhc (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:37.315 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:37.315 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:37.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:38.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:38 smithi134 bash[25956]: cluster 2023-11-15T06:57:37.192470+0000 mgr.smithi134.usnyhc (mgr.14182) 396 : 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-11-15T06:57:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:38 smithi134 bash[25956]: audit 2023-11-15T06:57:37.298389+0000 mgr.smithi134.usnyhc (mgr.14182) 397 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:38 smithi143 bash[29607]: cluster 2023-11-15T06:57:37.192470+0000 mgr.smithi134.usnyhc (mgr.14182) 396 : 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-11-15T06:57:38.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:38 smithi143 bash[29607]: audit 2023-11-15T06:57:37.298389+0000 mgr.smithi134.usnyhc (mgr.14182) 397 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:38.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:40.034 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:39 smithi134 bash[25956]: cluster 2023-11-15T06:57:39.194179+0000 mgr.smithi134.usnyhc (mgr.14182) 398 : 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-11-15T06:57:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:39 smithi143 bash[29607]: cluster 2023-11-15T06:57:39.194179+0000 mgr.smithi134.usnyhc (mgr.14182) 398 : 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-11-15T06:57:41.889 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:41.890 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:42.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:42.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:42 smithi134 bash[25956]: cluster 2023-11-15T06:57:41.195744+0000 mgr.smithi134.usnyhc (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:42.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:42 smithi143 bash[29607]: cluster 2023-11-15T06:57:41.195744+0000 mgr.smithi134.usnyhc (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:43.477 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:43.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:43 smithi134 bash[25956]: audit 2023-11-15T06:57:41.878959+0000 mgr.smithi134.usnyhc (mgr.14182) 400 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:43 smithi143 bash[29607]: audit 2023-11-15T06:57:41.878959+0000 mgr.smithi134.usnyhc (mgr.14182) 400 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:44.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:44 smithi134 bash[25956]: cluster 2023-11-15T06:57:43.197470+0000 mgr.smithi134.usnyhc (mgr.14182) 401 : 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-11-15T06:57:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:44 smithi143 bash[29607]: cluster 2023-11-15T06:57:43.197470+0000 mgr.smithi134.usnyhc (mgr.14182) 401 : 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-11-15T06:57:46.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:46 smithi134 bash[25956]: cluster 2023-11-15T06:57:45.199233+0000 mgr.smithi134.usnyhc (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:46.588 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:46.588 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:46 smithi143 bash[29607]: cluster 2023-11-15T06:57:45.199233+0000 mgr.smithi134.usnyhc (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:57:47.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:47.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:47 smithi134 bash[25956]: audit 2023-11-15T06:57:46.575079+0000 mgr.smithi134.usnyhc (mgr.14182) 403 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:47.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:47 smithi143 bash[29607]: audit 2023-11-15T06:57:46.575079+0000 mgr.smithi134.usnyhc (mgr.14182) 403 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:48.212 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:48.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:48 smithi134 bash[25956]: cluster 2023-11-15T06:57:47.200707+0000 mgr.smithi134.usnyhc (mgr.14182) 404 : 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-11-15T06:57:48.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:48 smithi143 bash[29607]: cluster 2023-11-15T06:57:47.200707+0000 mgr.smithi134.usnyhc (mgr.14182) 404 : 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-11-15T06:57:49.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:49 smithi134 bash[25956]: cluster 2023-11-15T06:57:49.202514+0000 mgr.smithi134.usnyhc (mgr.14182) 405 : 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-11-15T06:57:50.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:49 smithi143 bash[29607]: cluster 2023-11-15T06:57:49.202514+0000 mgr.smithi134.usnyhc (mgr.14182) 405 : 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-11-15T06:57:51.378 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:51.379 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:51.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:52.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:52 smithi134 bash[25956]: cluster 2023-11-15T06:57:51.204031+0000 mgr.smithi134.usnyhc (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:52.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:52 smithi134 bash[25956]: audit 2023-11-15T06:57:51.362812+0000 mgr.smithi134.usnyhc (mgr.14182) 407 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:52 smithi143 bash[29607]: cluster 2023-11-15T06:57:51.204031+0000 mgr.smithi134.usnyhc (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:57:52.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:52 smithi143 bash[29607]: audit 2023-11-15T06:57:51.362812+0000 mgr.smithi134.usnyhc (mgr.14182) 407 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:52.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:54.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:54 smithi134 bash[25956]: cluster 2023-11-15T06:57:53.205724+0000 mgr.smithi134.usnyhc (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:57:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:54 smithi143 bash[29607]: cluster 2023-11-15T06:57:53.205724+0000 mgr.smithi134.usnyhc (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:57:55.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:55 smithi134 bash[25956]: audit 2023-11-15T06:57:55.164828+0000 mon.smithi134 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:57:55.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:55 smithi143 bash[29607]: audit 2023-11-15T06:57:55.164828+0000 mon.smithi134 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:57:55.943 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:57:55.944 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:57:56.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:57:56.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:56 smithi134 bash[25956]: cluster 2023-11-15T06:57:55.207612+0000 mgr.smithi134.usnyhc (mgr.14182) 409 : 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-11-15T06:57:56.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:56 smithi134 bash[25956]: audit 2023-11-15T06:57:55.469316+0000 mon.smithi134 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:57:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:56 smithi143 bash[29607]: cluster 2023-11-15T06:57:55.207612+0000 mgr.smithi134.usnyhc (mgr.14182) 409 : 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-11-15T06:57:56.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:56 smithi143 bash[29607]: audit 2023-11-15T06:57:55.469316+0000 mon.smithi134 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:57:57.508 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:57:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:57 smithi143 bash[29607]: audit 2023-11-15T06:57:55.935176+0000 mgr.smithi134.usnyhc (mgr.14182) 410 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:57.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:57 smithi134 bash[25956]: audit 2023-11-15T06:57:55.935176+0000 mgr.smithi134.usnyhc (mgr.14182) 410 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:57:58.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:58 smithi143 bash[29607]: cluster 2023-11-15T06:57:57.209082+0000 mgr.smithi134.usnyhc (mgr.14182) 411 : 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-11-15T06:57:58.875 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:58 smithi134 bash[25956]: cluster 2023-11-15T06:57:57.209082+0000 mgr.smithi134.usnyhc (mgr.14182) 411 : 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-11-15T06:58:00.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:57:59 smithi134 bash[25956]: cluster 2023-11-15T06:57:59.210709+0000 mgr.smithi134.usnyhc (mgr.14182) 412 : 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-11-15T06:58:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:57:59 smithi143 bash[29607]: cluster 2023-11-15T06:57:59.210709+0000 mgr.smithi134.usnyhc (mgr.14182) 412 : 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-11-15T06:58:00.644 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:00.645 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:45.858346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:55:39.938598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tcgtzx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:45.858657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:45.858859Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:45.859050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:45.859462Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:56:45.859237Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:45.860305Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:00.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:00 smithi134 bash[25956]: audit 2023-11-15T06:58:00.628533+0000 mgr.smithi134.usnyhc (mgr.14182) 413 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:00 smithi143 bash[29607]: audit 2023-11-15T06:58:00.628533+0000 mgr.smithi134.usnyhc (mgr.14182) 413 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:01.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:02.265 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:02.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.043156+0000 mon.smithi134 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: cluster 2023-11-15T06:58:01.212250+0000 mgr.smithi134.usnyhc (mgr.14182) 414 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T06:58:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.337902+0000 mon.smithi134 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:58:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.339865+0000 mon.smithi134 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:58:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.351723+0000 mon.smithi134 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: cluster 2023-11-15T06:58:01.353034+0000 mgr.smithi134.usnyhc (mgr.14182) 415 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2023-11-15T06:58:02.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.360951+0000 mon.smithi134 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:58:02.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: audit 2023-11-15T06:58:01.379945+0000 mon.smithi134 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:02 smithi134 bash[25956]: cephadm 2023-11-15T06:58:01.384268+0000 mgr.smithi134.usnyhc (mgr.14182) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zelwtl on smithi143 2023-11-15T06:58:02.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.043156+0000 mon.smithi134 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: cluster 2023-11-15T06:58:01.212250+0000 mgr.smithi134.usnyhc (mgr.14182) 414 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T06:58:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.337902+0000 mon.smithi134 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:58:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.339865+0000 mon.smithi134 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:58:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.351723+0000 mon.smithi134 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: cluster 2023-11-15T06:58:01.353034+0000 mgr.smithi134.usnyhc (mgr.14182) 415 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2023-11-15T06:58:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.360951+0000 mon.smithi134 (mon.0) 740 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:58:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: audit 2023-11-15T06:58:01.379945+0000 mon.smithi134 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:02 smithi143 bash[29607]: cephadm 2023-11-15T06:58:01.384268+0000 mgr.smithi134.usnyhc (mgr.14182) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zelwtl on smithi143 2023-11-15T06:58:03.362 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:03 smithi134 bash[25956]: cluster 2023-11-15T06:58:02.039571+0000 mon.smithi134 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:58:03.362 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:03 smithi134 bash[25956]: cluster 2023-11-15T06:58:02.039651+0000 mon.smithi134 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-11-15T06:58:03.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:03 smithi143 bash[29607]: cluster 2023-11-15T06:58:02.039571+0000 mon.smithi134 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:58:03.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:03 smithi143 bash[29607]: cluster 2023-11-15T06:58:02.039651+0000 mon.smithi134 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-11-15T06:58:04.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:04 smithi134 bash[25956]: cluster 2023-11-15T06:58:03.354502+0000 mgr.smithi134.usnyhc (mgr.14182) 417 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:58:04.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:04 smithi143 bash[29607]: cluster 2023-11-15T06:58:03.354502+0000 mgr.smithi134.usnyhc (mgr.14182) 417 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:58:05.436 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:05 smithi134 bash[25956]: audit 2023-11-15T06:58:04.254492+0000 mon.smithi134 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:05.579 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:05.580 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:51.283167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zfcloz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zfcloz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zfcloz\nDeploy daemon haproxy.nfs.foo.smithi143.zfcloz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.152037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zysmvj on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zysmvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zysmvj\nDeploy daemon haproxy.nfs.foo.smithi134.zysmvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:56:55.156449Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.zaxkbt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:05 smithi143 bash[29607]: audit 2023-11-15T06:58:04.254492+0000 mon.smithi134 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:06.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:06.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: cluster 2023-11-15T06:58:05.355552+0000 mgr.smithi134.usnyhc (mgr.14182) 418 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:58:06.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: cephadm 2023-11-15T06:58:05.433479+0000 mgr.smithi134.usnyhc (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:58:06.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:58:06.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:58:06.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:58:06.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:58:06.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: cephadm 2023-11-15T06:58:05.433987+0000 mgr.smithi134.usnyhc (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: audit 2023-11-15T06:58:05.434557+0000 mon.smithi134 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zelwtl"}]: dispatch 2023-11-15T06:58:06.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: cephadm 2023-11-15T06:58:05.436163+0000 mgr.smithi134.usnyhc (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:06.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: cephadm 2023-11-15T06:58:05.441009+0000 mgr.smithi134.usnyhc (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.mguauh on smithi134 2023-11-15T06:58:06.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:06 smithi134 bash[25956]: audit 2023-11-15T06:58:05.571091+0000 mgr.smithi134.usnyhc (mgr.14182) 423 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: cluster 2023-11-15T06:58:05.355552+0000 mgr.smithi134.usnyhc (mgr.14182) 418 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:58:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: cephadm 2023-11-15T06:58:05.433479+0000 mgr.smithi134.usnyhc (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: cephadm 2023-11-15T06:58:05.433987+0000 mgr.smithi134.usnyhc (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: audit 2023-11-15T06:58:05.434557+0000 mon.smithi134 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zelwtl"}]: dispatch 2023-11-15T06:58:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: cephadm 2023-11-15T06:58:05.436163+0000 mgr.smithi134.usnyhc (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl 2023-11-15T06:58:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl 2023-11-15T06:58:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.zelwtl ... 2023-11-15T06:58:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: cephadm 2023-11-15T06:58:05.441009+0000 mgr.smithi134.usnyhc (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.mguauh on smithi134 2023-11-15T06:58:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:06 smithi143 bash[29607]: audit 2023-11-15T06:58:05.571091+0000 mgr.smithi134.usnyhc (mgr.14182) 423 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:07.231 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:08.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:08 smithi134 bash[25956]: cluster 2023-11-15T06:58:07.356338+0000 mgr.smithi134.usnyhc (mgr.14182) 424 : 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-11-15T06:58:08.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:08 smithi143 bash[29607]: cluster 2023-11-15T06:58:07.356338+0000 mgr.smithi134.usnyhc (mgr.14182) 424 : 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-11-15T06:58:09.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:09 smithi134 bash[25956]: cluster 2023-11-15T06:58:09.357732+0000 mgr.smithi134.usnyhc (mgr.14182) 425 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 908 B/s rd, 100 B/s wr, 1 op/s 2023-11-15T06:58:09.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:09 smithi134 bash[25956]: audit 2023-11-15T06:58:09.764845+0000 mon.smithi134 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.mguauh"}]: dispatch 2023-11-15T06:58:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:09 smithi143 bash[29607]: cluster 2023-11-15T06:58:09.357732+0000 mgr.smithi134.usnyhc (mgr.14182) 425 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 908 B/s rd, 100 B/s wr, 1 op/s 2023-11-15T06:58:10.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:09 smithi143 bash[29607]: audit 2023-11-15T06:58:09.764845+0000 mon.smithi134 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.mguauh"}]: dispatch 2023-11-15T06:58:10.521 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:10.522 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:10.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cephadm 2023-11-15T06:58:09.763654+0000 mgr.smithi134.usnyhc (mgr.14182) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:10.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:10.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:10.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:10.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:58:10.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:58:10.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:58:10.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:58:10.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:58:10.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:10.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:10.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:10.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:10.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cephadm 2023-11-15T06:58:09.764168+0000 mgr.smithi134.usnyhc (mgr.14182) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cephadm 2023-11-15T06:58:09.766304+0000 mgr.smithi134.usnyhc (mgr.14182) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:10.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:10.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:10.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:10.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:10.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cephadm 2023-11-15T06:58:09.768303+0000 mgr.smithi134.usnyhc (mgr.14182) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:58:10.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cephadm 2023-11-15T06:58:09.772335+0000 mgr.smithi134.usnyhc (mgr.14182) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:58:10.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cluster 2023-11-15T06:58:09.774251+0000 mgr.smithi134.usnyhc (mgr.14182) 431 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 956 B/s rd, 119 B/s wr, 1 op/s 2023-11-15T06:58:10.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: audit 2023-11-15T06:58:10.505257+0000 mgr.smithi134.usnyhc (mgr.14182) 432 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:10.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:10 smithi134 bash[25956]: cluster 2023-11-15T06:58:10.776107+0000 mon.smithi134 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:58:11.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:11.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cephadm 2023-11-15T06:58:09.763654+0000 mgr.smithi134.usnyhc (mgr.14182) 426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:11.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:11.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:11.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:11.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:58:11.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:58:11.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:58:11.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:58:11.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:58:11.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:11.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:11.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:11.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:11.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cephadm 2023-11-15T06:58:09.764168+0000 mgr.smithi134.usnyhc (mgr.14182) 427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cephadm 2023-11-15T06:58:09.766304+0000 mgr.smithi134.usnyhc (mgr.14182) 428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh 2023-11-15T06:58:11.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:58:11.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh 2023-11-15T06:58:11.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.mguauh ... 2023-11-15T06:58:11.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:58:11.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:58:11.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:58:11.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:58:11.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cephadm 2023-11-15T06:58:09.768303+0000 mgr.smithi134.usnyhc (mgr.14182) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:58:11.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cephadm 2023-11-15T06:58:09.772335+0000 mgr.smithi134.usnyhc (mgr.14182) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:58:11.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cluster 2023-11-15T06:58:09.774251+0000 mgr.smithi134.usnyhc (mgr.14182) 431 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 956 B/s rd, 119 B/s wr, 1 op/s 2023-11-15T06:58:11.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: audit 2023-11-15T06:58:10.505257+0000 mgr.smithi134.usnyhc (mgr.14182) 432 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:11.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:10 smithi143 bash[29607]: cluster 2023-11-15T06:58:10.776107+0000 mon.smithi134 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:58:12.140 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:12.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:12 smithi134 bash[25956]: audit 2023-11-15T06:58:11.225757+0000 mon.smithi134 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:12 smithi143 bash[29607]: audit 2023-11-15T06:58:11.225757+0000 mon.smithi134 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:13.613 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:13 smithi134 bash[25956]: cluster 2023-11-15T06:58:11.775668+0000 mgr.smithi134.usnyhc (mgr.14182) 433 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:13 smithi143 bash[29607]: cluster 2023-11-15T06:58:11.775668+0000 mgr.smithi134.usnyhc (mgr.14182) 433 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:15.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:14 smithi134 bash[25956]: cluster 2023-11-15T06:58:13.778269+0000 mgr.smithi134.usnyhc (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:14 smithi143 bash[29607]: cluster 2023-11-15T06:58:13.778269+0000 mgr.smithi134.usnyhc (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:15.394 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:15.395 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:16.087 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:15 smithi134 bash[25956]: audit 2023-11-15T06:58:15.378485+0000 mgr.smithi134.usnyhc (mgr.14182) 435 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:16.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:16.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:15 smithi143 bash[29607]: audit 2023-11-15T06:58:15.378485+0000 mgr.smithi134.usnyhc (mgr.14182) 435 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:17.089 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:16 smithi134 bash[25956]: cluster 2023-11-15T06:58:15.779919+0000 mgr.smithi134.usnyhc (mgr.14182) 436 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:16 smithi143 bash[29607]: cluster 2023-11-15T06:58:15.779919+0000 mgr.smithi134.usnyhc (mgr.14182) 436 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:19.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:18 smithi134 bash[25956]: cluster 2023-11-15T06:58:17.781483+0000 mgr.smithi134.usnyhc (mgr.14182) 437 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:19.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:18 smithi143 bash[29607]: cluster 2023-11-15T06:58:17.781483+0000 mgr.smithi134.usnyhc (mgr.14182) 437 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 98 B/s wr, 1 op/s 2023-11-15T06:58:20.396 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:20.397 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:20.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:20 smithi134 bash[25956]: audit 2023-11-15T06:58:19.253440+0000 mon.smithi134 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:20 smithi143 bash[29607]: audit 2023-11-15T06:58:19.253440+0000 mon.smithi134 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:58:20.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:21.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:21 smithi134 bash[25956]: cluster 2023-11-15T06:58:19.783187+0000 mgr.smithi134.usnyhc (mgr.14182) 438 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 589 B/s rd, 0 op/s 2023-11-15T06:58:21.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:21 smithi134 bash[25956]: audit 2023-11-15T06:58:20.382498+0000 mgr.smithi134.usnyhc (mgr.14182) 439 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:21 smithi143 bash[29607]: cluster 2023-11-15T06:58:19.783187+0000 mgr.smithi134.usnyhc (mgr.14182) 438 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 589 B/s rd, 0 op/s 2023-11-15T06:58:21.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:21 smithi143 bash[29607]: audit 2023-11-15T06:58:20.382498+0000 mgr.smithi134.usnyhc (mgr.14182) 439 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:21.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:23.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:23 smithi134 bash[25956]: cluster 2023-11-15T06:58:21.784621+0000 mgr.smithi134.usnyhc (mgr.14182) 440 : cluster [DBG] pgmap v339: 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-11-15T06:58:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:23 smithi143 bash[29607]: cluster 2023-11-15T06:58:21.784621+0000 mgr.smithi134.usnyhc (mgr.14182) 440 : cluster [DBG] pgmap v339: 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-11-15T06:58:24.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:24 smithi134 bash[25956]: cluster 2023-11-15T06:58:23.786574+0000 mgr.smithi134.usnyhc (mgr.14182) 441 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:58:25.065 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:25.065 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:24 smithi143 bash[29607]: cluster 2023-11-15T06:58:23.786574+0000 mgr.smithi134.usnyhc (mgr.14182) 441 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T06:58:25.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:25.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:25 smithi134 bash[25956]: audit 2023-11-15T06:58:25.056342+0000 mgr.smithi134.usnyhc (mgr.14182) 442 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:26.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:25 smithi143 bash[29607]: audit 2023-11-15T06:58:25.056342+0000 mgr.smithi134.usnyhc (mgr.14182) 442 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:26.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:26.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:26 smithi134 bash[25956]: cluster 2023-11-15T06:58:25.788220+0000 mgr.smithi134.usnyhc (mgr.14182) 443 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:27.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:26 smithi143 bash[29607]: cluster 2023-11-15T06:58:25.788220+0000 mgr.smithi134.usnyhc (mgr.14182) 443 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:29.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:28 smithi134 bash[25956]: cluster 2023-11-15T06:58:27.790069+0000 mgr.smithi134.usnyhc (mgr.14182) 444 : 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-11-15T06:58:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:28 smithi143 bash[29607]: cluster 2023-11-15T06:58:27.790069+0000 mgr.smithi134.usnyhc (mgr.14182) 444 : 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-11-15T06:58:29.959 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:29.959 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:30.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:30 smithi134 bash[25956]: cluster 2023-11-15T06:58:29.791761+0000 mgr.smithi134.usnyhc (mgr.14182) 445 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:30 smithi134 bash[25956]: audit 2023-11-15T06:58:29.948843+0000 mgr.smithi134.usnyhc (mgr.14182) 446 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:31.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:30 smithi143 bash[29607]: cluster 2023-11-15T06:58:29.791761+0000 mgr.smithi134.usnyhc (mgr.14182) 445 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:31.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:30 smithi143 bash[29607]: audit 2023-11-15T06:58:29.948843+0000 mgr.smithi134.usnyhc (mgr.14182) 446 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:31.523 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:33.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:32 smithi134 bash[25956]: cluster 2023-11-15T06:58:31.793020+0000 mgr.smithi134.usnyhc (mgr.14182) 447 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:33.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:32 smithi143 bash[29607]: cluster 2023-11-15T06:58:31.793020+0000 mgr.smithi134.usnyhc (mgr.14182) 447 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:34.626 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:34.627 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:34.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:34 smithi134 bash[25956]: cluster 2023-11-15T06:58:33.794800+0000 mgr.smithi134.usnyhc (mgr.14182) 448 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:34 smithi134 bash[25956]: audit 2023-11-15T06:58:34.613291+0000 mgr.smithi134.usnyhc (mgr.14182) 449 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:35.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:34 smithi143 bash[29607]: cluster 2023-11-15T06:58:33.794800+0000 mgr.smithi134.usnyhc (mgr.14182) 448 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:34 smithi143 bash[29607]: audit 2023-11-15T06:58:34.613291+0000 mgr.smithi134.usnyhc (mgr.14182) 449 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:36.209 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:37.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:36 smithi134 bash[25956]: cluster 2023-11-15T06:58:35.796859+0000 mgr.smithi134.usnyhc (mgr.14182) 450 : 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-11-15T06:58:37.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:36 smithi143 bash[29607]: cluster 2023-11-15T06:58:35.796859+0000 mgr.smithi134.usnyhc (mgr.14182) 450 : 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-11-15T06:58:39.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:38 smithi134 bash[25956]: cluster 2023-11-15T06:58:37.798629+0000 mgr.smithi134.usnyhc (mgr.14182) 451 : 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-11-15T06:58:39.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:38 smithi143 bash[29607]: cluster 2023-11-15T06:58:37.798629+0000 mgr.smithi134.usnyhc (mgr.14182) 451 : 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-11-15T06:58:39.319 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:39.320 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:39.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:40.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:39 smithi134 bash[25956]: audit 2023-11-15T06:58:39.304610+0000 mgr.smithi134.usnyhc (mgr.14182) 452 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:39 smithi143 bash[29607]: audit 2023-11-15T06:58:39.304610+0000 mgr.smithi134.usnyhc (mgr.14182) 452 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:40.947 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:41.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:40 smithi134 bash[25956]: cluster 2023-11-15T06:58:39.800359+0000 mgr.smithi134.usnyhc (mgr.14182) 453 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:41.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:40 smithi143 bash[29607]: cluster 2023-11-15T06:58:39.800359+0000 mgr.smithi134.usnyhc (mgr.14182) 453 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:43.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:42 smithi143 bash[29607]: cluster 2023-11-15T06:58:41.801571+0000 mgr.smithi134.usnyhc (mgr.14182) 454 : 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-11-15T06:58:43.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:42 smithi134 bash[25956]: cluster 2023-11-15T06:58:41.801571+0000 mgr.smithi134.usnyhc (mgr.14182) 454 : 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-11-15T06:58:44.126 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:44.126 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:44.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:44.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:44 smithi134 bash[25956]: cluster 2023-11-15T06:58:43.802818+0000 mgr.smithi134.usnyhc (mgr.14182) 455 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:44 smithi134 bash[25956]: audit 2023-11-15T06:58:44.112228+0000 mgr.smithi134.usnyhc (mgr.14182) 456 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:44 smithi143 bash[29607]: cluster 2023-11-15T06:58:43.802818+0000 mgr.smithi134.usnyhc (mgr.14182) 455 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:45.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:44 smithi143 bash[29607]: audit 2023-11-15T06:58:44.112228+0000 mgr.smithi134.usnyhc (mgr.14182) 456 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:45.685 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:47.143 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:46 smithi134 bash[25956]: cluster 2023-11-15T06:58:45.804424+0000 mgr.smithi134.usnyhc (mgr.14182) 457 : 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-11-15T06:58:47.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:46 smithi143 bash[29607]: cluster 2023-11-15T06:58:45.804424+0000 mgr.smithi134.usnyhc (mgr.14182) 457 : 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-11-15T06:58:48.884 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:48.885 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:49.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:48 smithi134 bash[25956]: cluster 2023-11-15T06:58:47.806232+0000 mgr.smithi134.usnyhc (mgr.14182) 458 : 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-11-15T06:58:49.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:48 smithi143 bash[29607]: cluster 2023-11-15T06:58:47.806232+0000 mgr.smithi134.usnyhc (mgr.14182) 458 : 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-11-15T06:58:49.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:49 smithi134 bash[25956]: audit 2023-11-15T06:58:48.876008+0000 mgr.smithi134.usnyhc (mgr.14182) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:49 smithi143 bash[29607]: audit 2023-11-15T06:58:48.876008+0000 mgr.smithi134.usnyhc (mgr.14182) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:50.501 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:51.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:50 smithi134 bash[25956]: cluster 2023-11-15T06:58:49.808019+0000 mgr.smithi134.usnyhc (mgr.14182) 460 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:51.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:50 smithi143 bash[29607]: cluster 2023-11-15T06:58:49.808019+0000 mgr.smithi134.usnyhc (mgr.14182) 460 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:58:53.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:52 smithi134 bash[25956]: cluster 2023-11-15T06:58:51.809048+0000 mgr.smithi134.usnyhc (mgr.14182) 461 : 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-11-15T06:58:53.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:52 smithi143 bash[29607]: cluster 2023-11-15T06:58:51.809048+0000 mgr.smithi134.usnyhc (mgr.14182) 461 : 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-11-15T06:58:53.732 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:53.732 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:53 smithi134 bash[25956]: audit 2023-11-15T06:58:53.723335+0000 mgr.smithi134.usnyhc (mgr.14182) 462 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:53 smithi143 bash[29607]: audit 2023-11-15T06:58:53.723335+0000 mgr.smithi134.usnyhc (mgr.14182) 462 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:54.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:55.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:54 smithi134 bash[25956]: cluster 2023-11-15T06:58:53.811061+0000 mgr.smithi134.usnyhc (mgr.14182) 463 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:54 smithi143 bash[29607]: cluster 2023-11-15T06:58:53.811061+0000 mgr.smithi134.usnyhc (mgr.14182) 463 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:58:55.337 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:58:56.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:56 smithi134 bash[25956]: cluster 2023-11-15T06:58:55.812732+0000 mgr.smithi134.usnyhc (mgr.14182) 464 : 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-11-15T06:58:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:56 smithi143 bash[29607]: cluster 2023-11-15T06:58:55.812732+0000 mgr.smithi134.usnyhc (mgr.14182) 464 : 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-11-15T06:58:58.477 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:58:58.478 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:58:59.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:58:59.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:58 smithi134 bash[25956]: cluster 2023-11-15T06:58:57.814009+0000 mgr.smithi134.usnyhc (mgr.14182) 465 : 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-11-15T06:58:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:58:58 smithi134 bash[25956]: audit 2023-11-15T06:58:58.468949+0000 mgr.smithi134.usnyhc (mgr.14182) 466 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:58:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:58 smithi143 bash[29607]: cluster 2023-11-15T06:58:57.814009+0000 mgr.smithi134.usnyhc (mgr.14182) 465 : 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-11-15T06:58:59.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:58:58 smithi143 bash[29607]: audit 2023-11-15T06:58:58.468949+0000 mgr.smithi134.usnyhc (mgr.14182) 466 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:00.110 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:01.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:00 smithi134 bash[25956]: cluster 2023-11-15T06:58:59.815184+0000 mgr.smithi134.usnyhc (mgr.14182) 467 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:00 smithi143 bash[29607]: cluster 2023-11-15T06:58:59.815184+0000 mgr.smithi134.usnyhc (mgr.14182) 467 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:03.155 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:03.155 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:03.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:02 smithi134 bash[25956]: cluster 2023-11-15T06:59:01.816118+0000 mgr.smithi134.usnyhc (mgr.14182) 468 : 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-11-15T06:59:03.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:02 smithi143 bash[29607]: cluster 2023-11-15T06:59:01.816118+0000 mgr.smithi134.usnyhc (mgr.14182) 468 : 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-11-15T06:59:03.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:04.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:03 smithi134 bash[25956]: audit 2023-11-15T06:59:03.141676+0000 mgr.smithi134.usnyhc (mgr.14182) 469 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:03 smithi143 bash[29607]: audit 2023-11-15T06:59:03.141676+0000 mgr.smithi134.usnyhc (mgr.14182) 469 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:04.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:05.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:04 smithi134 bash[25956]: cluster 2023-11-15T06:59:03.817748+0000 mgr.smithi134.usnyhc (mgr.14182) 470 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:04 smithi143 bash[29607]: cluster 2023-11-15T06:59:03.817748+0000 mgr.smithi134.usnyhc (mgr.14182) 470 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:07.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:06 smithi134 bash[25956]: cluster 2023-11-15T06:59:05.819265+0000 mgr.smithi134.usnyhc (mgr.14182) 471 : 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-11-15T06:59:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:06 smithi143 bash[29607]: cluster 2023-11-15T06:59:05.819265+0000 mgr.smithi134.usnyhc (mgr.14182) 471 : 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-11-15T06:59:07.920 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:07.920 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:08.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:09.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:08 smithi134 bash[25956]: cluster 2023-11-15T06:59:07.820302+0000 mgr.smithi134.usnyhc (mgr.14182) 472 : 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-11-15T06:59:09.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:08 smithi134 bash[25956]: audit 2023-11-15T06:59:07.905165+0000 mgr.smithi134.usnyhc (mgr.14182) 473 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:09.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:08 smithi143 bash[29607]: cluster 2023-11-15T06:59:07.820302+0000 mgr.smithi134.usnyhc (mgr.14182) 472 : 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-11-15T06:59:09.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:08 smithi143 bash[29607]: audit 2023-11-15T06:59:07.905165+0000 mgr.smithi134.usnyhc (mgr.14182) 473 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:09.494 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:10.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:09 smithi134 bash[25956]: audit 2023-11-15T06:59:09.779155+0000 mon.smithi134 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:59:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:09 smithi143 bash[29607]: audit 2023-11-15T06:59:09.779155+0000 mon.smithi134 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:59:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: cluster 2023-11-15T06:59:09.821655+0000 mgr.smithi134.usnyhc (mgr.14182) 474 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.086040+0000 mon.smithi134 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.374293+0000 mon.smithi134 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.376097+0000 mon.smithi134 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.385902+0000 mon.smithi134 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: cluster 2023-11-15T06:59:10.386979+0000 mgr.smithi134.usnyhc (mgr.14182) 475 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.395862+0000 mon.smithi134 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: audit 2023-11-15T06:59:10.410366+0000 mon.smithi134 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:11 smithi134 bash[25956]: cephadm 2023-11-15T06:59:10.413519+0000 mgr.smithi134.usnyhc (mgr.14182) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fkeamo on smithi143 2023-11-15T06:59:11.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: cluster 2023-11-15T06:59:09.821655+0000 mgr.smithi134.usnyhc (mgr.14182) 474 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:11.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.086040+0000 mon.smithi134 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.374293+0000 mon.smithi134 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:59:11.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.376097+0000 mon.smithi134 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:59:11.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.385902+0000 mon.smithi134 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: cluster 2023-11-15T06:59:10.386979+0000 mgr.smithi134.usnyhc (mgr.14182) 475 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T06:59:11.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.395862+0000 mon.smithi134 (mon.0) 755 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:59:11.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: audit 2023-11-15T06:59:10.410366+0000 mon.smithi134 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:11.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:11 smithi143 bash[29607]: cephadm 2023-11-15T06:59:10.413519+0000 mgr.smithi134.usnyhc (mgr.14182) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fkeamo on smithi143 2023-11-15T06:59:12.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:12 smithi134 bash[25956]: cluster 2023-11-15T06:59:11.382292+0000 mon.smithi134 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:59:12.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:12 smithi134 bash[25956]: cluster 2023-11-15T06:59:11.382366+0000 mon.smithi134 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-11-15T06:59:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:12 smithi143 bash[29607]: cluster 2023-11-15T06:59:11.382292+0000 mon.smithi134 (mon.0) 757 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:59:12.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:12 smithi143 bash[29607]: cluster 2023-11-15T06:59:11.382366+0000 mon.smithi134 (mon.0) 758 : cluster [INF] Cluster is now healthy 2023-11-15T06:59:12.724 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:12.724 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:56:55.160360Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ljnrcy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:13.366 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:13 smithi134 bash[25956]: cluster 2023-11-15T06:59:12.388431+0000 mgr.smithi134.usnyhc (mgr.14182) 477 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T06:59:13.367 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:13 smithi134 bash[25956]: audit 2023-11-15T06:59:12.709637+0000 mgr.smithi134.usnyhc (mgr.14182) 478 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:13.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:13.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:13 smithi143 bash[29607]: cluster 2023-11-15T06:59:12.388431+0000 mgr.smithi134.usnyhc (mgr.14182) 477 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T06:59:13.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:13 smithi143 bash[29607]: audit 2023-11-15T06:59:12.709637+0000 mgr.smithi134.usnyhc (mgr.14182) 478 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:14.370 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:15.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: cephadm 2023-11-15T06:59:14.162551+0000 mgr.smithi134.usnyhc (mgr.14182) 479 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:59:15.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:59:15.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:59:15.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: cephadm 2023-11-15T06:59:14.162993+0000 mgr.smithi134.usnyhc (mgr.14182) 480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: audit 2023-11-15T06:59:14.163672+0000 mon.smithi134 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fkeamo"}]: dispatch 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: cephadm 2023-11-15T06:59:14.165374+0000 mgr.smithi134.usnyhc (mgr.14182) 481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:15.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: cephadm 2023-11-15T06:59:14.170531+0000 mgr.smithi134.usnyhc (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.xxwulm on smithi134 2023-11-15T06:59:15.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:14 smithi134 bash[25956]: cluster 2023-11-15T06:59:14.389391+0000 mgr.smithi134.usnyhc (mgr.14182) 483 : 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-11-15T06:59:15.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: cephadm 2023-11-15T06:59:14.162551+0000 mgr.smithi134.usnyhc (mgr.14182) 479 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:59:15.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:59:15.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:59:15.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: cephadm 2023-11-15T06:59:14.162993+0000 mgr.smithi134.usnyhc (mgr.14182) 480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: audit 2023-11-15T06:59:14.163672+0000 mon.smithi134 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fkeamo"}]: dispatch 2023-11-15T06:59:15.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: cephadm 2023-11-15T06:59:14.165374+0000 mgr.smithi134.usnyhc (mgr.14182) 481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T06:59:15.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T06:59:15.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:15.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:15.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:15.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:15.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: cephadm 2023-11-15T06:59:14.170531+0000 mgr.smithi134.usnyhc (mgr.14182) 482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.xxwulm on smithi134 2023-11-15T06:59:15.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:14 smithi143 bash[29607]: cluster 2023-11-15T06:59:14.389391+0000 mgr.smithi134.usnyhc (mgr.14182) 483 : 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-11-15T06:59:17.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:17 smithi134 bash[25956]: cluster 2023-11-15T06:59:16.390061+0000 mgr.smithi134.usnyhc (mgr.14182) 484 : 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-11-15T06:59:17.649 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:17.650 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:05.435866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zelwtl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zelwtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zelwtl\nDeploy daemon haproxy.nfs.foo.smithi143.zelwtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.766070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.mguauh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-mguauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.mguauh\nDeploy daemon haproxy.nfs.foo.smithi134.mguauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:58:09.768192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.glglcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:17 smithi143 bash[29607]: cluster 2023-11-15T06:59:16.390061+0000 mgr.smithi134.usnyhc (mgr.14182) 484 : 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-11-15T06:59:18.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:18 smithi134 bash[25956]: audit 2023-11-15T06:59:17.636267+0000 mgr.smithi134.usnyhc (mgr.14182) 485 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:18 smithi134 bash[25956]: audit 2023-11-15T06:59:18.094901+0000 mon.smithi134 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.xxwulm"}]: dispatch 2023-11-15T06:59:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:18 smithi143 bash[29607]: audit 2023-11-15T06:59:17.636267+0000 mgr.smithi134.usnyhc (mgr.14182) 485 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:18 smithi143 bash[29607]: audit 2023-11-15T06:59:18.094901+0000 mon.smithi134 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.xxwulm"}]: dispatch 2023-11-15T06:59:19.310 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:19.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cephadm 2023-11-15T06:59:18.094105+0000 mgr.smithi134.usnyhc (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T06:59:19.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:59:19.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T06:59:19.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cephadm 2023-11-15T06:59:18.094358+0000 mgr.smithi134.usnyhc (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cephadm 2023-11-15T06:59:18.096216+0000 mgr.smithi134.usnyhc (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T06:59:19.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cephadm 2023-11-15T06:59:18.098059+0000 mgr.smithi134.usnyhc (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:59:19.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cephadm 2023-11-15T06:59:18.099689+0000 mgr.smithi134.usnyhc (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:59:19.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cluster 2023-11-15T06:59:18.100835+0000 mgr.smithi134.usnyhc (mgr.14182) 491 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:59:19.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:19 smithi134 bash[25956]: cluster 2023-11-15T06:59:18.447281+0000 mon.smithi134 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:59:19.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cephadm 2023-11-15T06:59:18.094105+0000 mgr.smithi134.usnyhc (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T06:59:19.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:59:19.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T06:59:19.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:59:19.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T06:59:19.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cephadm 2023-11-15T06:59:18.094358+0000 mgr.smithi134.usnyhc (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cephadm 2023-11-15T06:59:18.096216+0000 mgr.smithi134.usnyhc (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T06:59:19.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T06:59:19.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T06:59:19.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T06:59:19.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:59:19.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:59:19.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T06:59:19.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:59:19.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cephadm 2023-11-15T06:59:18.098059+0000 mgr.smithi134.usnyhc (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:59:19.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cephadm 2023-11-15T06:59:18.099689+0000 mgr.smithi134.usnyhc (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:59:19.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cluster 2023-11-15T06:59:18.100835+0000 mgr.smithi134.usnyhc (mgr.14182) 491 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:59:19.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:19 smithi143 bash[29607]: cluster 2023-11-15T06:59:18.447281+0000 mon.smithi134 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:59:21.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:21 smithi134 bash[25956]: cluster 2023-11-15T06:59:20.101958+0000 mgr.smithi134.usnyhc (mgr.14182) 492 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:59:21.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:21 smithi134 bash[25956]: audit 2023-11-15T06:59:21.288820+0000 mon.smithi134 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:21 smithi143 bash[29607]: cluster 2023-11-15T06:59:20.101958+0000 mgr.smithi134.usnyhc (mgr.14182) 492 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:59:21.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:21 smithi143 bash[29607]: audit 2023-11-15T06:59:21.288820+0000 mon.smithi134 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T06:59:22.524 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:22.524 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:23.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:23 smithi143 bash[29607]: cluster 2023-11-15T06:59:22.103296+0000 mgr.smithi134.usnyhc (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:23.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:23 smithi143 bash[29607]: audit 2023-11-15T06:59:22.515575+0000 mgr.smithi134.usnyhc (mgr.14182) 494 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:23.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:23 smithi134 bash[25956]: cluster 2023-11-15T06:59:22.103296+0000 mgr.smithi134.usnyhc (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:23.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:23 smithi134 bash[25956]: audit 2023-11-15T06:59:22.515575+0000 mgr.smithi134.usnyhc (mgr.14182) 494 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:24.127 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:25.198 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:24 smithi134 bash[25956]: cluster 2023-11-15T06:59:24.105006+0000 mgr.smithi134.usnyhc (mgr.14182) 495 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:24 smithi143 bash[29607]: cluster 2023-11-15T06:59:24.105006+0000 mgr.smithi134.usnyhc (mgr.14182) 495 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:27.292 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:27.292 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:27 smithi134 bash[25956]: cluster 2023-11-15T06:59:26.106623+0000 mgr.smithi134.usnyhc (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:27.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:27 smithi143 bash[29607]: cluster 2023-11-15T06:59:26.106623+0000 mgr.smithi134.usnyhc (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:27.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:28.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:28 smithi134 bash[25956]: audit 2023-11-15T06:59:27.280800+0000 mgr.smithi134.usnyhc (mgr.14182) 497 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:28 smithi143 bash[29607]: audit 2023-11-15T06:59:27.280800+0000 mgr.smithi134.usnyhc (mgr.14182) 497 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:28.897 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:29.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:29 smithi134 bash[25956]: cluster 2023-11-15T06:59:28.108402+0000 mgr.smithi134.usnyhc (mgr.14182) 498 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:29.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:29 smithi143 bash[29607]: cluster 2023-11-15T06:59:28.108402+0000 mgr.smithi134.usnyhc (mgr.14182) 498 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T06:59:31.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:31 smithi134 bash[25956]: cluster 2023-11-15T06:59:30.110346+0000 mgr.smithi134.usnyhc (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:31 smithi143 bash[29607]: cluster 2023-11-15T06:59:30.110346+0000 mgr.smithi134.usnyhc (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:32.156 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:32.157 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:32.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:33.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:33 smithi134 bash[25956]: cluster 2023-11-15T06:59:32.111823+0000 mgr.smithi134.usnyhc (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:33.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:33 smithi134 bash[25956]: audit 2023-11-15T06:59:32.148162+0000 mgr.smithi134.usnyhc (mgr.14182) 501 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:33 smithi143 bash[29607]: cluster 2023-11-15T06:59:32.111823+0000 mgr.smithi134.usnyhc (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:33 smithi143 bash[29607]: audit 2023-11-15T06:59:32.148162+0000 mgr.smithi134.usnyhc (mgr.14182) 501 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:33.725 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:35.037 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:34 smithi134 bash[25956]: cluster 2023-11-15T06:59:34.113485+0000 mgr.smithi134.usnyhc (mgr.14182) 502 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:34 smithi143 bash[29607]: cluster 2023-11-15T06:59:34.113485+0000 mgr.smithi134.usnyhc (mgr.14182) 502 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:36.780 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:36.780 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:37.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:37.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:37 smithi134 bash[25956]: cluster 2023-11-15T06:59:36.115102+0000 mgr.smithi134.usnyhc (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:37.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:37 smithi134 bash[25956]: audit 2023-11-15T06:59:36.769647+0000 mgr.smithi134.usnyhc (mgr.14182) 504 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:37 smithi143 bash[29607]: cluster 2023-11-15T06:59:36.115102+0000 mgr.smithi134.usnyhc (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:37 smithi143 bash[29607]: audit 2023-11-15T06:59:36.769647+0000 mgr.smithi134.usnyhc (mgr.14182) 504 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:38.378 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:39.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:39 smithi134 bash[25956]: cluster 2023-11-15T06:59:38.116891+0000 mgr.smithi134.usnyhc (mgr.14182) 505 : 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-11-15T06:59:39.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:39 smithi143 bash[29607]: cluster 2023-11-15T06:59:38.116891+0000 mgr.smithi134.usnyhc (mgr.14182) 505 : 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-11-15T06:59:41.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:41 smithi134 bash[25956]: cluster 2023-11-15T06:59:40.118644+0000 mgr.smithi134.usnyhc (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:41.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:41 smithi143 bash[29607]: cluster 2023-11-15T06:59:40.118644+0000 mgr.smithi134.usnyhc (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:41.571 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:41.571 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:42.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:42.458 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:42 smithi134 bash[25956]: audit 2023-11-15T06:59:41.554582+0000 mgr.smithi134.usnyhc (mgr.14182) 507 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:42 smithi143 bash[29607]: audit 2023-11-15T06:59:41.554582+0000 mgr.smithi134.usnyhc (mgr.14182) 507 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:43.213 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:43.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:43 smithi134 bash[25956]: cluster 2023-11-15T06:59:42.120144+0000 mgr.smithi134.usnyhc (mgr.14182) 508 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:43.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:43 smithi143 bash[29607]: cluster 2023-11-15T06:59:42.120144+0000 mgr.smithi134.usnyhc (mgr.14182) 508 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:44 smithi134 bash[25956]: cluster 2023-11-15T06:59:44.121859+0000 mgr.smithi134.usnyhc (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:44 smithi143 bash[29607]: cluster 2023-11-15T06:59:44.121859+0000 mgr.smithi134.usnyhc (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:46.540 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:46.541 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:47.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:47 smithi134 bash[25956]: cluster 2023-11-15T06:59:46.123706+0000 mgr.smithi134.usnyhc (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:47 smithi134 bash[25956]: audit 2023-11-15T06:59:46.524428+0000 mgr.smithi134.usnyhc (mgr.14182) 511 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:47 smithi143 bash[29607]: cluster 2023-11-15T06:59:46.123706+0000 mgr.smithi134.usnyhc (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:47 smithi143 bash[29607]: audit 2023-11-15T06:59:46.524428+0000 mgr.smithi134.usnyhc (mgr.14182) 511 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:48.164 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:49.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:49 smithi134 bash[25956]: cluster 2023-11-15T06:59:48.125483+0000 mgr.smithi134.usnyhc (mgr.14182) 512 : 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-11-15T06:59:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:49 smithi143 bash[29607]: cluster 2023-11-15T06:59:48.125483+0000 mgr.smithi134.usnyhc (mgr.14182) 512 : 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-11-15T06:59:51.276 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:51.277 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:51.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:51 smithi134 bash[25956]: cluster 2023-11-15T06:59:50.127266+0000 mgr.smithi134.usnyhc (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:51 smithi143 bash[29607]: cluster 2023-11-15T06:59:50.127266+0000 mgr.smithi134.usnyhc (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:59:51.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:52 smithi134 bash[25956]: audit 2023-11-15T06:59:51.262959+0000 mgr.smithi134.usnyhc (mgr.14182) 514 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:52 smithi143 bash[29607]: audit 2023-11-15T06:59:51.262959+0000 mgr.smithi134.usnyhc (mgr.14182) 514 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:52.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:53 smithi134 bash[25956]: cluster 2023-11-15T06:59:52.128719+0000 mgr.smithi134.usnyhc (mgr.14182) 515 : 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-11-15T06:59:53.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:53 smithi143 bash[29607]: cluster 2023-11-15T06:59:52.128719+0000 mgr.smithi134.usnyhc (mgr.14182) 515 : 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-11-15T06:59:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:54 smithi134 bash[25956]: cluster 2023-11-15T06:59:54.130519+0000 mgr.smithi134.usnyhc (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:54 smithi143 bash[29607]: cluster 2023-11-15T06:59:54.130519+0000 mgr.smithi134.usnyhc (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:59:56.046 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T06:59:56.046 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T06:59:56.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:59:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:57 smithi134 bash[25956]: audit 2023-11-15T06:59:56.037014+0000 mgr.smithi134.usnyhc (mgr.14182) 517 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:57 smithi134 bash[25956]: cluster 2023-11-15T06:59:56.132067+0000 mgr.smithi134.usnyhc (mgr.14182) 518 : 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-11-15T06:59:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:57 smithi143 bash[29607]: audit 2023-11-15T06:59:56.037014+0000 mgr.smithi134.usnyhc (mgr.14182) 517 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:59:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:57 smithi143 bash[29607]: cluster 2023-11-15T06:59:56.132067+0000 mgr.smithi134.usnyhc (mgr.14182) 518 : 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-11-15T06:59:57.660 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:59:59.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 06:59:59 smithi134 bash[25956]: cluster 2023-11-15T06:59:58.133869+0000 mgr.smithi134.usnyhc (mgr.14182) 519 : 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-11-15T06:59:59.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 06:59:59 smithi143 bash[29607]: cluster 2023-11-15T06:59:58.133869+0000 mgr.smithi134.usnyhc (mgr.14182) 519 : 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-11-15T07:00:00.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000179+0000 mon.smithi134 (mon.0) 763 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:00:00.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000235+0000 mon.smithi134 (mon.0) 764 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T07:00:00.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000272+0000 mon.smithi134 (mon.0) 765 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T07:00:00.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000295+0000 mon.smithi134 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000339+0000 mon.smithi134 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T07:00:00.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000371+0000 mon.smithi134 (mon.0) 768 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T07:00:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000399+0000 mon.smithi134 (mon.0) 769 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000428+0000 mon.smithi134 (mon.0) 770 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T07:00:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000453+0000 mon.smithi134 (mon.0) 771 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T07:00:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000487+0000 mon.smithi134 (mon.0) 772 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000517+0000 mon.smithi134 (mon.0) 773 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:00.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000549+0000 mon.smithi134 (mon.0) 774 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:00.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000575+0000 mon.smithi134 (mon.0) 775 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T07:00:00.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000602+0000 mon.smithi134 (mon.0) 776 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000633+0000 mon.smithi134 (mon.0) 777 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T07:00:00.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000665+0000 mon.smithi134 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000696+0000 mon.smithi134 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T07:00:00.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000730+0000 mon.smithi134 (mon.0) 780 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T07:00:00.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000758+0000 mon.smithi134 (mon.0) 781 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000786+0000 mon.smithi134 (mon.0) 782 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T07:00:00.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000809+0000 mon.smithi134 (mon.0) 783 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T07:00:00.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000840+0000 mon.smithi134 (mon.0) 784 : 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000868+0000 mon.smithi134 (mon.0) 785 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:00.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000898+0000 mon.smithi134 (mon.0) 786 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:00.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000926+0000 mon.smithi134 (mon.0) 787 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T07:00:00.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000955+0000 mon.smithi134 (mon.0) 788 : 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.000983+0000 mon.smithi134 (mon.0) 789 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:00.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:00 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.001011+0000 mon.smithi134 (mon.0) 790 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:00.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000179+0000 mon.smithi134 (mon.0) 763 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:00:00.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000235+0000 mon.smithi134 (mon.0) 764 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T07:00:00.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000272+0000 mon.smithi134 (mon.0) 765 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T07:00:00.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000295+0000 mon.smithi134 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000339+0000 mon.smithi134 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo 2023-11-15T07:00:00.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000371+0000 mon.smithi134 (mon.0) 768 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T07:00:00.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000399+0000 mon.smithi134 (mon.0) 769 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000428+0000 mon.smithi134 (mon.0) 770 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo 2023-11-15T07:00:00.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000453+0000 mon.smithi134 (mon.0) 771 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.fkeamo ... 2023-11-15T07:00:00.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000487+0000 mon.smithi134 (mon.0) 772 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000517+0000 mon.smithi134 (mon.0) 773 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:00.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000549+0000 mon.smithi134 (mon.0) 774 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000575+0000 mon.smithi134 (mon.0) 775 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000602+0000 mon.smithi134 (mon.0) 776 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000633+0000 mon.smithi134 (mon.0) 777 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000665+0000 mon.smithi134 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000696+0000 mon.smithi134 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm 2023-11-15T07:00:00.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000730+0000 mon.smithi134 (mon.0) 780 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T07:00:00.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000758+0000 mon.smithi134 (mon.0) 781 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T07:00:00.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000786+0000 mon.smithi134 (mon.0) 782 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm 2023-11-15T07:00:00.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000809+0000 mon.smithi134 (mon.0) 783 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi134.xxwulm ... 2023-11-15T07:00:00.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000840+0000 mon.smithi134 (mon.0) 784 : 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000868+0000 mon.smithi134 (mon.0) 785 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:00.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000898+0000 mon.smithi134 (mon.0) 786 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:00.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000926+0000 mon.smithi134 (mon.0) 787 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T07:00:00.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000955+0000 mon.smithi134 (mon.0) 788 : 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:00.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.000983+0000 mon.smithi134 (mon.0) 789 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:00.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:00 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.001011+0000 mon.smithi134 (mon.0) 790 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:00.789 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:00.789 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:01.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:01.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:01 smithi134 bash[25956]: cluster 2023-11-15T07:00:00.135684+0000 mgr.smithi134.usnyhc (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:01.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:01 smithi134 bash[25956]: audit 2023-11-15T07:00:00.772120+0000 mgr.smithi134.usnyhc (mgr.14182) 521 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:01.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:01 smithi143 bash[29607]: cluster 2023-11-15T07:00:00.135684+0000 mgr.smithi134.usnyhc (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:01.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:01 smithi143 bash[29607]: audit 2023-11-15T07:00:00.772120+0000 mgr.smithi134.usnyhc (mgr.14182) 521 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:02.407 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:03.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:03 smithi134 bash[25956]: cluster 2023-11-15T07:00:02.137160+0000 mgr.smithi134.usnyhc (mgr.14182) 522 : 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-11-15T07:00:03.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:03 smithi143 bash[29607]: cluster 2023-11-15T07:00:02.137160+0000 mgr.smithi134.usnyhc (mgr.14182) 522 : 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-11-15T07:00:05.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:04 smithi134 bash[25956]: cluster 2023-11-15T07:00:04.138761+0000 mgr.smithi134.usnyhc (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:04 smithi143 bash[29607]: cluster 2023-11-15T07:00:04.138761+0000 mgr.smithi134.usnyhc (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:05.524 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:05.524 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:05.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:05 smithi134 bash[25956]: audit 2023-11-15T07:00:05.508868+0000 mgr.smithi134.usnyhc (mgr.14182) 524 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:06.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:06.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:05 smithi143 bash[29607]: audit 2023-11-15T07:00:05.508868+0000 mgr.smithi134.usnyhc (mgr.14182) 524 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:07.188 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:07.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:06 smithi134 bash[25956]: cluster 2023-11-15T07:00:06.140314+0000 mgr.smithi134.usnyhc (mgr.14182) 525 : 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-11-15T07:00:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:06 smithi143 bash[29607]: cluster 2023-11-15T07:00:06.140314+0000 mgr.smithi134.usnyhc (mgr.14182) 525 : 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-11-15T07:00:09.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:09 smithi134 bash[25956]: cluster 2023-11-15T07:00:08.142060+0000 mgr.smithi134.usnyhc (mgr.14182) 526 : 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-11-15T07:00:09.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:09 smithi143 bash[29607]: cluster 2023-11-15T07:00:08.142060+0000 mgr.smithi134.usnyhc (mgr.14182) 526 : 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-11-15T07:00:10.415 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:10.415 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:11.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:11.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:11 smithi134 bash[25956]: cluster 2023-11-15T07:00:10.143842+0000 mgr.smithi134.usnyhc (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:11.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:11 smithi134 bash[25956]: audit 2023-11-15T07:00:10.398680+0000 mgr.smithi134.usnyhc (mgr.14182) 528 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:11.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:11 smithi143 bash[29607]: cluster 2023-11-15T07:00:10.143842+0000 mgr.smithi134.usnyhc (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:11.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:11 smithi143 bash[29607]: audit 2023-11-15T07:00:10.398680+0000 mgr.smithi134.usnyhc (mgr.14182) 528 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:12.050 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:13.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:13 smithi134 bash[25956]: cluster 2023-11-15T07:00:12.145276+0000 mgr.smithi134.usnyhc (mgr.14182) 529 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:13.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:13 smithi143 bash[29607]: cluster 2023-11-15T07:00:12.145276+0000 mgr.smithi134.usnyhc (mgr.14182) 529 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:15.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:14 smithi134 bash[25956]: cluster 2023-11-15T07:00:14.147006+0000 mgr.smithi134.usnyhc (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:15.232 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:15.232 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:14 smithi143 bash[29607]: cluster 2023-11-15T07:00:14.147006+0000 mgr.smithi134.usnyhc (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:15.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:16.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:15 smithi134 bash[25956]: audit 2023-11-15T07:00:15.218580+0000 mgr.smithi134.usnyhc (mgr.14182) 531 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:16.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:15 smithi143 bash[29607]: audit 2023-11-15T07:00:15.218580+0000 mgr.smithi134.usnyhc (mgr.14182) 531 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:16.860 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:17.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:16 smithi134 bash[25956]: cluster 2023-11-15T07:00:16.148576+0000 mgr.smithi134.usnyhc (mgr.14182) 532 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:17.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:16 smithi143 bash[29607]: cluster 2023-11-15T07:00:16.148576+0000 mgr.smithi134.usnyhc (mgr.14182) 532 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:18.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:18 smithi134 bash[25956]: audit 2023-11-15T07:00:18.103196+0000 mon.smithi134 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:00:18.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:18 smithi143 bash[29607]: audit 2023-11-15T07:00:18.103196+0000 mon.smithi134 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:00:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: cluster 2023-11-15T07:00:18.150159+0000 mgr.smithi134.usnyhc (mgr.14182) 533 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: audit 2023-11-15T07:00:18.410447+0000 mon.smithi134 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:00:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: audit 2023-11-15T07:00:18.412093+0000 mon.smithi134 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:00:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: audit 2023-11-15T07:00:18.421277+0000 mon.smithi134 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:19.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: cluster 2023-11-15T07:00:18.422188+0000 mgr.smithi134.usnyhc (mgr.14182) 534 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:00:19.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: audit 2023-11-15T07:00:18.431908+0000 mon.smithi134 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:00:19.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: audit 2023-11-15T07:00:18.445654+0000 mon.smithi134 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:19.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:19 smithi134 bash[25956]: cephadm 2023-11-15T07:00:18.451075+0000 mgr.smithi134.usnyhc (mgr.14182) 535 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ommana on smithi143 2023-11-15T07:00:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: cluster 2023-11-15T07:00:18.150159+0000 mgr.smithi134.usnyhc (mgr.14182) 533 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: audit 2023-11-15T07:00:18.410447+0000 mon.smithi134 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:00:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: audit 2023-11-15T07:00:18.412093+0000 mon.smithi134 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:00:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: audit 2023-11-15T07:00:18.421277+0000 mon.smithi134 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: cluster 2023-11-15T07:00:18.422188+0000 mgr.smithi134.usnyhc (mgr.14182) 534 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:00:19.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: audit 2023-11-15T07:00:18.431908+0000 mon.smithi134 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:00:19.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: audit 2023-11-15T07:00:18.445654+0000 mon.smithi134 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:19.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:19 smithi143 bash[29607]: cephadm 2023-11-15T07:00:18.451075+0000 mgr.smithi134.usnyhc (mgr.14182) 535 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ommana on smithi143 2023-11-15T07:00:19.891 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:19.892 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:58:09.772109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.izbcmm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:20 smithi134 bash[25956]: cluster 2023-11-15T07:00:19.417753+0000 mon.smithi134 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:00:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:20 smithi134 bash[25956]: cluster 2023-11-15T07:00:19.417831+0000 mon.smithi134 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-11-15T07:00:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:20 smithi143 bash[29607]: cluster 2023-11-15T07:00:19.417753+0000 mon.smithi134 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:00:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:20 smithi143 bash[29607]: cluster 2023-11-15T07:00:19.417831+0000 mon.smithi134 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-11-15T07:00:20.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:21.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:21 smithi134 bash[25956]: audit 2023-11-15T07:00:19.877577+0000 mgr.smithi134.usnyhc (mgr.14182) 536 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:21.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:21 smithi134 bash[25956]: cluster 2023-11-15T07:00:20.423035+0000 mgr.smithi134.usnyhc (mgr.14182) 537 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:00:21.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:21 smithi143 bash[29607]: audit 2023-11-15T07:00:19.877577+0000 mgr.smithi134.usnyhc (mgr.14182) 536 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:21.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:21 smithi143 bash[29607]: cluster 2023-11-15T07:00:20.423035+0000 mgr.smithi134.usnyhc (mgr.14182) 537 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:00:21.537 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:22.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:22 smithi134 bash[25956]: audit 2023-11-15T07:00:22.316968+0000 mon.smithi134 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ommana"}]: dispatch 2023-11-15T07:00:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:22 smithi143 bash[29607]: audit 2023-11-15T07:00:22.316968+0000 mon.smithi134 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ommana"}]: dispatch 2023-11-15T07:00:23.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: cephadm 2023-11-15T07:00:22.315562+0000 mgr.smithi134.usnyhc (mgr.14182) 538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:00:23.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:00:23.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:00:23.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:00:23.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:00:23.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: cephadm 2023-11-15T07:00:22.316153+0000 mgr.smithi134.usnyhc (mgr.14182) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: cephadm 2023-11-15T07:00:22.318870+0000 mgr.smithi134.usnyhc (mgr.14182) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:23.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: cephadm 2023-11-15T07:00:22.323705+0000 mgr.smithi134.usnyhc (mgr.14182) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rdwgpu on smithi134 2023-11-15T07:00:23.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:23 smithi134 bash[25956]: cluster 2023-11-15T07:00:22.423762+0000 mgr.smithi134.usnyhc (mgr.14182) 542 : 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-11-15T07:00:23.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: cephadm 2023-11-15T07:00:22.315562+0000 mgr.smithi134.usnyhc (mgr.14182) 538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:00:23.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:00:23.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:00:23.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:00:23.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:00:23.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: cephadm 2023-11-15T07:00:22.316153+0000 mgr.smithi134.usnyhc (mgr.14182) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: cephadm 2023-11-15T07:00:22.318870+0000 mgr.smithi134.usnyhc (mgr.14182) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana 2023-11-15T07:00:23.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:23.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana 2023-11-15T07:00:23.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.ommana ... 2023-11-15T07:00:23.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:23.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:23.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:23.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:23.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: cephadm 2023-11-15T07:00:22.323705+0000 mgr.smithi134.usnyhc (mgr.14182) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rdwgpu on smithi134 2023-11-15T07:00:23.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:23 smithi143 bash[29607]: cluster 2023-11-15T07:00:22.423762+0000 mgr.smithi134.usnyhc (mgr.14182) 542 : 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-11-15T07:00:24.757 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:24.757 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:14.165100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fkeamo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fkeamo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fkeamo\nDeploy daemon haproxy.nfs.foo.smithi143.fkeamo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.096083Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.xxwulm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-xxwulm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.xxwulm\nDeploy daemon haproxy.nfs.foo.smithi134.xxwulm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:59:18.097949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rcymjd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:24 smithi134 bash[25956]: cluster 2023-11-15T07:00:24.424740+0000 mgr.smithi134.usnyhc (mgr.14182) 543 : 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-11-15T07:00:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:24 smithi134 bash[25956]: audit 2023-11-15T07:00:24.740412+0000 mgr.smithi134.usnyhc (mgr.14182) 544 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:24 smithi143 bash[29607]: cluster 2023-11-15T07:00:24.424740+0000 mgr.smithi134.usnyhc (mgr.14182) 543 : 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-11-15T07:00:25.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:24 smithi143 bash[29607]: audit 2023-11-15T07:00:24.740412+0000 mgr.smithi134.usnyhc (mgr.14182) 544 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:25.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:26.375 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:26.387 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:26 smithi134 bash[25956]: audit 2023-11-15T07:00:26.084075+0000 mon.smithi134 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rdwgpu"}]: dispatch 2023-11-15T07:00:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:26 smithi143 bash[29607]: audit 2023-11-15T07:00:26.084075+0000 mon.smithi134 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rdwgpu"}]: dispatch 2023-11-15T07:00:27.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cephadm 2023-11-15T07:00:26.083202+0000 mgr.smithi134.usnyhc (mgr.14182) 545 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:00:27.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:00:27.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:00:27.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:00:27.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:00:27.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cephadm 2023-11-15T07:00:26.083589+0000 mgr.smithi134.usnyhc (mgr.14182) 546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cephadm 2023-11-15T07:00:26.085456+0000 mgr.smithi134.usnyhc (mgr.14182) 547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:00:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cephadm 2023-11-15T07:00:26.090044+0000 mgr.smithi134.usnyhc (mgr.14182) 548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:27.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cephadm 2023-11-15T07:00:26.092577+0000 mgr.smithi134.usnyhc (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:27.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cluster 2023-11-15T07:00:26.093674+0000 mgr.smithi134.usnyhc (mgr.14182) 550 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:00:27.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: cluster 2023-11-15T07:00:26.144863+0000 mon.smithi134 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:00:27.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:27 smithi134 bash[25956]: audit 2023-11-15T07:00:26.348749+0000 mon.smithi134 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:27.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cephadm 2023-11-15T07:00:26.083202+0000 mgr.smithi134.usnyhc (mgr.14182) 545 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:00:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:00:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:00:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:00:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:00:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cephadm 2023-11-15T07:00:26.083589+0000 mgr.smithi134.usnyhc (mgr.14182) 546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cephadm 2023-11-15T07:00:26.085456+0000 mgr.smithi134.usnyhc (mgr.14182) 547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu 2023-11-15T07:00:27.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:00:27.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu 2023-11-15T07:00:27.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rdwgpu ... 2023-11-15T07:00:27.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:00:27.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:00:27.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:00:27.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:00:27.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cephadm 2023-11-15T07:00:26.090044+0000 mgr.smithi134.usnyhc (mgr.14182) 548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:27.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cephadm 2023-11-15T07:00:26.092577+0000 mgr.smithi134.usnyhc (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:00:27.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cluster 2023-11-15T07:00:26.093674+0000 mgr.smithi134.usnyhc (mgr.14182) 550 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:00:27.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: cluster 2023-11-15T07:00:26.144863+0000 mon.smithi134 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:00:27.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:27 smithi143 bash[29607]: audit 2023-11-15T07:00:26.348749+0000 mon.smithi134 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:00:29.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:29 smithi134 bash[25956]: cluster 2023-11-15T07:00:28.095343+0000 mgr.smithi134.usnyhc (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:00:29.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:29 smithi143 bash[29607]: cluster 2023-11-15T07:00:28.095343+0000 mgr.smithi134.usnyhc (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:00:29.634 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:29.635 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:30.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:30.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:30 smithi134 bash[25956]: audit 2023-11-15T07:00:29.625399+0000 mgr.smithi134.usnyhc (mgr.14182) 552 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:30 smithi143 bash[29607]: audit 2023-11-15T07:00:29.625399+0000 mgr.smithi134.usnyhc (mgr.14182) 552 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:31.290 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:31.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:31 smithi134 bash[25956]: cluster 2023-11-15T07:00:30.097185+0000 mgr.smithi134.usnyhc (mgr.14182) 553 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T07:00:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:31 smithi143 bash[29607]: cluster 2023-11-15T07:00:30.097185+0000 mgr.smithi134.usnyhc (mgr.14182) 553 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T07:00:33.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:33 smithi134 bash[25956]: cluster 2023-11-15T07:00:32.098772+0000 mgr.smithi134.usnyhc (mgr.14182) 554 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:33 smithi143 bash[29607]: cluster 2023-11-15T07:00:32.098772+0000 mgr.smithi134.usnyhc (mgr.14182) 554 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:34.488 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:34.488 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:35.131 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:34 smithi134 bash[25956]: cluster 2023-11-15T07:00:34.100273+0000 mgr.smithi134.usnyhc (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:35.132 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:34 smithi134 bash[25956]: audit 2023-11-15T07:00:34.474953+0000 mgr.smithi134.usnyhc (mgr.14182) 556 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:35.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:34 smithi143 bash[29607]: cluster 2023-11-15T07:00:34.100273+0000 mgr.smithi134.usnyhc (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:34 smithi143 bash[29607]: audit 2023-11-15T07:00:34.474953+0000 mgr.smithi134.usnyhc (mgr.14182) 556 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:36.134 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:37.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:37 smithi134 bash[25956]: cluster 2023-11-15T07:00:36.101848+0000 mgr.smithi134.usnyhc (mgr.14182) 557 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:37.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:37 smithi143 bash[29607]: cluster 2023-11-15T07:00:36.101848+0000 mgr.smithi134.usnyhc (mgr.14182) 557 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:00:39.312 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:39.313 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:39.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:39 smithi134 bash[25956]: cluster 2023-11-15T07:00:38.103530+0000 mgr.smithi134.usnyhc (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:39.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:39 smithi143 bash[29607]: cluster 2023-11-15T07:00:38.103530+0000 mgr.smithi134.usnyhc (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:39.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:40.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:40 smithi134 bash[25956]: audit 2023-11-15T07:00:39.296601+0000 mgr.smithi134.usnyhc (mgr.14182) 559 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:40 smithi143 bash[29607]: audit 2023-11-15T07:00:39.296601+0000 mgr.smithi134.usnyhc (mgr.14182) 559 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:40.944 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:41.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:41 smithi134 bash[25956]: cluster 2023-11-15T07:00:40.105340+0000 mgr.smithi134.usnyhc (mgr.14182) 560 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:41.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:41 smithi143 bash[29607]: cluster 2023-11-15T07:00:40.105340+0000 mgr.smithi134.usnyhc (mgr.14182) 560 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:43.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:43 smithi134 bash[25956]: cluster 2023-11-15T07:00:42.106157+0000 mgr.smithi134.usnyhc (mgr.14182) 561 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:43.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:43 smithi143 bash[29607]: cluster 2023-11-15T07:00:42.106157+0000 mgr.smithi134.usnyhc (mgr.14182) 561 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:44.158 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:44.158 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:44.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:45.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:44 smithi134 bash[25956]: cluster 2023-11-15T07:00:44.107818+0000 mgr.smithi134.usnyhc (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:45.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:44 smithi134 bash[25956]: audit 2023-11-15T07:00:44.144844+0000 mgr.smithi134.usnyhc (mgr.14182) 563 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:44 smithi143 bash[29607]: cluster 2023-11-15T07:00:44.107818+0000 mgr.smithi134.usnyhc (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:44 smithi143 bash[29607]: audit 2023-11-15T07:00:44.144844+0000 mgr.smithi134.usnyhc (mgr.14182) 563 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:45.732 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:47 smithi134 bash[25956]: cluster 2023-11-15T07:00:46.109467+0000 mgr.smithi134.usnyhc (mgr.14182) 564 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:47 smithi143 bash[29607]: cluster 2023-11-15T07:00:46.109467+0000 mgr.smithi134.usnyhc (mgr.14182) 564 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:48.880 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:48.880 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:49.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:49 smithi134 bash[25956]: cluster 2023-11-15T07:00:48.111383+0000 mgr.smithi134.usnyhc (mgr.14182) 565 : 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-11-15T07:00:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:49 smithi143 bash[29607]: cluster 2023-11-15T07:00:48.111383+0000 mgr.smithi134.usnyhc (mgr.14182) 565 : 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-11-15T07:00:49.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:50 smithi134 bash[25956]: audit 2023-11-15T07:00:48.864511+0000 mgr.smithi134.usnyhc (mgr.14182) 566 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:50.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:50 smithi143 bash[29607]: audit 2023-11-15T07:00:48.864511+0000 mgr.smithi134.usnyhc (mgr.14182) 566 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:50.495 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:51.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:51 smithi134 bash[25956]: cluster 2023-11-15T07:00:50.113235+0000 mgr.smithi134.usnyhc (mgr.14182) 567 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:51.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:51 smithi143 bash[29607]: cluster 2023-11-15T07:00:50.113235+0000 mgr.smithi134.usnyhc (mgr.14182) 567 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:00:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:53 smithi134 bash[25956]: cluster 2023-11-15T07:00:52.114687+0000 mgr.smithi134.usnyhc (mgr.14182) 568 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:53.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:53 smithi143 bash[29607]: cluster 2023-11-15T07:00:52.114687+0000 mgr.smithi134.usnyhc (mgr.14182) 568 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:53.657 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:53.658 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:54.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:54.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:54 smithi134 bash[25956]: audit 2023-11-15T07:00:53.641872+0000 mgr.smithi134.usnyhc (mgr.14182) 569 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:54.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:54 smithi143 bash[29607]: audit 2023-11-15T07:00:53.641872+0000 mgr.smithi134.usnyhc (mgr.14182) 569 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:55.316 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:00:55.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:55 smithi134 bash[25956]: cluster 2023-11-15T07:00:54.116576+0000 mgr.smithi134.usnyhc (mgr.14182) 570 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:55.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:55 smithi143 bash[29607]: cluster 2023-11-15T07:00:54.116576+0000 mgr.smithi134.usnyhc (mgr.14182) 570 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:57 smithi134 bash[25956]: cluster 2023-11-15T07:00:56.118150+0000 mgr.smithi134.usnyhc (mgr.14182) 571 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:57 smithi143 bash[29607]: cluster 2023-11-15T07:00:56.118150+0000 mgr.smithi134.usnyhc (mgr.14182) 571 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:00:58.466 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:00:58.466 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:00:59.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:00:59.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:59 smithi134 bash[25956]: cluster 2023-11-15T07:00:58.120351+0000 mgr.smithi134.usnyhc (mgr.14182) 572 : 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-11-15T07:00:59.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:00:59 smithi134 bash[25956]: audit 2023-11-15T07:00:58.457194+0000 mgr.smithi134.usnyhc (mgr.14182) 573 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:00:59.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:59 smithi143 bash[29607]: cluster 2023-11-15T07:00:58.120351+0000 mgr.smithi134.usnyhc (mgr.14182) 572 : 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-11-15T07:00:59.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:00:59 smithi143 bash[29607]: audit 2023-11-15T07:00:58.457194+0000 mgr.smithi134.usnyhc (mgr.14182) 573 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:00.059 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:01.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:01 smithi134 bash[25956]: cluster 2023-11-15T07:01:00.122133+0000 mgr.smithi134.usnyhc (mgr.14182) 574 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:01.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:01 smithi143 bash[29607]: cluster 2023-11-15T07:01:00.122133+0000 mgr.smithi134.usnyhc (mgr.14182) 574 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:03.199 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:03.200 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:03.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:03 smithi143 bash[29607]: cluster 2023-11-15T07:01:02.123725+0000 mgr.smithi134.usnyhc (mgr.14182) 575 : 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-11-15T07:01:03.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:03 smithi134 bash[25956]: cluster 2023-11-15T07:01:02.123725+0000 mgr.smithi134.usnyhc (mgr.14182) 575 : 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-11-15T07:01:03.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:04.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:04 smithi143 bash[29607]: audit 2023-11-15T07:01:03.184502+0000 mgr.smithi134.usnyhc (mgr.14182) 576 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:04.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:04 smithi134 bash[25956]: audit 2023-11-15T07:01:03.184502+0000 mgr.smithi134.usnyhc (mgr.14182) 576 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:04.825 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:05.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:05 smithi143 bash[29607]: cluster 2023-11-15T07:01:04.125403+0000 mgr.smithi134.usnyhc (mgr.14182) 577 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:05.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:05 smithi134 bash[25956]: cluster 2023-11-15T07:01:04.125403+0000 mgr.smithi134.usnyhc (mgr.14182) 577 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:07.615 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:07 smithi134 bash[25956]: cluster 2023-11-15T07:01:06.127032+0000 mgr.smithi134.usnyhc (mgr.14182) 578 : 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-11-15T07:01:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:07 smithi143 bash[29607]: cluster 2023-11-15T07:01:06.127032+0000 mgr.smithi134.usnyhc (mgr.14182) 578 : 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-11-15T07:01:08.049 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:08.049 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:08.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:09.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:09.691 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:09 smithi134 bash[25956]: audit 2023-11-15T07:01:08.034880+0000 mgr.smithi134.usnyhc (mgr.14182) 579 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:09.692 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:09 smithi134 bash[25956]: cluster 2023-11-15T07:01:08.128977+0000 mgr.smithi134.usnyhc (mgr.14182) 580 : 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-11-15T07:01:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:09 smithi143 bash[29607]: audit 2023-11-15T07:01:08.034880+0000 mgr.smithi134.usnyhc (mgr.14182) 579 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:09 smithi143 bash[29607]: cluster 2023-11-15T07:01:08.128977+0000 mgr.smithi134.usnyhc (mgr.14182) 580 : 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-11-15T07:01:11.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:11 smithi134 bash[25956]: cluster 2023-11-15T07:01:10.130839+0000 mgr.smithi134.usnyhc (mgr.14182) 581 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:11.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:11 smithi143 bash[29607]: cluster 2023-11-15T07:01:10.130839+0000 mgr.smithi134.usnyhc (mgr.14182) 581 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:12.824 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:12.824 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:13.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:13.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:13 smithi134 bash[25956]: cluster 2023-11-15T07:01:12.132329+0000 mgr.smithi134.usnyhc (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:13 smithi143 bash[29607]: cluster 2023-11-15T07:01:12.132329+0000 mgr.smithi134.usnyhc (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:14.439 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:14.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:14 smithi134 bash[25956]: audit 2023-11-15T07:01:12.809620+0000 mgr.smithi134.usnyhc (mgr.14182) 583 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:14 smithi143 bash[29607]: audit 2023-11-15T07:01:12.809620+0000 mgr.smithi134.usnyhc (mgr.14182) 583 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:15.583 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:15 smithi134 bash[25956]: cluster 2023-11-15T07:01:14.133960+0000 mgr.smithi134.usnyhc (mgr.14182) 584 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:15 smithi143 bash[29607]: cluster 2023-11-15T07:01:14.133960+0000 mgr.smithi134.usnyhc (mgr.14182) 584 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:17.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:17 smithi134 bash[25956]: cluster 2023-11-15T07:01:16.135476+0000 mgr.smithi134.usnyhc (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:17.557 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:17.557 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:17 smithi143 bash[29607]: cluster 2023-11-15T07:01:16.135476+0000 mgr.smithi134.usnyhc (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:18.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:18.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:18 smithi134 bash[25956]: audit 2023-11-15T07:01:17.543036+0000 mgr.smithi134.usnyhc (mgr.14182) 586 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:18.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:18 smithi143 bash[29607]: audit 2023-11-15T07:01:17.543036+0000 mgr.smithi134.usnyhc (mgr.14182) 586 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:19.163 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:19.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:19 smithi134 bash[25956]: cluster 2023-11-15T07:01:18.137209+0000 mgr.smithi134.usnyhc (mgr.14182) 587 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:19 smithi143 bash[29607]: cluster 2023-11-15T07:01:18.137209+0000 mgr.smithi134.usnyhc (mgr.14182) 587 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:21.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:21 smithi134 bash[25956]: cluster 2023-11-15T07:01:20.139091+0000 mgr.smithi134.usnyhc (mgr.14182) 588 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:21 smithi143 bash[29607]: cluster 2023-11-15T07:01:20.139091+0000 mgr.smithi134.usnyhc (mgr.14182) 588 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:22.380 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:22.381 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:22.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:23.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:23 smithi134 bash[25956]: cluster 2023-11-15T07:01:22.140123+0000 mgr.smithi134.usnyhc (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:23.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:23 smithi134 bash[25956]: audit 2023-11-15T07:01:22.371215+0000 mgr.smithi134.usnyhc (mgr.14182) 590 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:23 smithi143 bash[29607]: cluster 2023-11-15T07:01:22.140123+0000 mgr.smithi134.usnyhc (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:23 smithi143 bash[29607]: audit 2023-11-15T07:01:22.371215+0000 mgr.smithi134.usnyhc (mgr.14182) 590 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:23.979 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:25.145 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:24 smithi134 bash[25956]: cluster 2023-11-15T07:01:24.141695+0000 mgr.smithi134.usnyhc (mgr.14182) 591 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:24 smithi143 bash[29607]: cluster 2023-11-15T07:01:24.141695+0000 mgr.smithi134.usnyhc (mgr.14182) 591 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:26.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:26 smithi143 bash[29607]: audit 2023-11-15T07:01:26.096406+0000 mon.smithi134 (mon.0) 803 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:01:26.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:26 smithi134 bash[25956]: audit 2023-11-15T07:01:26.096406+0000 mon.smithi134 (mon.0) 803 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:01:27.407 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:27.407 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:59:18.099586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kdqrmd on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:27.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: cluster 2023-11-15T07:01:26.142623+0000 mgr.smithi134.usnyhc (mgr.14182) 592 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:27.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.407255+0000 mon.smithi134 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.407558+0000 mon.smithi134 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.408363+0000 mon.smithi134 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.408607+0000 mon.smithi134 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.409542+0000 mon.smithi134 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.409795+0000 mon.smithi134 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.410876+0000 mon.smithi134 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.411056+0000 mon.smithi134 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: cephadm 2023-11-15T07:01:26.411633+0000 mgr.smithi134.usnyhc (mgr.14182) 593 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3017M 2023-11-15T07:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: cephadm 2023-11-15T07:01:26.411969+0000 mgr.smithi134.usnyhc (mgr.14182) 594 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2023-11-15T07:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.418880+0000 mon.smithi134 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.426431+0000 mon.smithi134 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.427849+0000 mon.smithi134 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:01:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.429104+0000 mon.smithi134 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:01:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.438464+0000 mon.smithi134 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: cluster 2023-11-15T07:01:26.439387+0000 mgr.smithi134.usnyhc (mgr.14182) 595 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.445392+0000 mon.smithi134 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:01:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: audit 2023-11-15T07:01:26.459829+0000 mon.smithi134 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:27 smithi134 bash[25956]: cephadm 2023-11-15T07:01:26.463425+0000 mgr.smithi134.usnyhc (mgr.14182) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.yvxenf on smithi143 2023-11-15T07:01:27.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: cluster 2023-11-15T07:01:26.142623+0000 mgr.smithi134.usnyhc (mgr.14182) 592 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.407255+0000 mon.smithi134 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.407558+0000 mon.smithi134 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.408363+0000 mon.smithi134 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.408607+0000 mon.smithi134 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.409542+0000 mon.smithi134 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.409795+0000 mon.smithi134 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.410876+0000 mon.smithi134 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.411056+0000 mon.smithi134 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T07:01:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: cephadm 2023-11-15T07:01:26.411633+0000 mgr.smithi134.usnyhc (mgr.14182) 593 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3017M 2023-11-15T07:01:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: cephadm 2023-11-15T07:01:26.411969+0000 mgr.smithi134.usnyhc (mgr.14182) 594 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2023-11-15T07:01:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.418880+0000 mon.smithi134 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.426431+0000 mon.smithi134 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.427849+0000 mon.smithi134 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:01:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.429104+0000 mon.smithi134 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:01:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.438464+0000 mon.smithi134 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: cluster 2023-11-15T07:01:26.439387+0000 mgr.smithi134.usnyhc (mgr.14182) 595 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.445392+0000 mon.smithi134 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:01:27.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: audit 2023-11-15T07:01:26.459829+0000 mon.smithi134 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:27.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:27 smithi143 bash[29607]: cephadm 2023-11-15T07:01:26.463425+0000 mgr.smithi134.usnyhc (mgr.14182) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.yvxenf on smithi143 2023-11-15T07:01:28.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:28 smithi134 bash[25956]: audit 2023-11-15T07:01:27.392178+0000 mgr.smithi134.usnyhc (mgr.14182) 597 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:28 smithi134 bash[25956]: cluster 2023-11-15T07:01:27.435696+0000 mon.smithi134 (mon.0) 819 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:01:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:28 smithi134 bash[25956]: cluster 2023-11-15T07:01:27.435754+0000 mon.smithi134 (mon.0) 820 : cluster [INF] Cluster is now healthy 2023-11-15T07:01:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:28 smithi143 bash[29607]: audit 2023-11-15T07:01:27.392178+0000 mgr.smithi134.usnyhc (mgr.14182) 597 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:28 smithi143 bash[29607]: cluster 2023-11-15T07:01:27.435696+0000 mon.smithi134 (mon.0) 819 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:01:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:28 smithi143 bash[29607]: cluster 2023-11-15T07:01:27.435754+0000 mon.smithi134 (mon.0) 820 : cluster [INF] Cluster is now healthy 2023-11-15T07:01:29.047 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:29.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:29 smithi134 bash[25956]: cluster 2023-11-15T07:01:28.440833+0000 mgr.smithi134.usnyhc (mgr.14182) 598 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:29.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:29 smithi143 bash[29607]: cluster 2023-11-15T07:01:28.440833+0000 mgr.smithi134.usnyhc (mgr.14182) 598 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:30.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:30 smithi134 bash[25956]: audit 2023-11-15T07:01:30.342285+0000 mon.smithi134 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.yvxenf"}]: dispatch 2023-11-15T07:01:30.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:30 smithi143 bash[29607]: audit 2023-11-15T07:01:30.342285+0000 mon.smithi134 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.yvxenf"}]: dispatch 2023-11-15T07:01:31.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: cephadm 2023-11-15T07:01:30.341198+0000 mgr.smithi134.usnyhc (mgr.14182) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:01:31.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:01:31.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:01:31.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:01:31.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:01:31.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: cephadm 2023-11-15T07:01:30.341647+0000 mgr.smithi134.usnyhc (mgr.14182) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: cephadm 2023-11-15T07:01:30.344013+0000 mgr.smithi134.usnyhc (mgr.14182) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:31.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: cephadm 2023-11-15T07:01:30.348814+0000 mgr.smithi134.usnyhc (mgr.14182) 602 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.altadt on smithi134 2023-11-15T07:01:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:31 smithi134 bash[25956]: cluster 2023-11-15T07:01:30.442246+0000 mgr.smithi134.usnyhc (mgr.14182) 603 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: cephadm 2023-11-15T07:01:30.341198+0000 mgr.smithi134.usnyhc (mgr.14182) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:01:31.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:01:31.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:01:31.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:01:31.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:01:31.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: cephadm 2023-11-15T07:01:30.341647+0000 mgr.smithi134.usnyhc (mgr.14182) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: cephadm 2023-11-15T07:01:30.344013+0000 mgr.smithi134.usnyhc (mgr.14182) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf 2023-11-15T07:01:31.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:31.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf 2023-11-15T07:01:31.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.yvxenf ... 2023-11-15T07:01:31.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:31.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:31.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:31.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:31.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: cephadm 2023-11-15T07:01:30.348814+0000 mgr.smithi134.usnyhc (mgr.14182) 602 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.altadt on smithi134 2023-11-15T07:01:31.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:31 smithi143 bash[29607]: cluster 2023-11-15T07:01:30.442246+0000 mgr.smithi134.usnyhc (mgr.14182) 603 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:01:32.214 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:32.214 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:22.318615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ommana on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-ommana\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.ommana\nDeploy daemon haproxy.nfs.foo.smithi143.ommana ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.085209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rdwgpu on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rdwgpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rdwgpu\nDeploy daemon haproxy.nfs.foo.smithi134.rdwgpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:00:26.089835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ymbsht on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:32.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:33.795 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:33 smithi134 bash[25956]: audit 2023-11-15T07:01:32.201984+0000 mgr.smithi134.usnyhc (mgr.14182) 604 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:33.795 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:33 smithi134 bash[25956]: cluster 2023-11-15T07:01:32.443495+0000 mgr.smithi134.usnyhc (mgr.14182) 605 : 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-11-15T07:01:33.884 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:33.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:33 smithi143 bash[29607]: audit 2023-11-15T07:01:32.201984+0000 mgr.smithi134.usnyhc (mgr.14182) 604 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:33.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:33 smithi143 bash[29607]: cluster 2023-11-15T07:01:32.443495+0000 mgr.smithi134.usnyhc (mgr.14182) 605 : 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-11-15T07:01:35.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cephadm 2023-11-15T07:01:34.164252+0000 mgr.smithi134.usnyhc (mgr.14182) 606 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:01:35.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:01:35.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:01:35.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:01:35.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:01:35.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.125 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.125 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.125 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.125 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.125 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.126 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.127 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.127 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.127 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cephadm 2023-11-15T07:01:34.164691+0000 mgr.smithi134.usnyhc (mgr.14182) 607 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.127 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: audit 2023-11-15T07:01:34.165204+0000 mon.smithi134 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.altadt"}]: dispatch 2023-11-15T07:01:35.128 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cephadm 2023-11-15T07:01:34.166392+0000 mgr.smithi134.usnyhc (mgr.14182) 608 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.128 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:01:35.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.130 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.130 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.130 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.130 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.130 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.131 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cephadm 2023-11-15T07:01:34.169581+0000 mgr.smithi134.usnyhc (mgr.14182) 609 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:01:35.131 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cephadm 2023-11-15T07:01:34.171216+0000 mgr.smithi134.usnyhc (mgr.14182) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:01:35.131 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: cluster 2023-11-15T07:01:34.172348+0000 mgr.smithi134.usnyhc (mgr.14182) 611 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:01:35.131 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:34 smithi134 bash[25956]: audit 2023-11-15T07:01:34.258884+0000 mon.smithi134 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cephadm 2023-11-15T07:01:34.164252+0000 mgr.smithi134.usnyhc (mgr.14182) 606 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:01:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:01:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:01:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:01:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:01:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cephadm 2023-11-15T07:01:34.164691+0000 mgr.smithi134.usnyhc (mgr.14182) 607 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: audit 2023-11-15T07:01:34.165204+0000 mon.smithi134 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.altadt"}]: dispatch 2023-11-15T07:01:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cephadm 2023-11-15T07:01:34.166392+0000 mgr.smithi134.usnyhc (mgr.14182) 608 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt 2023-11-15T07:01:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:01:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt 2023-11-15T07:01:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.altadt ... 2023-11-15T07:01:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:01:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:01:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:01:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:01:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cephadm 2023-11-15T07:01:34.169581+0000 mgr.smithi134.usnyhc (mgr.14182) 609 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:01:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cephadm 2023-11-15T07:01:34.171216+0000 mgr.smithi134.usnyhc (mgr.14182) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:01:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: cluster 2023-11-15T07:01:34.172348+0000 mgr.smithi134.usnyhc (mgr.14182) 611 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:01:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:34 smithi143 bash[29607]: audit 2023-11-15T07:01:34.258884+0000 mon.smithi134 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:36.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:35 smithi134 bash[25956]: cluster 2023-11-15T07:01:34.836558+0000 mon.smithi134 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:01:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:35 smithi143 bash[29607]: cluster 2023-11-15T07:01:34.836558+0000 mon.smithi134 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:01:37.311 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:37.312 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:37 smithi134 bash[25956]: cluster 2023-11-15T07:01:36.173819+0000 mgr.smithi134.usnyhc (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:01:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:37 smithi134 bash[25956]: audit 2023-11-15T07:01:36.413821+0000 mon.smithi134 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:37 smithi143 bash[29607]: cluster 2023-11-15T07:01:36.173819+0000 mgr.smithi134.usnyhc (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:01:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:37 smithi143 bash[29607]: audit 2023-11-15T07:01:36.413821+0000 mon.smithi134 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:37.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:38 smithi134 bash[25956]: audit 2023-11-15T07:01:37.296041+0000 mgr.smithi134.usnyhc (mgr.14182) 613 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:38 smithi143 bash[29607]: audit 2023-11-15T07:01:37.296041+0000 mgr.smithi134.usnyhc (mgr.14182) 613 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:38.908 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:39 smithi143 bash[29607]: cluster 2023-11-15T07:01:38.175605+0000 mgr.smithi134.usnyhc (mgr.14182) 614 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:39.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:39 smithi134 bash[25956]: cluster 2023-11-15T07:01:38.175605+0000 mgr.smithi134.usnyhc (mgr.14182) 614 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:41.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:41 smithi134 bash[25956]: cluster 2023-11-15T07:01:40.177558+0000 mgr.smithi134.usnyhc (mgr.14182) 615 : cluster [DBG] pgmap v441: 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-11-15T07:01:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:41 smithi143 bash[29607]: cluster 2023-11-15T07:01:40.177558+0000 mgr.smithi134.usnyhc (mgr.14182) 615 : cluster [DBG] pgmap v441: 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-11-15T07:01:42.173 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:42.173 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:42.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:43.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:43 smithi134 bash[25956]: audit 2023-11-15T07:01:42.159847+0000 mgr.smithi134.usnyhc (mgr.14182) 616 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:43.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:43 smithi134 bash[25956]: cluster 2023-11-15T07:01:42.178739+0000 mgr.smithi134.usnyhc (mgr.14182) 617 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:43 smithi143 bash[29607]: audit 2023-11-15T07:01:42.159847+0000 mgr.smithi134.usnyhc (mgr.14182) 616 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:43 smithi143 bash[29607]: cluster 2023-11-15T07:01:42.178739+0000 mgr.smithi134.usnyhc (mgr.14182) 617 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:43.830 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:45.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:44 smithi134 bash[25956]: cluster 2023-11-15T07:01:44.180489+0000 mgr.smithi134.usnyhc (mgr.14182) 618 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:44 smithi143 bash[29607]: cluster 2023-11-15T07:01:44.180489+0000 mgr.smithi134.usnyhc (mgr.14182) 618 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:01:47.006 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:47.007 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:47 smithi134 bash[25956]: cluster 2023-11-15T07:01:46.182049+0000 mgr.smithi134.usnyhc (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:47.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:47.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:47 smithi143 bash[29607]: cluster 2023-11-15T07:01:46.182049+0000 mgr.smithi134.usnyhc (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:48.568 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:48.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:48 smithi134 bash[25956]: audit 2023-11-15T07:01:46.990020+0000 mgr.smithi134.usnyhc (mgr.14182) 620 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:48.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:48 smithi143 bash[29607]: audit 2023-11-15T07:01:46.990020+0000 mgr.smithi134.usnyhc (mgr.14182) 620 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:49.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:49 smithi134 bash[25956]: cluster 2023-11-15T07:01:48.183835+0000 mgr.smithi134.usnyhc (mgr.14182) 621 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:49 smithi143 bash[29607]: cluster 2023-11-15T07:01:48.183835+0000 mgr.smithi134.usnyhc (mgr.14182) 621 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:50.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:50 smithi134 bash[25956]: audit 2023-11-15T07:01:49.263451+0000 mon.smithi134 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:50 smithi143 bash[29607]: audit 2023-11-15T07:01:49.263451+0000 mon.smithi134 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:01:51.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:51 smithi134 bash[25956]: cluster 2023-11-15T07:01:50.185395+0000 mgr.smithi134.usnyhc (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:51 smithi143 bash[29607]: cluster 2023-11-15T07:01:50.185395+0000 mgr.smithi134.usnyhc (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:01:51.860 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:51.860 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:52.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:53.472 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:53 smithi143 bash[29607]: audit 2023-11-15T07:01:51.851566+0000 mgr.smithi134.usnyhc (mgr.14182) 623 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:53 smithi143 bash[29607]: cluster 2023-11-15T07:01:52.186888+0000 mgr.smithi134.usnyhc (mgr.14182) 624 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:53.799 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:53 smithi134 bash[25956]: audit 2023-11-15T07:01:51.851566+0000 mgr.smithi134.usnyhc (mgr.14182) 623 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:53.800 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:53 smithi134 bash[25956]: cluster 2023-11-15T07:01:52.186888+0000 mgr.smithi134.usnyhc (mgr.14182) 624 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:54 smithi134 bash[25956]: cluster 2023-11-15T07:01:54.188718+0000 mgr.smithi134.usnyhc (mgr.14182) 625 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:54 smithi143 bash[29607]: cluster 2023-11-15T07:01:54.188718+0000 mgr.smithi134.usnyhc (mgr.14182) 625 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:56.748 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:01:56.748 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:01:57.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:01:57.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:57 smithi134 bash[25956]: cluster 2023-11-15T07:01:56.190341+0000 mgr.smithi134.usnyhc (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:57.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:57 smithi134 bash[25956]: audit 2023-11-15T07:01:56.733617+0000 mgr.smithi134.usnyhc (mgr.14182) 627 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:57 smithi143 bash[29607]: cluster 2023-11-15T07:01:56.190341+0000 mgr.smithi134.usnyhc (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:01:57.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:57 smithi143 bash[29607]: audit 2023-11-15T07:01:56.733617+0000 mgr.smithi134.usnyhc (mgr.14182) 627 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:01:58.383 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:01:59.591 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:01:59 smithi134 bash[25956]: cluster 2023-11-15T07:01:58.191549+0000 mgr.smithi134.usnyhc (mgr.14182) 628 : 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-11-15T07:01:59.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:01:59 smithi143 bash[29607]: cluster 2023-11-15T07:01:58.191549+0000 mgr.smithi134.usnyhc (mgr.14182) 628 : 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-11-15T07:02:01.451 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:01.451 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:01.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:01 smithi134 bash[25956]: cluster 2023-11-15T07:02:00.193219+0000 mgr.smithi134.usnyhc (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:01.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:01 smithi143 bash[29607]: cluster 2023-11-15T07:02:00.193219+0000 mgr.smithi134.usnyhc (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:02.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:02 smithi134 bash[25956]: audit 2023-11-15T07:02:01.442362+0000 mgr.smithi134.usnyhc (mgr.14182) 630 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:02 smithi143 bash[29607]: audit 2023-11-15T07:02:01.442362+0000 mgr.smithi134.usnyhc (mgr.14182) 630 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:03.085 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:03.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:03 smithi134 bash[25956]: cluster 2023-11-15T07:02:02.194641+0000 mgr.smithi134.usnyhc (mgr.14182) 631 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:03.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:03 smithi143 bash[29607]: cluster 2023-11-15T07:02:02.194641+0000 mgr.smithi134.usnyhc (mgr.14182) 631 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:05.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:04 smithi134 bash[25956]: cluster 2023-11-15T07:02:04.196479+0000 mgr.smithi134.usnyhc (mgr.14182) 632 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:04 smithi143 bash[29607]: cluster 2023-11-15T07:02:04.196479+0000 mgr.smithi134.usnyhc (mgr.14182) 632 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:06.358 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:06.358 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:06.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:07.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:07 smithi134 bash[25956]: cluster 2023-11-15T07:02:06.197875+0000 mgr.smithi134.usnyhc (mgr.14182) 633 : 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-11-15T07:02:07.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:07 smithi134 bash[25956]: audit 2023-11-15T07:02:06.341849+0000 mgr.smithi134.usnyhc (mgr.14182) 634 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:07 smithi143 bash[29607]: cluster 2023-11-15T07:02:06.197875+0000 mgr.smithi134.usnyhc (mgr.14182) 633 : 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-11-15T07:02:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:07 smithi143 bash[29607]: audit 2023-11-15T07:02:06.341849+0000 mgr.smithi134.usnyhc (mgr.14182) 634 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:07.964 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:09.281 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:09 smithi134 bash[25956]: cluster 2023-11-15T07:02:08.199465+0000 mgr.smithi134.usnyhc (mgr.14182) 635 : 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-11-15T07:02:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:09 smithi143 bash[29607]: cluster 2023-11-15T07:02:08.199465+0000 mgr.smithi134.usnyhc (mgr.14182) 635 : 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-11-15T07:02:11.088 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:11.089 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:11.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:11 smithi134 bash[25956]: cluster 2023-11-15T07:02:10.201295+0000 mgr.smithi134.usnyhc (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:11.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:11 smithi143 bash[29607]: cluster 2023-11-15T07:02:10.201295+0000 mgr.smithi134.usnyhc (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:11.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:12.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:12 smithi134 bash[25956]: audit 2023-11-15T07:02:11.072833+0000 mgr.smithi134.usnyhc (mgr.14182) 637 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:12 smithi143 bash[29607]: audit 2023-11-15T07:02:11.072833+0000 mgr.smithi134.usnyhc (mgr.14182) 637 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:12.746 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:13.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:13 smithi134 bash[25956]: cluster 2023-11-15T07:02:12.202793+0000 mgr.smithi134.usnyhc (mgr.14182) 638 : 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-11-15T07:02:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:13 smithi143 bash[29607]: cluster 2023-11-15T07:02:12.202793+0000 mgr.smithi134.usnyhc (mgr.14182) 638 : 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-11-15T07:02:15.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:14 smithi134 bash[25956]: cluster 2023-11-15T07:02:14.204399+0000 mgr.smithi134.usnyhc (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:14 smithi143 bash[29607]: cluster 2023-11-15T07:02:14.204399+0000 mgr.smithi134.usnyhc (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:16.095 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:16.096 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:16.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:17.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:17 smithi134 bash[25956]: audit 2023-11-15T07:02:16.079587+0000 mgr.smithi134.usnyhc (mgr.14182) 640 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:17.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:17 smithi134 bash[25956]: cluster 2023-11-15T07:02:16.205934+0000 mgr.smithi134.usnyhc (mgr.14182) 641 : 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-11-15T07:02:17.724 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:17 smithi143 bash[29607]: audit 2023-11-15T07:02:16.079587+0000 mgr.smithi134.usnyhc (mgr.14182) 640 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:17 smithi143 bash[29607]: cluster 2023-11-15T07:02:16.205934+0000 mgr.smithi134.usnyhc (mgr.14182) 641 : 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-11-15T07:02:19.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:19 smithi134 bash[25956]: cluster 2023-11-15T07:02:18.207770+0000 mgr.smithi134.usnyhc (mgr.14182) 642 : 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-11-15T07:02:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:19 smithi143 bash[29607]: cluster 2023-11-15T07:02:18.207770+0000 mgr.smithi134.usnyhc (mgr.14182) 642 : 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-11-15T07:02:20.909 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:20.909 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:21.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:21.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:21 smithi134 bash[25956]: cluster 2023-11-15T07:02:20.209501+0000 mgr.smithi134.usnyhc (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:21 smithi143 bash[29607]: cluster 2023-11-15T07:02:20.209501+0000 mgr.smithi134.usnyhc (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:22.511 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:22.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:22 smithi134 bash[25956]: audit 2023-11-15T07:02:20.892648+0000 mgr.smithi134.usnyhc (mgr.14182) 644 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:22 smithi143 bash[29607]: audit 2023-11-15T07:02:20.892648+0000 mgr.smithi134.usnyhc (mgr.14182) 644 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:23.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:23 smithi134 bash[25956]: cluster 2023-11-15T07:02:22.210926+0000 mgr.smithi134.usnyhc (mgr.14182) 645 : 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-11-15T07:02:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:23 smithi143 bash[29607]: cluster 2023-11-15T07:02:22.210926+0000 mgr.smithi134.usnyhc (mgr.14182) 645 : 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-11-15T07:02:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:24 smithi134 bash[25956]: cluster 2023-11-15T07:02:24.212621+0000 mgr.smithi134.usnyhc (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:24 smithi143 bash[29607]: cluster 2023-11-15T07:02:24.212621+0000 mgr.smithi134.usnyhc (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:25.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:25.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:26.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:25 smithi134 bash[25956]: audit 2023-11-15T07:02:25.747587+0000 mgr.smithi134.usnyhc (mgr.14182) 647 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:26.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:25 smithi143 bash[29607]: audit 2023-11-15T07:02:25.747587+0000 mgr.smithi134.usnyhc (mgr.14182) 647 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:26.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:27.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:26 smithi134 bash[25956]: cluster 2023-11-15T07:02:26.214274+0000 mgr.smithi134.usnyhc (mgr.14182) 648 : 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-11-15T07:02:27.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:26 smithi143 bash[29607]: cluster 2023-11-15T07:02:26.214274+0000 mgr.smithi134.usnyhc (mgr.14182) 648 : 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-11-15T07:02:27.405 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:29.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:29 smithi134 bash[25956]: cluster 2023-11-15T07:02:28.216103+0000 mgr.smithi134.usnyhc (mgr.14182) 649 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:29 smithi143 bash[29607]: cluster 2023-11-15T07:02:28.216103+0000 mgr.smithi134.usnyhc (mgr.14182) 649 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:30.605 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:30.605 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:31.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:31.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:31 smithi134 bash[25956]: cluster 2023-11-15T07:02:30.217584+0000 mgr.smithi134.usnyhc (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:31.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:31 smithi134 bash[25956]: audit 2023-11-15T07:02:30.588814+0000 mgr.smithi134.usnyhc (mgr.14182) 651 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:31 smithi143 bash[29607]: cluster 2023-11-15T07:02:30.217584+0000 mgr.smithi134.usnyhc (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:02:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:31 smithi143 bash[29607]: audit 2023-11-15T07:02:30.588814+0000 mgr.smithi134.usnyhc (mgr.14182) 651 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:32.261 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:33.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:33 smithi134 bash[25956]: cluster 2023-11-15T07:02:32.219195+0000 mgr.smithi134.usnyhc (mgr.14182) 652 : 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-11-15T07:02:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:33 smithi143 bash[29607]: cluster 2023-11-15T07:02:32.219195+0000 mgr.smithi134.usnyhc (mgr.14182) 652 : 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-11-15T07:02:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.175127+0000 mon.smithi134 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:02:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: cluster 2023-11-15T07:02:34.220833+0000 mgr.smithi134.usnyhc (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.501732+0000 mon.smithi134 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:02:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.503867+0000 mon.smithi134 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:02:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.513408+0000 mon.smithi134 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: cluster 2023-11-15T07:02:34.514388+0000 mgr.smithi134.usnyhc (mgr.14182) 654 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:02:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.519819+0000 mon.smithi134 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:02:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: audit 2023-11-15T07:02:34.532322+0000 mon.smithi134 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:34 smithi134 bash[25956]: cephadm 2023-11-15T07:02:34.538459+0000 mgr.smithi134.usnyhc (mgr.14182) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bxoxgt on smithi143 2023-11-15T07:02:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.175127+0000 mon.smithi134 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:02:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: cluster 2023-11-15T07:02:34.220833+0000 mgr.smithi134.usnyhc (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.501732+0000 mon.smithi134 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:02:35.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.503867+0000 mon.smithi134 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:02:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.513408+0000 mon.smithi134 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: cluster 2023-11-15T07:02:34.514388+0000 mgr.smithi134.usnyhc (mgr.14182) 654 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:02:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.519819+0000 mon.smithi134 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:02:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: audit 2023-11-15T07:02:34.532322+0000 mon.smithi134 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:34 smithi143 bash[29607]: cephadm 2023-11-15T07:02:34.538459+0000 mgr.smithi134.usnyhc (mgr.14182) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bxoxgt on smithi143 2023-11-15T07:02:35.465 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:35.466 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:00:26.092462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.plvwzz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:36.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:36.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:35 smithi134 bash[25956]: cluster 2023-11-15T07:02:34.855786+0000 mon.smithi134 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:02:36.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:35 smithi134 bash[25956]: cluster 2023-11-15T07:02:34.855858+0000 mon.smithi134 (mon.0) 834 : cluster [INF] Cluster is now healthy 2023-11-15T07:02:36.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:35 smithi134 bash[25956]: audit 2023-11-15T07:02:35.448783+0000 mgr.smithi134.usnyhc (mgr.14182) 656 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:35 smithi143 bash[29607]: cluster 2023-11-15T07:02:34.855786+0000 mon.smithi134 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:02:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:35 smithi143 bash[29607]: cluster 2023-11-15T07:02:34.855858+0000 mon.smithi134 (mon.0) 834 : cluster [INF] Cluster is now healthy 2023-11-15T07:02:36.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:35 smithi143 bash[29607]: audit 2023-11-15T07:02:35.448783+0000 mgr.smithi134.usnyhc (mgr.14182) 656 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:37.110 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:37.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:36 smithi134 bash[25956]: cluster 2023-11-15T07:02:36.515660+0000 mgr.smithi134.usnyhc (mgr.14182) 657 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:02:37.305 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:36 smithi143 bash[29607]: cluster 2023-11-15T07:02:36.515660+0000 mgr.smithi134.usnyhc (mgr.14182) 657 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:02:38.499 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:38 smithi134 bash[25956]: audit 2023-11-15T07:02:38.398169+0000 mon.smithi134 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bxoxgt"}]: dispatch 2023-11-15T07:02:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:38 smithi143 bash[29607]: audit 2023-11-15T07:02:38.398169+0000 mon.smithi134 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bxoxgt"}]: dispatch 2023-11-15T07:02:39.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: cephadm 2023-11-15T07:02:38.396868+0000 mgr.smithi134.usnyhc (mgr.14182) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:02:39.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:02:39.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:02:39.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: cephadm 2023-11-15T07:02:38.397520+0000 mgr.smithi134.usnyhc (mgr.14182) 659 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: cephadm 2023-11-15T07:02:38.400077+0000 mgr.smithi134.usnyhc (mgr.14182) 660 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: cephadm 2023-11-15T07:02:38.404371+0000 mgr.smithi134.usnyhc (mgr.14182) 661 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ztnnmq on smithi134 2023-11-15T07:02:39.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:39 smithi134 bash[25956]: cluster 2023-11-15T07:02:38.517192+0000 mgr.smithi134.usnyhc (mgr.14182) 662 : 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-11-15T07:02:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: cephadm 2023-11-15T07:02:38.396868+0000 mgr.smithi134.usnyhc (mgr.14182) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:02:39.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:02:39.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:02:39.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:02:39.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:02:39.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: cephadm 2023-11-15T07:02:38.397520+0000 mgr.smithi134.usnyhc (mgr.14182) 659 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: cephadm 2023-11-15T07:02:38.400077+0000 mgr.smithi134.usnyhc (mgr.14182) 660 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt 2023-11-15T07:02:39.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:39.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt 2023-11-15T07:02:39.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bxoxgt ... 2023-11-15T07:02:39.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:39.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:39.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:39.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:39.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: cephadm 2023-11-15T07:02:38.404371+0000 mgr.smithi134.usnyhc (mgr.14182) 661 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ztnnmq on smithi134 2023-11-15T07:02:39.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:39 smithi143 bash[29607]: cluster 2023-11-15T07:02:38.517192+0000 mgr.smithi134.usnyhc (mgr.14182) 662 : 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-11-15T07:02:40.290 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:40.290 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:30.343701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.yvxenf on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-yvxenf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.yvxenf\nDeploy daemon haproxy.nfs.foo.smithi143.yvxenf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.166192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.altadt on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-altadt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.altadt\nDeploy daemon haproxy.nfs.foo.smithi134.altadt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:01:34.169468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.abyeei on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:40.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:41.916 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:41.926 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:41 smithi134 bash[25956]: audit 2023-11-15T07:02:40.273312+0000 mgr.smithi134.usnyhc (mgr.14182) 663 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:41.927 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:41 smithi134 bash[25956]: cluster 2023-11-15T07:02:40.518805+0000 mgr.smithi134.usnyhc (mgr.14182) 664 : 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-11-15T07:02:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:41 smithi143 bash[29607]: audit 2023-11-15T07:02:40.273312+0000 mgr.smithi134.usnyhc (mgr.14182) 663 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:41 smithi143 bash[29607]: cluster 2023-11-15T07:02:40.518805+0000 mgr.smithi134.usnyhc (mgr.14182) 664 : 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-11-15T07:02:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cluster 2023-11-15T07:02:42.520127+0000 mgr.smithi134.usnyhc (mgr.14182) 665 : 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-11-15T07:02:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cephadm 2023-11-15T07:02:42.616579+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:02:43.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cephadm 2023-11-15T07:02:42.617007+0000 mgr.smithi134.usnyhc (mgr.14182) 667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: audit 2023-11-15T07:02:42.617539+0000 mon.smithi134 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ztnnmq"}]: dispatch 2023-11-15T07:02:43.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cephadm 2023-11-15T07:02:42.618722+0000 mgr.smithi134.usnyhc (mgr.14182) 668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:02:43.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cephadm 2023-11-15T07:02:42.620675+0000 mgr.smithi134.usnyhc (mgr.14182) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:02:43.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cephadm 2023-11-15T07:02:42.622190+0000 mgr.smithi134.usnyhc (mgr.14182) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:02:43.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:43 smithi134 bash[25956]: cluster 2023-11-15T07:02:42.623048+0000 mgr.smithi134.usnyhc (mgr.14182) 671 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T07:02:43.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cluster 2023-11-15T07:02:42.520127+0000 mgr.smithi134.usnyhc (mgr.14182) 665 : 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-11-15T07:02:43.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cephadm 2023-11-15T07:02:42.616579+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:02:43.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cephadm 2023-11-15T07:02:42.617007+0000 mgr.smithi134.usnyhc (mgr.14182) 667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: audit 2023-11-15T07:02:42.617539+0000 mon.smithi134 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ztnnmq"}]: dispatch 2023-11-15T07:02:43.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cephadm 2023-11-15T07:02:42.618722+0000 mgr.smithi134.usnyhc (mgr.14182) 668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq 2023-11-15T07:02:43.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ztnnmq ... 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:02:43.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:02:43.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:02:43.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cephadm 2023-11-15T07:02:42.620675+0000 mgr.smithi134.usnyhc (mgr.14182) 669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:02:43.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cephadm 2023-11-15T07:02:42.622190+0000 mgr.smithi134.usnyhc (mgr.14182) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:02:43.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:43 smithi143 bash[29607]: cluster 2023-11-15T07:02:42.623048+0000 mgr.smithi134.usnyhc (mgr.14182) 671 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T07:02:44.895 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:44 smithi134 bash[25956]: cluster 2023-11-15T07:02:43.579000+0000 mon.smithi134 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:02:44.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:44 smithi143 bash[29607]: cluster 2023-11-15T07:02:43.579000+0000 mon.smithi134 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:02:45.261 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:45.261 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:45.902 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:45 smithi134 bash[25956]: cluster 2023-11-15T07:02:44.624706+0000 mgr.smithi134.usnyhc (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:45.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:45.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:45 smithi143 bash[29607]: cluster 2023-11-15T07:02:44.624706+0000 mgr.smithi134.usnyhc (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:46.905 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:46.917 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:46 smithi134 bash[25956]: audit 2023-11-15T07:02:45.244971+0000 mgr.smithi134.usnyhc (mgr.14182) 673 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:46.918 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:46 smithi134 bash[25956]: audit 2023-11-15T07:02:46.476188+0000 mon.smithi134 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:46.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:46 smithi143 bash[29607]: audit 2023-11-15T07:02:45.244971+0000 mgr.smithi134.usnyhc (mgr.14182) 673 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:46.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:46 smithi143 bash[29607]: audit 2023-11-15T07:02:46.476188+0000 mon.smithi134 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:02:47.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:47 smithi134 bash[25956]: cluster 2023-11-15T07:02:46.626026+0000 mgr.smithi134.usnyhc (mgr.14182) 674 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:47 smithi143 bash[29607]: cluster 2023-11-15T07:02:46.626026+0000 mgr.smithi134.usnyhc (mgr.14182) 674 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:49.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:49 smithi134 bash[25956]: cluster 2023-11-15T07:02:48.627819+0000 mgr.smithi134.usnyhc (mgr.14182) 675 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:49.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:49 smithi143 bash[29607]: cluster 2023-11-15T07:02:48.627819+0000 mgr.smithi134.usnyhc (mgr.14182) 675 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:50.161 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:50.161 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:50.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:51.760 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:51.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:51 smithi134 bash[25956]: audit 2023-11-15T07:02:50.151188+0000 mgr.smithi134.usnyhc (mgr.14182) 676 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:51.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:51 smithi134 bash[25956]: cluster 2023-11-15T07:02:50.629685+0000 mgr.smithi134.usnyhc (mgr.14182) 677 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:51.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:51 smithi143 bash[29607]: audit 2023-11-15T07:02:50.151188+0000 mgr.smithi134.usnyhc (mgr.14182) 676 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:51.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:51 smithi143 bash[29607]: cluster 2023-11-15T07:02:50.629685+0000 mgr.smithi134.usnyhc (mgr.14182) 677 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:53.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:53 smithi134 bash[25956]: cluster 2023-11-15T07:02:52.631287+0000 mgr.smithi134.usnyhc (mgr.14182) 678 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:53.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:53 smithi143 bash[29607]: cluster 2023-11-15T07:02:52.631287+0000 mgr.smithi134.usnyhc (mgr.14182) 678 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:02:55.024 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:55.024 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:54 smithi134 bash[25956]: cluster 2023-11-15T07:02:54.632999+0000 mgr.smithi134.usnyhc (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:54 smithi143 bash[29607]: cluster 2023-11-15T07:02:54.632999+0000 mgr.smithi134.usnyhc (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:55.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:02:55.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:55 smithi134 bash[25956]: audit 2023-11-15T07:02:55.009075+0000 mgr.smithi134.usnyhc (mgr.14182) 680 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:56.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:55 smithi143 bash[29607]: audit 2023-11-15T07:02:55.009075+0000 mgr.smithi134.usnyhc (mgr.14182) 680 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:02:56.724 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:02:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:56 smithi134 bash[25956]: cluster 2023-11-15T07:02:56.634508+0000 mgr.smithi134.usnyhc (mgr.14182) 681 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:56 smithi143 bash[29607]: cluster 2023-11-15T07:02:56.634508+0000 mgr.smithi134.usnyhc (mgr.14182) 681 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:02:59.960 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:02:59.960 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:02:59.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:02:59 smithi134 bash[25956]: cluster 2023-11-15T07:02:58.636304+0000 mgr.smithi134.usnyhc (mgr.14182) 682 : 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-11-15T07:02:59.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:02:59 smithi143 bash[29607]: cluster 2023-11-15T07:02:58.636304+0000 mgr.smithi134.usnyhc (mgr.14182) 682 : 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-11-15T07:03:00.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:01.577 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:01.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:01 smithi134 bash[25956]: audit 2023-11-15T07:02:59.943937+0000 mgr.smithi134.usnyhc (mgr.14182) 683 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:01.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:01 smithi134 bash[25956]: cluster 2023-11-15T07:03:00.638161+0000 mgr.smithi134.usnyhc (mgr.14182) 684 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:01 smithi143 bash[29607]: audit 2023-11-15T07:02:59.943937+0000 mgr.smithi134.usnyhc (mgr.14182) 683 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:01 smithi143 bash[29607]: cluster 2023-11-15T07:03:00.638161+0000 mgr.smithi134.usnyhc (mgr.14182) 684 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:03 smithi134 bash[25956]: cluster 2023-11-15T07:03:02.639663+0000 mgr.smithi134.usnyhc (mgr.14182) 685 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:03.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:03 smithi143 bash[29607]: cluster 2023-11-15T07:03:02.639663+0000 mgr.smithi134.usnyhc (mgr.14182) 685 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:04.899 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:04.900 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:05.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:04 smithi134 bash[25956]: cluster 2023-11-15T07:03:04.641241+0000 mgr.smithi134.usnyhc (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:04 smithi143 bash[29607]: cluster 2023-11-15T07:03:04.641241+0000 mgr.smithi134.usnyhc (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:05.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:05 smithi134 bash[25956]: audit 2023-11-15T07:03:04.883483+0000 mgr.smithi134.usnyhc (mgr.14182) 687 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:06.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:05 smithi143 bash[29607]: audit 2023-11-15T07:03:04.883483+0000 mgr.smithi134.usnyhc (mgr.14182) 687 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:06.476 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:06 smithi134 bash[25956]: cluster 2023-11-15T07:03:06.642714+0000 mgr.smithi134.usnyhc (mgr.14182) 688 : 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-11-15T07:03:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:06 smithi143 bash[29607]: cluster 2023-11-15T07:03:06.642714+0000 mgr.smithi134.usnyhc (mgr.14182) 688 : 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-11-15T07:03:09.792 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:09.792 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:09.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:09 smithi134 bash[25956]: cluster 2023-11-15T07:03:08.643782+0000 mgr.smithi134.usnyhc (mgr.14182) 689 : 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-11-15T07:03:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:09 smithi143 bash[29607]: cluster 2023-11-15T07:03:08.643782+0000 mgr.smithi134.usnyhc (mgr.14182) 689 : 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-11-15T07:03:10.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:10.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:10 smithi134 bash[25956]: audit 2023-11-15T07:03:09.775535+0000 mgr.smithi134.usnyhc (mgr.14182) 690 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:10.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:10 smithi143 bash[29607]: audit 2023-11-15T07:03:09.775535+0000 mgr.smithi134.usnyhc (mgr.14182) 690 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:11.444 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:11 smithi134 bash[25956]: cluster 2023-11-15T07:03:10.644727+0000 mgr.smithi134.usnyhc (mgr.14182) 691 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:11.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:11 smithi143 bash[29607]: cluster 2023-11-15T07:03:10.644727+0000 mgr.smithi134.usnyhc (mgr.14182) 691 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:13.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:13 smithi143 bash[29607]: cluster 2023-11-15T07:03:12.646735+0000 mgr.smithi134.usnyhc (mgr.14182) 692 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:14.210 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:13 smithi134 bash[25956]: cluster 2023-11-15T07:03:12.646735+0000 mgr.smithi134.usnyhc (mgr.14182) 692 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:14.651 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:14.651 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:14.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:14 smithi134 bash[25956]: audit 2023-11-15T07:03:14.634266+0000 mgr.smithi134.usnyhc (mgr.14182) 693 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:14.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:14 smithi134 bash[25956]: cluster 2023-11-15T07:03:14.647754+0000 mgr.smithi134.usnyhc (mgr.14182) 694 : 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-11-15T07:03:15.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:14 smithi143 bash[29607]: audit 2023-11-15T07:03:14.634266+0000 mgr.smithi134.usnyhc (mgr.14182) 693 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:14 smithi143 bash[29607]: cluster 2023-11-15T07:03:14.647754+0000 mgr.smithi134.usnyhc (mgr.14182) 694 : 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-11-15T07:03:16.236 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:17.805 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:17 smithi134 bash[25956]: cluster 2023-11-15T07:03:16.649245+0000 mgr.smithi134.usnyhc (mgr.14182) 695 : 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-11-15T07:03:17.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:17 smithi143 bash[29607]: cluster 2023-11-15T07:03:16.649245+0000 mgr.smithi134.usnyhc (mgr.14182) 695 : 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-11-15T07:03:19.541 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:19.541 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:19 smithi134 bash[25956]: cluster 2023-11-15T07:03:18.651525+0000 mgr.smithi134.usnyhc (mgr.14182) 696 : 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-11-15T07:03:19.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:19 smithi143 bash[29607]: cluster 2023-11-15T07:03:18.651525+0000 mgr.smithi134.usnyhc (mgr.14182) 696 : 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-11-15T07:03:20.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:20 smithi134 bash[25956]: audit 2023-11-15T07:03:19.526831+0000 mgr.smithi134.usnyhc (mgr.14182) 697 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:20.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:20 smithi143 bash[29607]: audit 2023-11-15T07:03:19.526831+0000 mgr.smithi134.usnyhc (mgr.14182) 697 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:21.193 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:21.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:21 smithi143 bash[29607]: cluster 2023-11-15T07:03:20.653317+0000 mgr.smithi134.usnyhc (mgr.14182) 698 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:22.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:21 smithi134 bash[25956]: cluster 2023-11-15T07:03:20.653317+0000 mgr.smithi134.usnyhc (mgr.14182) 698 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:24.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:23 smithi134 bash[25956]: cluster 2023-11-15T07:03:22.654772+0000 mgr.smithi134.usnyhc (mgr.14182) 699 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:23 smithi143 bash[29607]: cluster 2023-11-15T07:03:22.654772+0000 mgr.smithi134.usnyhc (mgr.14182) 699 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:24.312 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:24.312 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:24.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:24 smithi134 bash[25956]: audit 2023-11-15T07:03:24.303633+0000 mgr.smithi134.usnyhc (mgr.14182) 700 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:24 smithi134 bash[25956]: cluster 2023-11-15T07:03:24.656545+0000 mgr.smithi134.usnyhc (mgr.14182) 701 : 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-11-15T07:03:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:24 smithi143 bash[29607]: audit 2023-11-15T07:03:24.303633+0000 mgr.smithi134.usnyhc (mgr.14182) 700 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:24 smithi143 bash[29607]: cluster 2023-11-15T07:03:24.656545+0000 mgr.smithi134.usnyhc (mgr.14182) 701 : 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-11-15T07:03:25.970 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:27.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:27 smithi134 bash[25956]: cluster 2023-11-15T07:03:26.658081+0000 mgr.smithi134.usnyhc (mgr.14182) 702 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:27.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:27 smithi143 bash[29607]: cluster 2023-11-15T07:03:26.658081+0000 mgr.smithi134.usnyhc (mgr.14182) 702 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:29.160 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:29.161 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:29.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:29.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:29 smithi134 bash[25956]: cluster 2023-11-15T07:03:28.659984+0000 mgr.smithi134.usnyhc (mgr.14182) 703 : 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-11-15T07:03:29.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:29 smithi143 bash[29607]: cluster 2023-11-15T07:03:28.659984+0000 mgr.smithi134.usnyhc (mgr.14182) 703 : 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-11-15T07:03:30.719 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:30.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:30 smithi143 bash[29607]: audit 2023-11-15T07:03:29.146716+0000 mgr.smithi134.usnyhc (mgr.14182) 704 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:30 smithi134 bash[25956]: audit 2023-11-15T07:03:29.146716+0000 mgr.smithi134.usnyhc (mgr.14182) 704 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:32.017 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:31 smithi134 bash[25956]: cluster 2023-11-15T07:03:30.661758+0000 mgr.smithi134.usnyhc (mgr.14182) 705 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:32.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:31 smithi143 bash[29607]: cluster 2023-11-15T07:03:30.661758+0000 mgr.smithi134.usnyhc (mgr.14182) 705 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:33.919 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:33.919 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:34.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:33 smithi134 bash[25956]: cluster 2023-11-15T07:03:32.663246+0000 mgr.smithi134.usnyhc (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:34.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:33 smithi143 bash[29607]: cluster 2023-11-15T07:03:32.663246+0000 mgr.smithi134.usnyhc (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:34.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:34 smithi134 bash[25956]: audit 2023-11-15T07:03:33.910330+0000 mgr.smithi134.usnyhc (mgr.14182) 707 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:34 smithi134 bash[25956]: cluster 2023-11-15T07:03:34.664944+0000 mgr.smithi134.usnyhc (mgr.14182) 708 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:34 smithi143 bash[29607]: audit 2023-11-15T07:03:33.910330+0000 mgr.smithi134.usnyhc (mgr.14182) 707 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:35.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:34 smithi143 bash[29607]: cluster 2023-11-15T07:03:34.664944+0000 mgr.smithi134.usnyhc (mgr.14182) 708 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:35.524 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:37 smithi143 bash[29607]: cluster 2023-11-15T07:03:36.666471+0000 mgr.smithi134.usnyhc (mgr.14182) 709 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:38.124 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:37 smithi134 bash[25956]: cluster 2023-11-15T07:03:36.666471+0000 mgr.smithi134.usnyhc (mgr.14182) 709 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:38.556 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:38.556 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:39.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:39 smithi143 bash[29607]: audit 2023-11-15T07:03:38.541021+0000 mgr.smithi134.usnyhc (mgr.14182) 710 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:39 smithi143 bash[29607]: cluster 2023-11-15T07:03:38.668288+0000 mgr.smithi134.usnyhc (mgr.14182) 711 : 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-11-15T07:03:40.220 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:39 smithi134 bash[25956]: audit 2023-11-15T07:03:38.541021+0000 mgr.smithi134.usnyhc (mgr.14182) 710 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:39 smithi134 bash[25956]: cluster 2023-11-15T07:03:38.668288+0000 mgr.smithi134.usnyhc (mgr.14182) 711 : 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-11-15T07:03:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:41 smithi134 bash[25956]: cluster 2023-11-15T07:03:40.670035+0000 mgr.smithi134.usnyhc (mgr.14182) 712 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:42.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:41 smithi143 bash[29607]: cluster 2023-11-15T07:03:40.670035+0000 mgr.smithi134.usnyhc (mgr.14182) 712 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:03:43.083 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:42 smithi134 bash[25956]: audit 2023-11-15T07:03:42.625712+0000 mon.smithi134 (mon.0) 839 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:03:43.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:42 smithi143 bash[29607]: audit 2023-11-15T07:03:42.625712+0000 mon.smithi134 (mon.0) 839 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:03:43.493 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:43.493 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:01:34.171112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.blzcxo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: cluster 2023-11-15T07:03:42.671627+0000 mgr.smithi134.usnyhc (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: audit 2023-11-15T07:03:42.949910+0000 mon.smithi134 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:03:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: audit 2023-11-15T07:03:42.951443+0000 mon.smithi134 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:03:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: audit 2023-11-15T07:03:42.959854+0000 mon.smithi134 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: audit 2023-11-15T07:03:42.965210+0000 mon.smithi134 (mon.0) 843 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:03:43.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:43 smithi134 bash[25956]: audit 2023-11-15T07:03:42.980909+0000 mon.smithi134 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:44.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: cluster 2023-11-15T07:03:42.671627+0000 mgr.smithi134.usnyhc (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: audit 2023-11-15T07:03:42.949910+0000 mon.smithi134 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:03:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: audit 2023-11-15T07:03:42.951443+0000 mon.smithi134 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:03:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: audit 2023-11-15T07:03:42.959854+0000 mon.smithi134 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: audit 2023-11-15T07:03:42.965210+0000 mon.smithi134 (mon.0) 843 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:03:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:43 smithi143 bash[29607]: audit 2023-11-15T07:03:42.980909+0000 mon.smithi134 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:45.106 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:45.119 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:44 smithi134 bash[25956]: cluster 2023-11-15T07:03:42.961052+0000 mgr.smithi134.usnyhc (mgr.14182) 714 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:03:45.119 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:44 smithi134 bash[25956]: cephadm 2023-11-15T07:03:42.984144+0000 mgr.smithi134.usnyhc (mgr.14182) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mlqyst on smithi143 2023-11-15T07:03:45.119 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:44 smithi134 bash[25956]: audit 2023-11-15T07:03:43.482459+0000 mgr.smithi134.usnyhc (mgr.14182) 716 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:45.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:44 smithi134 bash[25956]: cluster 2023-11-15T07:03:43.955935+0000 mon.smithi134 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:03:45.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:44 smithi134 bash[25956]: cluster 2023-11-15T07:03:43.956004+0000 mon.smithi134 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-15T07:03:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:44 smithi143 bash[29607]: cluster 2023-11-15T07:03:42.961052+0000 mgr.smithi134.usnyhc (mgr.14182) 714 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:03:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:44 smithi143 bash[29607]: cephadm 2023-11-15T07:03:42.984144+0000 mgr.smithi134.usnyhc (mgr.14182) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mlqyst on smithi143 2023-11-15T07:03:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:44 smithi143 bash[29607]: audit 2023-11-15T07:03:43.482459+0000 mgr.smithi134.usnyhc (mgr.14182) 716 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:45.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:44 smithi143 bash[29607]: cluster 2023-11-15T07:03:43.955935+0000 mon.smithi134 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:03:45.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:44 smithi143 bash[29607]: cluster 2023-11-15T07:03:43.956004+0000 mon.smithi134 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-15T07:03:46.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:46 smithi134 bash[25956]: cluster 2023-11-15T07:03:44.962552+0000 mgr.smithi134.usnyhc (mgr.14182) 717 : 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-11-15T07:03:47.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:46 smithi143 bash[29607]: cluster 2023-11-15T07:03:44.962552+0000 mgr.smithi134.usnyhc (mgr.14182) 717 : 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-11-15T07:03:48.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:47 smithi134 bash[25956]: audit 2023-11-15T07:03:46.827845+0000 mon.smithi134 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mlqyst"}]: dispatch 2023-11-15T07:03:48.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:47 smithi143 bash[29607]: audit 2023-11-15T07:03:46.827845+0000 mon.smithi134 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mlqyst"}]: dispatch 2023-11-15T07:03:48.412 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:48.413 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:38.399829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bxoxgt on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bxoxgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bxoxgt\nDeploy daemon haproxy.nfs.foo.smithi143.bxoxgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.618582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ztnnmq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ztnnmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ztnnmq\nDeploy daemon haproxy.nfs.foo.smithi134.ztnnmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:02:42.620565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.jahqcm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:49.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:49.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: cephadm 2023-11-15T07:03:46.826724+0000 mgr.smithi134.usnyhc (mgr.14182) 718 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:03:49.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:03:49.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:03:49.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:03:49.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:03:49.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: cephadm 2023-11-15T07:03:46.827225+0000 mgr.smithi134.usnyhc (mgr.14182) 719 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: cephadm 2023-11-15T07:03:46.829584+0000 mgr.smithi134.usnyhc (mgr.14182) 720 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:49.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: cephadm 2023-11-15T07:03:46.834302+0000 mgr.smithi134.usnyhc (mgr.14182) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.oxhzbo on smithi134 2023-11-15T07:03:49.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:48 smithi134 bash[25956]: cluster 2023-11-15T07:03:46.963827+0000 mgr.smithi134.usnyhc (mgr.14182) 722 : 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-11-15T07:03:49.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: cephadm 2023-11-15T07:03:46.826724+0000 mgr.smithi134.usnyhc (mgr.14182) 718 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:03:49.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:03:49.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:03:49.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.252 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.253 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.253 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.253 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: cephadm 2023-11-15T07:03:46.827225+0000 mgr.smithi134.usnyhc (mgr.14182) 719 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: cephadm 2023-11-15T07:03:46.829584+0000 mgr.smithi134.usnyhc (mgr.14182) 720 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst 2023-11-15T07:03:49.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.mlqyst ... 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:49.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:49.257 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:49.257 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:49.257 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: cephadm 2023-11-15T07:03:46.834302+0000 mgr.smithi134.usnyhc (mgr.14182) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.oxhzbo on smithi134 2023-11-15T07:03:49.257 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:48 smithi143 bash[29607]: cluster 2023-11-15T07:03:46.963827+0000 mgr.smithi134.usnyhc (mgr.14182) 722 : 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-11-15T07:03:50.022 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:50.035 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:49 smithi134 bash[25956]: audit 2023-11-15T07:03:48.400785+0000 mgr.smithi134.usnyhc (mgr.14182) 723 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:50.035 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:49 smithi134 bash[25956]: audit 2023-11-15T07:03:49.263954+0000 mon.smithi134 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:49 smithi143 bash[29607]: audit 2023-11-15T07:03:48.400785+0000 mgr.smithi134.usnyhc (mgr.14182) 723 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:49 smithi143 bash[29607]: audit 2023-11-15T07:03:49.263954+0000 mon.smithi134 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:50.911 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:50 smithi134 bash[25956]: cluster 2023-11-15T07:03:48.965265+0000 mgr.smithi134.usnyhc (mgr.14182) 724 : 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-11-15T07:03:51.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:50 smithi143 bash[29607]: cluster 2023-11-15T07:03:48.965265+0000 mgr.smithi134.usnyhc (mgr.14182) 724 : 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-11-15T07:03:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:51 smithi134 bash[25956]: audit 2023-11-15T07:03:50.907633+0000 mon.smithi134 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.oxhzbo"}]: dispatch 2023-11-15T07:03:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:51 smithi134 bash[25956]: audit 2023-11-15T07:03:51.531428+0000 mon.smithi134 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:51 smithi143 bash[29607]: audit 2023-11-15T07:03:50.907633+0000 mon.smithi134 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.oxhzbo"}]: dispatch 2023-11-15T07:03:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:51 smithi143 bash[29607]: audit 2023-11-15T07:03:51.531428+0000 mon.smithi134 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:03:53.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cephadm 2023-11-15T07:03:50.906391+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.064 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.064 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.064 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.064 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cephadm 2023-11-15T07:03:50.906870+0000 mgr.smithi134.usnyhc (mgr.14182) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.064 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cephadm 2023-11-15T07:03:50.909174+0000 mgr.smithi134.usnyhc (mgr.14182) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.065 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cephadm 2023-11-15T07:03:50.913655+0000 mgr.smithi134.usnyhc (mgr.14182) 728 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:03:53.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cephadm 2023-11-15T07:03:50.915547+0000 mgr.smithi134.usnyhc (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:03:53.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cluster 2023-11-15T07:03:50.916629+0000 mgr.smithi134.usnyhc (mgr.14182) 730 : 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-11-15T07:03:53.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:52 smithi134 bash[25956]: cluster 2023-11-15T07:03:51.782547+0000 mon.smithi134 (mon.0) 851 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:03:53.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cephadm 2023-11-15T07:03:50.906391+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:03:53.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:03:53.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:03:53.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:03:53.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:03:53.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cephadm 2023-11-15T07:03:50.906870+0000 mgr.smithi134.usnyhc (mgr.14182) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cephadm 2023-11-15T07:03:50.909174+0000 mgr.smithi134.usnyhc (mgr.14182) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo 2023-11-15T07:03:53.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:03:53.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo 2023-11-15T07:03:53.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.oxhzbo ... 2023-11-15T07:03:53.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:03:53.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:03:53.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:03:53.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:03:53.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cephadm 2023-11-15T07:03:50.913655+0000 mgr.smithi134.usnyhc (mgr.14182) 728 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:03:53.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cephadm 2023-11-15T07:03:50.915547+0000 mgr.smithi134.usnyhc (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:03:53.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cluster 2023-11-15T07:03:50.916629+0000 mgr.smithi134.usnyhc (mgr.14182) 730 : 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-11-15T07:03:53.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:52 smithi143 bash[29607]: cluster 2023-11-15T07:03:51.782547+0000 mon.smithi134 (mon.0) 851 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:03:53.491 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:53.491 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:54.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:55.148 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:03:55.161 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:54 smithi134 bash[25956]: cluster 2023-11-15T07:03:52.918305+0000 mgr.smithi134.usnyhc (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:03:55.161 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:54 smithi134 bash[25956]: audit 2023-11-15T07:03:53.474328+0000 mgr.smithi134.usnyhc (mgr.14182) 732 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:54 smithi143 bash[29607]: cluster 2023-11-15T07:03:52.918305+0000 mgr.smithi134.usnyhc (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:03:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:54 smithi143 bash[29607]: audit 2023-11-15T07:03:53.474328+0000 mgr.smithi134.usnyhc (mgr.14182) 732 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:03:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:56 smithi134 bash[25956]: cluster 2023-11-15T07:03:54.920025+0000 mgr.smithi134.usnyhc (mgr.14182) 733 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:56 smithi143 bash[29607]: cluster 2023-11-15T07:03:54.920025+0000 mgr.smithi134.usnyhc (mgr.14182) 733 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:58.389 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:03:58.390 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:03:58.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:03:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:58 smithi134 bash[25956]: cluster 2023-11-15T07:03:56.921508+0000 mgr.smithi134.usnyhc (mgr.14182) 734 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:58 smithi143 bash[29607]: cluster 2023-11-15T07:03:56.921508+0000 mgr.smithi134.usnyhc (mgr.14182) 734 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:03:59.998 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:03:59 smithi134 bash[25956]: audit 2023-11-15T07:03:58.373048+0000 mgr.smithi134.usnyhc (mgr.14182) 735 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:00.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:03:59 smithi143 bash[29607]: audit 2023-11-15T07:03:58.373048+0000 mgr.smithi134.usnyhc (mgr.14182) 735 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:01.127 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:00 smithi134 bash[25956]: cluster 2023-11-15T07:03:58.923206+0000 mgr.smithi134.usnyhc (mgr.14182) 736 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:00 smithi143 bash[29607]: cluster 2023-11-15T07:03:58.923206+0000 mgr.smithi134.usnyhc (mgr.14182) 736 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:03.172 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:03.172 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:03.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:02 smithi134 bash[25956]: cluster 2023-11-15T07:04:00.924762+0000 mgr.smithi134.usnyhc (mgr.14182) 737 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T07:04:03.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:02 smithi143 bash[29607]: cluster 2023-11-15T07:04:00.924762+0000 mgr.smithi134.usnyhc (mgr.14182) 737 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T07:04:03.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:03 smithi134 bash[25956]: cluster 2023-11-15T07:04:02.925982+0000 mgr.smithi134.usnyhc (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:03 smithi134 bash[25956]: audit 2023-11-15T07:04:03.157026+0000 mgr.smithi134.usnyhc (mgr.14182) 739 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:03 smithi143 bash[29607]: cluster 2023-11-15T07:04:02.925982+0000 mgr.smithi134.usnyhc (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:03 smithi143 bash[29607]: audit 2023-11-15T07:04:03.157026+0000 mgr.smithi134.usnyhc (mgr.14182) 739 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:04.838 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:05.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:05 smithi134 bash[25956]: audit 2023-11-15T07:04:04.262523+0000 mon.smithi134 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:05.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:05 smithi143 bash[29607]: audit 2023-11-15T07:04:04.262523+0000 mon.smithi134 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:06.350 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:06 smithi134 bash[25956]: cluster 2023-11-15T07:04:04.927782+0000 mgr.smithi134.usnyhc (mgr.14182) 740 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:06 smithi143 bash[29607]: cluster 2023-11-15T07:04:04.927782+0000 mgr.smithi134.usnyhc (mgr.14182) 740 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:08.188 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:08.188 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:08.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:08 smithi134 bash[25956]: cluster 2023-11-15T07:04:06.928647+0000 mgr.smithi134.usnyhc (mgr.14182) 741 : 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-11-15T07:04:08.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:08 smithi143 bash[29607]: cluster 2023-11-15T07:04:06.928647+0000 mgr.smithi134.usnyhc (mgr.14182) 741 : 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-11-15T07:04:08.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:09 smithi134 bash[25956]: audit 2023-11-15T07:04:08.171718+0000 mgr.smithi134.usnyhc (mgr.14182) 742 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:09 smithi143 bash[29607]: audit 2023-11-15T07:04:08.171718+0000 mgr.smithi134.usnyhc (mgr.14182) 742 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:09.815 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:10.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:10 smithi134 bash[25956]: cluster 2023-11-15T07:04:08.930337+0000 mgr.smithi134.usnyhc (mgr.14182) 743 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:10 smithi143 bash[29607]: cluster 2023-11-15T07:04:08.930337+0000 mgr.smithi134.usnyhc (mgr.14182) 743 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:12.611 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:12 smithi134 bash[25956]: cluster 2023-11-15T07:04:10.931862+0000 mgr.smithi134.usnyhc (mgr.14182) 744 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:12 smithi143 bash[29607]: cluster 2023-11-15T07:04:10.931862+0000 mgr.smithi134.usnyhc (mgr.14182) 744 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:12.965 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:12.966 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:13.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:14.627 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:14.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:14 smithi134 bash[25956]: cluster 2023-11-15T07:04:12.933547+0000 mgr.smithi134.usnyhc (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:14.640 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:14 smithi134 bash[25956]: audit 2023-11-15T07:04:12.948564+0000 mgr.smithi134.usnyhc (mgr.14182) 746 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:14 smithi143 bash[29607]: cluster 2023-11-15T07:04:12.933547+0000 mgr.smithi134.usnyhc (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:14 smithi143 bash[29607]: audit 2023-11-15T07:04:12.948564+0000 mgr.smithi134.usnyhc (mgr.14182) 746 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:16.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:16 smithi134 bash[25956]: cluster 2023-11-15T07:04:14.935360+0000 mgr.smithi134.usnyhc (mgr.14182) 747 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:16 smithi143 bash[29607]: cluster 2023-11-15T07:04:14.935360+0000 mgr.smithi134.usnyhc (mgr.14182) 747 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:17.920 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:17.920 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:18.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:18 smithi134 bash[25956]: cluster 2023-11-15T07:04:16.936972+0000 mgr.smithi134.usnyhc (mgr.14182) 748 : 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-11-15T07:04:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:18 smithi143 bash[29607]: cluster 2023-11-15T07:04:16.936972+0000 mgr.smithi134.usnyhc (mgr.14182) 748 : 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-11-15T07:04:19.536 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:19.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:19 smithi134 bash[25956]: audit 2023-11-15T07:04:17.906467+0000 mgr.smithi134.usnyhc (mgr.14182) 749 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:19 smithi143 bash[29607]: audit 2023-11-15T07:04:17.906467+0000 mgr.smithi134.usnyhc (mgr.14182) 749 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:20.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:20 smithi134 bash[25956]: cluster 2023-11-15T07:04:18.938661+0000 mgr.smithi134.usnyhc (mgr.14182) 750 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:20 smithi143 bash[29607]: cluster 2023-11-15T07:04:18.938661+0000 mgr.smithi134.usnyhc (mgr.14182) 750 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:22.690 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:22.691 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:22 smithi134 bash[25956]: cluster 2023-11-15T07:04:20.939582+0000 mgr.smithi134.usnyhc (mgr.14182) 751 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:22 smithi143 bash[29607]: cluster 2023-11-15T07:04:20.939582+0000 mgr.smithi134.usnyhc (mgr.14182) 751 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:23.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:23.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:23 smithi134 bash[25956]: audit 2023-11-15T07:04:22.681669+0000 mgr.smithi134.usnyhc (mgr.14182) 752 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:23.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:23 smithi143 bash[29607]: audit 2023-11-15T07:04:22.681669+0000 mgr.smithi134.usnyhc (mgr.14182) 752 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:24.328 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:24.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:24 smithi134 bash[25956]: cluster 2023-11-15T07:04:22.940433+0000 mgr.smithi134.usnyhc (mgr.14182) 753 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:24.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:24 smithi143 bash[29607]: cluster 2023-11-15T07:04:22.940433+0000 mgr.smithi134.usnyhc (mgr.14182) 753 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:26.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:26 smithi134 bash[25956]: cluster 2023-11-15T07:04:24.942196+0000 mgr.smithi134.usnyhc (mgr.14182) 754 : 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-11-15T07:04:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:26 smithi143 bash[29607]: cluster 2023-11-15T07:04:24.942196+0000 mgr.smithi134.usnyhc (mgr.14182) 754 : 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-11-15T07:04:27.537 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:27.538 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:28.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:28 smithi134 bash[25956]: cluster 2023-11-15T07:04:26.943691+0000 mgr.smithi134.usnyhc (mgr.14182) 755 : 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-11-15T07:04:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:28 smithi134 bash[25956]: audit 2023-11-15T07:04:27.521075+0000 mgr.smithi134.usnyhc (mgr.14182) 756 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:28 smithi143 bash[29607]: cluster 2023-11-15T07:04:26.943691+0000 mgr.smithi134.usnyhc (mgr.14182) 755 : 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-11-15T07:04:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:28 smithi143 bash[29607]: audit 2023-11-15T07:04:27.521075+0000 mgr.smithi134.usnyhc (mgr.14182) 756 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:29.151 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:30.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:29 smithi134 bash[25956]: cluster 2023-11-15T07:04:28.945451+0000 mgr.smithi134.usnyhc (mgr.14182) 757 : 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-11-15T07:04:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:29 smithi143 bash[29607]: cluster 2023-11-15T07:04:28.945451+0000 mgr.smithi134.usnyhc (mgr.14182) 757 : 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-11-15T07:04:32.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:32 smithi134 bash[25956]: cluster 2023-11-15T07:04:30.947039+0000 mgr.smithi134.usnyhc (mgr.14182) 758 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:32.247 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:32.248 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:32.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:32 smithi143 bash[29607]: cluster 2023-11-15T07:04:30.947039+0000 mgr.smithi134.usnyhc (mgr.14182) 758 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:32.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:33.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:33 smithi134 bash[25956]: audit 2023-11-15T07:04:32.233101+0000 mgr.smithi134.usnyhc (mgr.14182) 759 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:33.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:33 smithi143 bash[29607]: audit 2023-11-15T07:04:32.233101+0000 mgr.smithi134.usnyhc (mgr.14182) 759 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:33.877 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:34.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:34 smithi134 bash[25956]: cluster 2023-11-15T07:04:32.948863+0000 mgr.smithi134.usnyhc (mgr.14182) 760 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:34 smithi143 bash[29607]: cluster 2023-11-15T07:04:32.948863+0000 mgr.smithi134.usnyhc (mgr.14182) 760 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:36.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:36 smithi134 bash[25956]: cluster 2023-11-15T07:04:34.950437+0000 mgr.smithi134.usnyhc (mgr.14182) 761 : 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-11-15T07:04:36.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:36 smithi143 bash[29607]: cluster 2023-11-15T07:04:34.950437+0000 mgr.smithi134.usnyhc (mgr.14182) 761 : 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-11-15T07:04:37.090 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:37.091 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:37.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:38 smithi134 bash[25956]: cluster 2023-11-15T07:04:36.951413+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:04:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:38 smithi134 bash[25956]: audit 2023-11-15T07:04:37.073148+0000 mgr.smithi134.usnyhc (mgr.14182) 763 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:38 smithi143 bash[29607]: cluster 2023-11-15T07:04:36.951413+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:04:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:38 smithi143 bash[29607]: audit 2023-11-15T07:04:37.073148+0000 mgr.smithi134.usnyhc (mgr.14182) 763 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:38.720 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:40.115 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:39 smithi134 bash[25956]: cluster 2023-11-15T07:04:38.952730+0000 mgr.smithi134.usnyhc (mgr.14182) 764 : 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-11-15T07:04:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:39 smithi143 bash[29607]: cluster 2023-11-15T07:04:38.952730+0000 mgr.smithi134.usnyhc (mgr.14182) 764 : 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-11-15T07:04:41.797 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:41.798 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:42 smithi134 bash[25956]: cluster 2023-11-15T07:04:40.954283+0000 mgr.smithi134.usnyhc (mgr.14182) 765 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:42 smithi134 bash[25956]: audit 2023-11-15T07:04:41.788767+0000 mgr.smithi134.usnyhc (mgr.14182) 766 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:42.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:42.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:42 smithi143 bash[29607]: cluster 2023-11-15T07:04:40.954283+0000 mgr.smithi134.usnyhc (mgr.14182) 765 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:42.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:42 smithi143 bash[29607]: audit 2023-11-15T07:04:41.788767+0000 mgr.smithi134.usnyhc (mgr.14182) 766 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:43.462 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:44.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:44 smithi134 bash[25956]: cluster 2023-11-15T07:04:42.955995+0000 mgr.smithi134.usnyhc (mgr.14182) 767 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:44.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:44 smithi143 bash[29607]: cluster 2023-11-15T07:04:42.955995+0000 mgr.smithi134.usnyhc (mgr.14182) 767 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:46.329 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:46 smithi134 bash[25956]: cluster 2023-11-15T07:04:44.957818+0000 mgr.smithi134.usnyhc (mgr.14182) 768 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:46.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:46 smithi143 bash[29607]: cluster 2023-11-15T07:04:44.957818+0000 mgr.smithi134.usnyhc (mgr.14182) 768 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:46.765 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:46.765 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:47.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:47 smithi134 bash[25956]: audit 2023-11-15T07:04:46.748745+0000 mgr.smithi134.usnyhc (mgr.14182) 769 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:47.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:47 smithi143 bash[29607]: audit 2023-11-15T07:04:46.748745+0000 mgr.smithi134.usnyhc (mgr.14182) 769 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:48.408 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:48.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:48 smithi134 bash[25956]: cluster 2023-11-15T07:04:46.959340+0000 mgr.smithi134.usnyhc (mgr.14182) 770 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:48.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:48 smithi143 bash[29607]: cluster 2023-11-15T07:04:46.959340+0000 mgr.smithi134.usnyhc (mgr.14182) 770 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:49 smithi134 bash[25956]: cluster 2023-11-15T07:04:48.961034+0000 mgr.smithi134.usnyhc (mgr.14182) 771 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:49 smithi143 bash[29607]: cluster 2023-11-15T07:04:48.961034+0000 mgr.smithi134.usnyhc (mgr.14182) 771 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:04:51.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:50 smithi143 bash[29607]: audit 2023-11-15T07:04:50.919236+0000 mon.smithi134 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:04:51.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:50 smithi134 bash[25956]: audit 2023-11-15T07:04:50.919236+0000 mon.smithi134 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:04:51.484 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:51.484 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:02:42.622100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.llmiwe on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:52.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: cluster 2023-11-15T07:04:50.962158+0000 mgr.smithi134.usnyhc (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.239682+0000 mon.smithi134 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:04:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.240860+0000 mon.smithi134 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:04:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.248418+0000 mon.smithi134 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:52.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: cluster 2023-11-15T07:04:51.249263+0000 mgr.smithi134.usnyhc (mgr.14182) 773 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:04:52.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.259944+0000 mon.smithi134 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:04:52.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.275618+0000 mon.smithi134 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:52.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: cephadm 2023-11-15T07:04:51.279621+0000 mgr.smithi134.usnyhc (mgr.14182) 774 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.geszvs on smithi143 2023-11-15T07:04:52.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:52 smithi134 bash[25956]: audit 2023-11-15T07:04:51.467119+0000 mgr.smithi134.usnyhc (mgr.14182) 775 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: cluster 2023-11-15T07:04:50.962158+0000 mgr.smithi134.usnyhc (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:04:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.239682+0000 mon.smithi134 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:04:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.240860+0000 mon.smithi134 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:04:52.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.248418+0000 mon.smithi134 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:52.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: cluster 2023-11-15T07:04:51.249263+0000 mgr.smithi134.usnyhc (mgr.14182) 773 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:04:52.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.259944+0000 mon.smithi134 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:04:52.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.275618+0000 mon.smithi134 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:04:52.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: cephadm 2023-11-15T07:04:51.279621+0000 mgr.smithi134.usnyhc (mgr.14182) 774 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.geszvs on smithi143 2023-11-15T07:04:52.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:52 smithi143 bash[29607]: audit 2023-11-15T07:04:51.467119+0000 mgr.smithi134.usnyhc (mgr.14182) 775 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:53.167 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:53 smithi134 bash[25956]: cluster 2023-11-15T07:04:52.245386+0000 mon.smithi134 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:04:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:53 smithi134 bash[25956]: cluster 2023-11-15T07:04:52.245458+0000 mon.smithi134 (mon.0) 860 : cluster [INF] Cluster is now healthy 2023-11-15T07:04:53.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:53 smithi143 bash[29607]: cluster 2023-11-15T07:04:52.245386+0000 mon.smithi134 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:04:53.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:53 smithi143 bash[29607]: cluster 2023-11-15T07:04:52.245458+0000 mon.smithi134 (mon.0) 860 : cluster [INF] Cluster is now healthy 2023-11-15T07:04:54.327 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:54 smithi134 bash[25956]: cluster 2023-11-15T07:04:53.250620+0000 mgr.smithi134.usnyhc (mgr.14182) 776 : 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-11-15T07:04:54.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:54 smithi143 bash[29607]: cluster 2023-11-15T07:04:53.250620+0000 mgr.smithi134.usnyhc (mgr.14182) 776 : 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-11-15T07:04:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:55 smithi143 bash[29607]: audit 2023-11-15T07:04:54.997561+0000 mon.smithi134 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.geszvs"}]: dispatch 2023-11-15T07:04:55.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:55 smithi134 bash[25956]: audit 2023-11-15T07:04:54.997561+0000 mon.smithi134 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.geszvs"}]: dispatch 2023-11-15T07:04:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: cephadm 2023-11-15T07:04:54.996438+0000 mgr.smithi134.usnyhc (mgr.14182) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:04:56.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:04:56.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:04:56.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:04:56.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:04:56.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: cephadm 2023-11-15T07:04:54.997032+0000 mgr.smithi134.usnyhc (mgr.14182) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: cephadm 2023-11-15T07:04:54.999075+0000 mgr.smithi134.usnyhc (mgr.14182) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:04:56.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: cephadm 2023-11-15T07:04:55.004574+0000 mgr.smithi134.usnyhc (mgr.14182) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.aeidwy on smithi134 2023-11-15T07:04:56.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:56 smithi134 bash[25956]: cluster 2023-11-15T07:04:55.251671+0000 mgr.smithi134.usnyhc (mgr.14182) 781 : 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-11-15T07:04:56.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: cephadm 2023-11-15T07:04:54.996438+0000 mgr.smithi134.usnyhc (mgr.14182) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:04:56.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: cephadm 2023-11-15T07:04:54.997032+0000 mgr.smithi134.usnyhc (mgr.14182) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: cephadm 2023-11-15T07:04:54.999075+0000 mgr.smithi134.usnyhc (mgr.14182) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs 2023-11-15T07:04:56.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:04:56.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs 2023-11-15T07:04:56.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.geszvs ... 2023-11-15T07:04:56.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:04:56.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:04:56.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:04:56.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:04:56.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: cephadm 2023-11-15T07:04:55.004574+0000 mgr.smithi134.usnyhc (mgr.14182) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.aeidwy on smithi134 2023-11-15T07:04:56.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:56 smithi143 bash[29607]: cluster 2023-11-15T07:04:55.251671+0000 mgr.smithi134.usnyhc (mgr.14182) 781 : 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-11-15T07:04:56.526 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:04:56.526 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:46.829331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mlqyst on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mlqyst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mlqyst\nDeploy daemon haproxy.nfs.foo.smithi143.mlqyst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.908932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.oxhzbo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-oxhzbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.oxhzbo\nDeploy daemon haproxy.nfs.foo.smithi134.oxhzbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:03:50.913464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.kpztae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:04:57.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:04:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:57 smithi134 bash[25956]: audit 2023-11-15T07:04:56.516017+0000 mgr.smithi134.usnyhc (mgr.14182) 782 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:57.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:57 smithi143 bash[29607]: audit 2023-11-15T07:04:56.516017+0000 mgr.smithi134.usnyhc (mgr.14182) 782 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:04:58.162 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:04:58.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:58 smithi134 bash[25956]: cluster 2023-11-15T07:04:57.252887+0000 mgr.smithi134.usnyhc (mgr.14182) 783 : 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-11-15T07:04:58.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:58 smithi143 bash[29607]: cluster 2023-11-15T07:04:57.252887+0000 mgr.smithi134.usnyhc (mgr.14182) 783 : 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-11-15T07:05:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cephadm 2023-11-15T07:04:59.203283+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:05:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:05:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:05:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:05:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cephadm 2023-11-15T07:04:59.203877+0000 mgr.smithi134.usnyhc (mgr.14182) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: audit 2023-11-15T07:04:59.204598+0000 mon.smithi134 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.aeidwy"}]: dispatch 2023-11-15T07:05:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cephadm 2023-11-15T07:04:59.206107+0000 mgr.smithi134.usnyhc (mgr.14182) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cephadm 2023-11-15T07:04:59.210812+0000 mgr.smithi134.usnyhc (mgr.14182) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:05:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cephadm 2023-11-15T07:04:59.214713+0000 mgr.smithi134.usnyhc (mgr.14182) 788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:05:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:04:59 smithi134 bash[25956]: cluster 2023-11-15T07:04:59.216674+0000 mgr.smithi134.usnyhc (mgr.14182) 789 : 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-11-15T07:05:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cephadm 2023-11-15T07:04:59.203283+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:05:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:05:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:05:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:05:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:05:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cephadm 2023-11-15T07:04:59.203877+0000 mgr.smithi134.usnyhc (mgr.14182) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: audit 2023-11-15T07:04:59.204598+0000 mon.smithi134 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.aeidwy"}]: dispatch 2023-11-15T07:05:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cephadm 2023-11-15T07:04:59.206107+0000 mgr.smithi134.usnyhc (mgr.14182) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy 2023-11-15T07:05:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.aeidwy ... 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:05:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:05:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:05:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:05:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cephadm 2023-11-15T07:04:59.210812+0000 mgr.smithi134.usnyhc (mgr.14182) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:05:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cephadm 2023-11-15T07:04:59.214713+0000 mgr.smithi134.usnyhc (mgr.14182) 788 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:05:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:04:59 smithi143 bash[29607]: cluster 2023-11-15T07:04:59.216674+0000 mgr.smithi134.usnyhc (mgr.14182) 789 : 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-11-15T07:05:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:00 smithi134 bash[25956]: cluster 2023-11-15T07:04:59.904576+0000 mon.smithi134 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:05:01.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:00 smithi143 bash[29607]: cluster 2023-11-15T07:04:59.904576+0000 mon.smithi134 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:05:01.461 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:01.462 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:02.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:02 smithi134 bash[25956]: cluster 2023-11-15T07:05:01.218174+0000 mgr.smithi134.usnyhc (mgr.14182) 790 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:05:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:02 smithi134 bash[25956]: audit 2023-11-15T07:05:01.447685+0000 mgr.smithi134.usnyhc (mgr.14182) 791 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:02 smithi134 bash[25956]: audit 2023-11-15T07:05:01.587979+0000 mon.smithi134 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:05:02.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:02 smithi143 bash[29607]: cluster 2023-11-15T07:05:01.218174+0000 mgr.smithi134.usnyhc (mgr.14182) 790 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:05:02.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:02 smithi143 bash[29607]: audit 2023-11-15T07:05:01.447685+0000 mgr.smithi134.usnyhc (mgr.14182) 791 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:02.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:02 smithi143 bash[29607]: audit 2023-11-15T07:05:01.587979+0000 mon.smithi134 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:05:03.111 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:04.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:04 smithi134 bash[25956]: cluster 2023-11-15T07:05:03.219305+0000 mgr.smithi134.usnyhc (mgr.14182) 792 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:04.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:04 smithi143 bash[29607]: cluster 2023-11-15T07:05:03.219305+0000 mgr.smithi134.usnyhc (mgr.14182) 792 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:06.227 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:06.228 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:06.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:06 smithi134 bash[25956]: cluster 2023-11-15T07:05:05.221076+0000 mgr.smithi134.usnyhc (mgr.14182) 793 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:06.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:06 smithi143 bash[29607]: cluster 2023-11-15T07:05:05.221076+0000 mgr.smithi134.usnyhc (mgr.14182) 793 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:07.819 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:07.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:07 smithi134 bash[25956]: audit 2023-11-15T07:05:06.214092+0000 mgr.smithi134.usnyhc (mgr.14182) 794 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:07.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:07 smithi143 bash[29607]: audit 2023-11-15T07:05:06.214092+0000 mgr.smithi134.usnyhc (mgr.14182) 794 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:08.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:08 smithi134 bash[25956]: cluster 2023-11-15T07:05:07.222589+0000 mgr.smithi134.usnyhc (mgr.14182) 795 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:08.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:08 smithi143 bash[29607]: cluster 2023-11-15T07:05:07.222589+0000 mgr.smithi134.usnyhc (mgr.14182) 795 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:10.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:09 smithi143 bash[29607]: cluster 2023-11-15T07:05:09.224220+0000 mgr.smithi134.usnyhc (mgr.14182) 796 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-15T07:05:10.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:09 smithi134 bash[25956]: cluster 2023-11-15T07:05:09.224220+0000 mgr.smithi134.usnyhc (mgr.14182) 796 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-15T07:05:11.138 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:11.139 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:11.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:12 smithi134 bash[25956]: audit 2023-11-15T07:05:11.121061+0000 mgr.smithi134.usnyhc (mgr.14182) 797 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:12 smithi134 bash[25956]: cluster 2023-11-15T07:05:11.225422+0000 mgr.smithi134.usnyhc (mgr.14182) 798 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-15T07:05:12.736 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:12.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:12 smithi143 bash[29607]: audit 2023-11-15T07:05:11.121061+0000 mgr.smithi134.usnyhc (mgr.14182) 797 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:12 smithi143 bash[29607]: cluster 2023-11-15T07:05:11.225422+0000 mgr.smithi134.usnyhc (mgr.14182) 798 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-15T07:05:14.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:14 smithi134 bash[25956]: cluster 2023-11-15T07:05:13.227253+0000 mgr.smithi134.usnyhc (mgr.14182) 799 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:14.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:14 smithi143 bash[29607]: cluster 2023-11-15T07:05:13.227253+0000 mgr.smithi134.usnyhc (mgr.14182) 799 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:15.995 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:15.996 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:16.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:16 smithi134 bash[25956]: cluster 2023-11-15T07:05:15.229145+0000 mgr.smithi134.usnyhc (mgr.14182) 800 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:16.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:16 smithi143 bash[29607]: cluster 2023-11-15T07:05:15.229145+0000 mgr.smithi134.usnyhc (mgr.14182) 800 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:17.657 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:17.670 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:17 smithi134 bash[25956]: audit 2023-11-15T07:05:15.982103+0000 mgr.smithi134.usnyhc (mgr.14182) 801 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:17.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:17 smithi143 bash[29607]: audit 2023-11-15T07:05:15.982103+0000 mgr.smithi134.usnyhc (mgr.14182) 801 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:18 smithi134 bash[25956]: cluster 2023-11-15T07:05:17.230682+0000 mgr.smithi134.usnyhc (mgr.14182) 802 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:18 smithi143 bash[29607]: cluster 2023-11-15T07:05:17.230682+0000 mgr.smithi134.usnyhc (mgr.14182) 802 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:20.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:19 smithi134 bash[25956]: cluster 2023-11-15T07:05:19.232458+0000 mgr.smithi134.usnyhc (mgr.14182) 803 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:20.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:19 smithi143 bash[29607]: cluster 2023-11-15T07:05:19.232458+0000 mgr.smithi134.usnyhc (mgr.14182) 803 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T07:05:21.157 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:21.157 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:21.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:22 smithi134 bash[25956]: audit 2023-11-15T07:05:21.139639+0000 mgr.smithi134.usnyhc (mgr.14182) 804 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:22 smithi134 bash[25956]: cluster 2023-11-15T07:05:21.234057+0000 mgr.smithi134.usnyhc (mgr.14182) 805 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-11-15T07:05:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:22 smithi143 bash[29607]: audit 2023-11-15T07:05:21.139639+0000 mgr.smithi134.usnyhc (mgr.14182) 804 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:22 smithi143 bash[29607]: cluster 2023-11-15T07:05:21.234057+0000 mgr.smithi134.usnyhc (mgr.14182) 805 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 72 op/s 2023-11-15T07:05:22.746 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:24.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:24 smithi134 bash[25956]: cluster 2023-11-15T07:05:23.235875+0000 mgr.smithi134.usnyhc (mgr.14182) 806 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2023-11-15T07:05:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:24 smithi143 bash[29607]: cluster 2023-11-15T07:05:23.235875+0000 mgr.smithi134.usnyhc (mgr.14182) 806 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2023-11-15T07:05:26.013 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:26.013 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:26.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:26 smithi134 bash[25956]: cluster 2023-11-15T07:05:25.237702+0000 mgr.smithi134.usnyhc (mgr.14182) 807 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:26.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:26.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:26 smithi143 bash[29607]: cluster 2023-11-15T07:05:25.237702+0000 mgr.smithi134.usnyhc (mgr.14182) 807 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:27.595 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:27.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:27 smithi134 bash[25956]: audit 2023-11-15T07:05:25.998312+0000 mgr.smithi134.usnyhc (mgr.14182) 808 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:27 smithi143 bash[29607]: audit 2023-11-15T07:05:25.998312+0000 mgr.smithi134.usnyhc (mgr.14182) 808 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:28.672 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:28 smithi134 bash[25956]: cluster 2023-11-15T07:05:27.239123+0000 mgr.smithi134.usnyhc (mgr.14182) 809 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:28 smithi143 bash[29607]: cluster 2023-11-15T07:05:27.239123+0000 mgr.smithi134.usnyhc (mgr.14182) 809 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:29 smithi134 bash[25956]: cluster 2023-11-15T07:05:29.240837+0000 mgr.smithi134.usnyhc (mgr.14182) 810 : 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-11-15T07:05:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:29 smithi143 bash[29607]: cluster 2023-11-15T07:05:29.240837+0000 mgr.smithi134.usnyhc (mgr.14182) 810 : 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-11-15T07:05:30.681 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:30.682 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:30 smithi134 bash[25956]: audit 2023-11-15T07:05:30.665253+0000 mgr.smithi134.usnyhc (mgr.14182) 811 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:31.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:30 smithi143 bash[29607]: audit 2023-11-15T07:05:30.665253+0000 mgr.smithi134.usnyhc (mgr.14182) 811 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:31.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:32.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:31 smithi134 bash[25956]: cluster 2023-11-15T07:05:31.241823+0000 mgr.smithi134.usnyhc (mgr.14182) 812 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:05:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:31 smithi143 bash[29607]: cluster 2023-11-15T07:05:31.241823+0000 mgr.smithi134.usnyhc (mgr.14182) 812 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:05:32.341 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:34.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:34 smithi134 bash[25956]: cluster 2023-11-15T07:05:33.243798+0000 mgr.smithi134.usnyhc (mgr.14182) 813 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:34.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:34 smithi143 bash[29607]: cluster 2023-11-15T07:05:33.243798+0000 mgr.smithi134.usnyhc (mgr.14182) 813 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:35.680 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:35.680 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:36.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:36.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:36 smithi134 bash[25956]: cluster 2023-11-15T07:05:35.245240+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:36.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:36 smithi134 bash[25956]: audit 2023-11-15T07:05:35.666363+0000 mgr.smithi134.usnyhc (mgr.14182) 815 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:36 smithi143 bash[29607]: cluster 2023-11-15T07:05:35.245240+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:36 smithi143 bash[29607]: audit 2023-11-15T07:05:35.666363+0000 mgr.smithi134.usnyhc (mgr.14182) 815 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:37.290 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:38 smithi134 bash[25956]: cluster 2023-11-15T07:05:37.246764+0000 mgr.smithi134.usnyhc (mgr.14182) 816 : 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-11-15T07:05:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:38 smithi143 bash[29607]: cluster 2023-11-15T07:05:37.246764+0000 mgr.smithi134.usnyhc (mgr.14182) 816 : 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-11-15T07:05:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:39 smithi134 bash[25956]: cluster 2023-11-15T07:05:39.248654+0000 mgr.smithi134.usnyhc (mgr.14182) 817 : 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-11-15T07:05:40.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:39 smithi143 bash[29607]: cluster 2023-11-15T07:05:39.248654+0000 mgr.smithi134.usnyhc (mgr.14182) 817 : 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-11-15T07:05:40.525 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:40.525 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:41.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:41.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:40 smithi134 bash[25956]: audit 2023-11-15T07:05:40.511354+0000 mgr.smithi134.usnyhc (mgr.14182) 818 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:41.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:40 smithi143 bash[29607]: audit 2023-11-15T07:05:40.511354+0000 mgr.smithi134.usnyhc (mgr.14182) 818 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:42.186 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:41 smithi134 bash[25956]: cluster 2023-11-15T07:05:41.250250+0000 mgr.smithi134.usnyhc (mgr.14182) 819 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:05:42.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:41 smithi143 bash[29607]: cluster 2023-11-15T07:05:41.250250+0000 mgr.smithi134.usnyhc (mgr.14182) 819 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:05:44.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:44 smithi134 bash[25956]: cluster 2023-11-15T07:05:43.252036+0000 mgr.smithi134.usnyhc (mgr.14182) 820 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:44.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:44 smithi143 bash[29607]: cluster 2023-11-15T07:05:43.252036+0000 mgr.smithi134.usnyhc (mgr.14182) 820 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:45.512 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:45.512 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:46.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:46 smithi134 bash[25956]: cluster 2023-11-15T07:05:45.253786+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:46 smithi134 bash[25956]: audit 2023-11-15T07:05:45.498306+0000 mgr.smithi134.usnyhc (mgr.14182) 822 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:46 smithi143 bash[29607]: cluster 2023-11-15T07:05:45.253786+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:46.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:46 smithi143 bash[29607]: audit 2023-11-15T07:05:45.498306+0000 mgr.smithi134.usnyhc (mgr.14182) 822 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:47.114 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:48.452 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:48 smithi134 bash[25956]: cluster 2023-11-15T07:05:47.255215+0000 mgr.smithi134.usnyhc (mgr.14182) 823 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:48.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:48 smithi143 bash[29607]: cluster 2023-11-15T07:05:47.255215+0000 mgr.smithi134.usnyhc (mgr.14182) 823 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:05:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:49 smithi134 bash[25956]: cluster 2023-11-15T07:05:49.256919+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:50.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:49 smithi143 bash[29607]: cluster 2023-11-15T07:05:49.256919+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:05:50.244 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:50.245 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:50.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:51.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:50 smithi134 bash[25956]: audit 2023-11-15T07:05:50.233703+0000 mgr.smithi134.usnyhc (mgr.14182) 825 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:51.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:50 smithi143 bash[29607]: audit 2023-11-15T07:05:50.233703+0000 mgr.smithi134.usnyhc (mgr.14182) 825 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:51.916 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:52.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:51 smithi134 bash[25956]: cluster 2023-11-15T07:05:51.258387+0000 mgr.smithi134.usnyhc (mgr.14182) 826 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:05:52.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:51 smithi143 bash[29607]: cluster 2023-11-15T07:05:51.258387+0000 mgr.smithi134.usnyhc (mgr.14182) 826 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:05:54.694 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:54 smithi134 bash[25956]: cluster 2023-11-15T07:05:53.259946+0000 mgr.smithi134.usnyhc (mgr.14182) 827 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T07:05:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:54 smithi143 bash[29607]: cluster 2023-11-15T07:05:53.259946+0000 mgr.smithi134.usnyhc (mgr.14182) 827 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T07:05:55.154 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:55.155 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:05:55.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:05:56.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:56 smithi134 bash[25956]: audit 2023-11-15T07:05:55.136105+0000 mgr.smithi134.usnyhc (mgr.14182) 828 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:56.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:56 smithi134 bash[25956]: cluster 2023-11-15T07:05:55.261073+0000 mgr.smithi134.usnyhc (mgr.14182) 829 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:05:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:56 smithi143 bash[29607]: audit 2023-11-15T07:05:55.136105+0000 mgr.smithi134.usnyhc (mgr.14182) 828 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:05:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:56 smithi143 bash[29607]: cluster 2023-11-15T07:05:55.261073+0000 mgr.smithi134.usnyhc (mgr.14182) 829 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:05:56.762 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:05:58.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:58 smithi134 bash[25956]: cluster 2023-11-15T07:05:57.262444+0000 mgr.smithi134.usnyhc (mgr.14182) 830 : 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-11-15T07:05:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:58 smithi143 bash[29607]: cluster 2023-11-15T07:05:57.262444+0000 mgr.smithi134.usnyhc (mgr.14182) 830 : 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-11-15T07:05:59.889 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:05:59.890 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:03:50.915431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wajrbr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.221609+0000 mon.smithi134 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:06:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: cluster 2023-11-15T07:05:59.263352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.533005+0000 mon.smithi134 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:06:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.534439+0000 mon.smithi134 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:06:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.544072+0000 mon.smithi134 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: cluster 2023-11-15T07:05:59.545019+0000 mgr.smithi134.usnyhc (mgr.14182) 832 : cluster [DBG] pgmap v575: 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-11-15T07:06:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.554246+0000 mon.smithi134 (mon.0) 869 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:06:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: audit 2023-11-15T07:05:59.566631+0000 mon.smithi134 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:05:59 smithi134 bash[25956]: cephadm 2023-11-15T07:05:59.569701+0000 mgr.smithi134.usnyhc (mgr.14182) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.nqbemx on smithi143 2023-11-15T07:06:00.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.221609+0000 mon.smithi134 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:06:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: cluster 2023-11-15T07:05:59.263352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.533005+0000 mon.smithi134 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:06:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.534439+0000 mon.smithi134 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:06:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.544072+0000 mon.smithi134 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: cluster 2023-11-15T07:05:59.545019+0000 mgr.smithi134.usnyhc (mgr.14182) 832 : cluster [DBG] pgmap v575: 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-11-15T07:06:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.554246+0000 mon.smithi134 (mon.0) 869 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:06:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: audit 2023-11-15T07:05:59.566631+0000 mon.smithi134 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:05:59 smithi143 bash[29607]: cephadm 2023-11-15T07:05:59.569701+0000 mgr.smithi134.usnyhc (mgr.14182) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.nqbemx on smithi143 2023-11-15T07:06:00.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:00 smithi134 bash[25956]: audit 2023-11-15T07:05:59.875584+0000 mgr.smithi134.usnyhc (mgr.14182) 834 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:00 smithi134 bash[25956]: cluster 2023-11-15T07:05:59.929732+0000 mon.smithi134 (mon.0) 871 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:06:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:00 smithi134 bash[25956]: cluster 2023-11-15T07:05:59.929804+0000 mon.smithi134 (mon.0) 872 : cluster [INF] Cluster is now healthy 2023-11-15T07:06:01.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:00 smithi143 bash[29607]: audit 2023-11-15T07:05:59.875584+0000 mgr.smithi134.usnyhc (mgr.14182) 834 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:00 smithi143 bash[29607]: cluster 2023-11-15T07:05:59.929732+0000 mon.smithi134 (mon.0) 871 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:06:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:00 smithi143 bash[29607]: cluster 2023-11-15T07:05:59.929804+0000 mon.smithi134 (mon.0) 872 : cluster [INF] Cluster is now healthy 2023-11-15T07:06:01.516 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:02.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:01 smithi134 bash[25956]: cluster 2023-11-15T07:06:01.546248+0000 mgr.smithi134.usnyhc (mgr.14182) 835 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T07:06:02.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:01 smithi143 bash[29607]: cluster 2023-11-15T07:06:01.546248+0000 mgr.smithi134.usnyhc (mgr.14182) 835 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T07:06:03.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:03 smithi143 bash[29607]: audit 2023-11-15T07:06:03.297864+0000 mon.smithi134 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.nqbemx"}]: dispatch 2023-11-15T07:06:03.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:03 smithi134 bash[25956]: audit 2023-11-15T07:06:03.297864+0000 mon.smithi134 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.nqbemx"}]: dispatch 2023-11-15T07:06:04.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: cephadm 2023-11-15T07:06:03.296524+0000 mgr.smithi134.usnyhc (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:06:04.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:06:04.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:06:04.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:06:04.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:06:04.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: cephadm 2023-11-15T07:06:03.297077+0000 mgr.smithi134.usnyhc (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: cephadm 2023-11-15T07:06:03.299856+0000 mgr.smithi134.usnyhc (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:04.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: cephadm 2023-11-15T07:06:03.304829+0000 mgr.smithi134.usnyhc (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.kagpwp on smithi134 2023-11-15T07:06:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: cluster 2023-11-15T07:06:03.547070+0000 mgr.smithi134.usnyhc (mgr.14182) 840 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:06:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:04 smithi134 bash[25956]: audit 2023-11-15T07:06:04.266224+0000 mon.smithi134 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: cephadm 2023-11-15T07:06:03.296524+0000 mgr.smithi134.usnyhc (mgr.14182) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:06:04.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:06:04.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:06:04.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:06:04.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:06:04.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: cephadm 2023-11-15T07:06:03.297077+0000 mgr.smithi134.usnyhc (mgr.14182) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: cephadm 2023-11-15T07:06:03.299856+0000 mgr.smithi134.usnyhc (mgr.14182) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx 2023-11-15T07:06:04.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:04.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.nqbemx ... 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:04.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:04.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: cephadm 2023-11-15T07:06:03.304829+0000 mgr.smithi134.usnyhc (mgr.14182) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.kagpwp on smithi134 2023-11-15T07:06:04.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: cluster 2023-11-15T07:06:03.547070+0000 mgr.smithi134.usnyhc (mgr.14182) 840 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:06:04.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:04 smithi143 bash[29607]: audit 2023-11-15T07:06:04.266224+0000 mon.smithi134 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:04.876 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:04.877 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:54.998741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.geszvs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-geszvs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.geszvs\nDeploy daemon haproxy.nfs.foo.smithi143.geszvs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.205779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.aeidwy on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-aeidwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.aeidwy\nDeploy daemon haproxy.nfs.foo.smithi134.aeidwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:04:59.210589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.hztywx on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:05.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:06.477 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:06.851 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:06 smithi134 bash[25956]: audit 2023-11-15T07:06:04.864673+0000 mgr.smithi134.usnyhc (mgr.14182) 841 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:06.851 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:06 smithi134 bash[25956]: cluster 2023-11-15T07:06:05.548639+0000 mgr.smithi134.usnyhc (mgr.14182) 842 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:06:06.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:06 smithi143 bash[29607]: audit 2023-11-15T07:06:04.864673+0000 mgr.smithi134.usnyhc (mgr.14182) 841 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:06.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:06 smithi143 bash[29607]: cluster 2023-11-15T07:06:05.548639+0000 mgr.smithi134.usnyhc (mgr.14182) 842 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:06:07.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:07 smithi134 bash[25956]: audit 2023-11-15T07:06:07.587379+0000 mon.smithi134 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.kagpwp"}]: dispatch 2023-11-15T07:06:07.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:07 smithi143 bash[29607]: audit 2023-11-15T07:06:07.587379+0000 mon.smithi134 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.kagpwp"}]: dispatch 2023-11-15T07:06:08.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cluster 2023-11-15T07:06:07.549790+0000 mgr.smithi134.usnyhc (mgr.14182) 843 : 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-11-15T07:06:08.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cephadm 2023-11-15T07:06:07.586551+0000 mgr.smithi134.usnyhc (mgr.14182) 844 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:06:08.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:06:08.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:06:08.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:06:08.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:06:08.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cephadm 2023-11-15T07:06:07.586829+0000 mgr.smithi134.usnyhc (mgr.14182) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cephadm 2023-11-15T07:06:07.588404+0000 mgr.smithi134.usnyhc (mgr.14182) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:06:08.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cephadm 2023-11-15T07:06:07.590153+0000 mgr.smithi134.usnyhc (mgr.14182) 847 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:06:08.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cephadm 2023-11-15T07:06:07.591634+0000 mgr.smithi134.usnyhc (mgr.14182) 848 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:06:08.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cluster 2023-11-15T07:06:07.592455+0000 mgr.smithi134.usnyhc (mgr.14182) 849 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:06:08.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:08 smithi134 bash[25956]: cluster 2023-11-15T07:06:07.606719+0000 mon.smithi134 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:06:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cluster 2023-11-15T07:06:07.549790+0000 mgr.smithi134.usnyhc (mgr.14182) 843 : 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-11-15T07:06:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cephadm 2023-11-15T07:06:07.586551+0000 mgr.smithi134.usnyhc (mgr.14182) 844 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:06:08.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cephadm 2023-11-15T07:06:07.586829+0000 mgr.smithi134.usnyhc (mgr.14182) 845 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cephadm 2023-11-15T07:06:07.588404+0000 mgr.smithi134.usnyhc (mgr.14182) 846 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp 2023-11-15T07:06:08.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:06:08.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp 2023-11-15T07:06:08.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.kagpwp ... 2023-11-15T07:06:08.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:06:08.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:06:08.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:06:08.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:06:08.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cephadm 2023-11-15T07:06:07.590153+0000 mgr.smithi134.usnyhc (mgr.14182) 847 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:06:08.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cephadm 2023-11-15T07:06:07.591634+0000 mgr.smithi134.usnyhc (mgr.14182) 848 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:06:08.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cluster 2023-11-15T07:06:07.592455+0000 mgr.smithi134.usnyhc (mgr.14182) 849 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:06:08.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:08 smithi143 bash[29607]: cluster 2023-11-15T07:06:07.606719+0000 mon.smithi134 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:06:10.016 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:10.016 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:10.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:09 smithi134 bash[25956]: cluster 2023-11-15T07:06:09.593951+0000 mgr.smithi134.usnyhc (mgr.14182) 850 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:10.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:09 smithi143 bash[29607]: cluster 2023-11-15T07:06:09.593951+0000 mgr.smithi134.usnyhc (mgr.14182) 850 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:10.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:10 smithi134 bash[25956]: audit 2023-11-15T07:06:10.002178+0000 mgr.smithi134.usnyhc (mgr.14182) 851 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:11.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:10 smithi143 bash[29607]: audit 2023-11-15T07:06:10.002178+0000 mgr.smithi134.usnyhc (mgr.14182) 851 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:11.662 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:12 smithi134 bash[25956]: cluster 2023-11-15T07:06:11.595501+0000 mgr.smithi134.usnyhc (mgr.14182) 852 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:12 smithi134 bash[25956]: audit 2023-11-15T07:06:11.649131+0000 mon.smithi134 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:12.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:12 smithi143 bash[29607]: cluster 2023-11-15T07:06:11.595501+0000 mgr.smithi134.usnyhc (mgr.14182) 852 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:12.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:12 smithi143 bash[29607]: audit 2023-11-15T07:06:11.649131+0000 mon.smithi134 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:14.848 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:14.848 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:14.913 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:14 smithi134 bash[25956]: cluster 2023-11-15T07:06:13.596757+0000 mgr.smithi134.usnyhc (mgr.14182) 853 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:14.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:14 smithi143 bash[29607]: cluster 2023-11-15T07:06:13.596757+0000 mgr.smithi134.usnyhc (mgr.14182) 853 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:15.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:15.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:15 smithi134 bash[25956]: audit 2023-11-15T07:06:14.839525+0000 mgr.smithi134.usnyhc (mgr.14182) 854 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:15.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:15 smithi143 bash[29607]: audit 2023-11-15T07:06:14.839525+0000 mgr.smithi134.usnyhc (mgr.14182) 854 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:16.448 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:16.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:16 smithi134 bash[25956]: cluster 2023-11-15T07:06:15.598293+0000 mgr.smithi134.usnyhc (mgr.14182) 855 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:16.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:16 smithi143 bash[29607]: cluster 2023-11-15T07:06:15.598293+0000 mgr.smithi134.usnyhc (mgr.14182) 855 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:18.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:18 smithi134 bash[25956]: cluster 2023-11-15T07:06:17.599813+0000 mgr.smithi134.usnyhc (mgr.14182) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:18.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:18 smithi143 bash[29607]: cluster 2023-11-15T07:06:17.599813+0000 mgr.smithi134.usnyhc (mgr.14182) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:06:19.519 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:19.520 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:20.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:20 smithi134 bash[25956]: audit 2023-11-15T07:06:19.266528+0000 mon.smithi134 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:20 smithi134 bash[25956]: audit 2023-11-15T07:06:19.504039+0000 mgr.smithi134.usnyhc (mgr.14182) 857 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:20 smithi134 bash[25956]: cluster 2023-11-15T07:06:19.600776+0000 mgr.smithi134.usnyhc (mgr.14182) 858 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:20 smithi143 bash[29607]: audit 2023-11-15T07:06:19.266528+0000 mon.smithi134 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:06:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:20 smithi143 bash[29607]: audit 2023-11-15T07:06:19.504039+0000 mgr.smithi134.usnyhc (mgr.14182) 857 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:20 smithi143 bash[29607]: cluster 2023-11-15T07:06:19.600776+0000 mgr.smithi134.usnyhc (mgr.14182) 858 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:21.126 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:22 smithi134 bash[25956]: cluster 2023-11-15T07:06:21.602288+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:22 smithi143 bash[29607]: cluster 2023-11-15T07:06:21.602288+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:24.248 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:24.249 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:24.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:24 smithi134 bash[25956]: cluster 2023-11-15T07:06:23.603293+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:24.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:24 smithi143 bash[29607]: cluster 2023-11-15T07:06:23.603293+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:25.836 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:25.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:25 smithi134 bash[25956]: audit 2023-11-15T07:06:24.236977+0000 mgr.smithi134.usnyhc (mgr.14182) 861 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:25.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:25 smithi143 bash[29607]: audit 2023-11-15T07:06:24.236977+0000 mgr.smithi134.usnyhc (mgr.14182) 861 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:26 smithi134 bash[25956]: cluster 2023-11-15T07:06:25.605288+0000 mgr.smithi134.usnyhc (mgr.14182) 862 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:26.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:26 smithi143 bash[29607]: cluster 2023-11-15T07:06:25.605288+0000 mgr.smithi134.usnyhc (mgr.14182) 862 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:28.925 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:28.925 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:28.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:28 smithi134 bash[25956]: cluster 2023-11-15T07:06:27.606261+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:28.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:28 smithi143 bash[29607]: cluster 2023-11-15T07:06:27.606261+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:29.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:29 smithi134 bash[25956]: audit 2023-11-15T07:06:28.907864+0000 mgr.smithi134.usnyhc (mgr.14182) 864 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:29 smithi134 bash[25956]: cluster 2023-11-15T07:06:29.607943+0000 mgr.smithi134.usnyhc (mgr.14182) 865 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:29 smithi143 bash[29607]: audit 2023-11-15T07:06:28.907864+0000 mgr.smithi134.usnyhc (mgr.14182) 864 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:29 smithi143 bash[29607]: cluster 2023-11-15T07:06:29.607943+0000 mgr.smithi134.usnyhc (mgr.14182) 865 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:06:30.549 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:32.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:32 smithi134 bash[25956]: cluster 2023-11-15T07:06:31.609352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:32.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:32 smithi143 bash[29607]: cluster 2023-11-15T07:06:31.609352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:33.687 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:33.687 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:34.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:34 smithi134 bash[25956]: cluster 2023-11-15T07:06:33.610499+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:34 smithi134 bash[25956]: audit 2023-11-15T07:06:33.678610+0000 mgr.smithi134.usnyhc (mgr.14182) 868 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:34.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:34 smithi143 bash[29607]: cluster 2023-11-15T07:06:33.610499+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:34 smithi143 bash[29607]: audit 2023-11-15T07:06:33.678610+0000 mgr.smithi134.usnyhc (mgr.14182) 868 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:35.305 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:36 smithi134 bash[25956]: cluster 2023-11-15T07:06:35.612255+0000 mgr.smithi134.usnyhc (mgr.14182) 869 : 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-11-15T07:06:36.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:36 smithi143 bash[29607]: cluster 2023-11-15T07:06:35.612255+0000 mgr.smithi134.usnyhc (mgr.14182) 869 : 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-11-15T07:06:38.401 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:38.401 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:38 smithi134 bash[25956]: cluster 2023-11-15T07:06:37.613444+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:38.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:38 smithi143 bash[29607]: cluster 2023-11-15T07:06:37.613444+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:39.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:39.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:39 smithi134 bash[25956]: audit 2023-11-15T07:06:38.392068+0000 mgr.smithi134.usnyhc (mgr.14182) 871 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:39.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:39 smithi143 bash[29607]: audit 2023-11-15T07:06:38.392068+0000 mgr.smithi134.usnyhc (mgr.14182) 871 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:40.036 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:40.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:40 smithi134 bash[25956]: cluster 2023-11-15T07:06:39.615083+0000 mgr.smithi134.usnyhc (mgr.14182) 872 : 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-11-15T07:06:40.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:40 smithi143 bash[29607]: cluster 2023-11-15T07:06:39.615083+0000 mgr.smithi134.usnyhc (mgr.14182) 872 : 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-11-15T07:06:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:42 smithi134 bash[25956]: cluster 2023-11-15T07:06:41.616639+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:42.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:42 smithi143 bash[29607]: cluster 2023-11-15T07:06:41.616639+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:43.172 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:43.172 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:43.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:44.852 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:44 smithi134 bash[25956]: audit 2023-11-15T07:06:43.158235+0000 mgr.smithi134.usnyhc (mgr.14182) 874 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:44 smithi134 bash[25956]: cluster 2023-11-15T07:06:43.617855+0000 mgr.smithi134.usnyhc (mgr.14182) 875 : 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-11-15T07:06:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:44 smithi143 bash[29607]: audit 2023-11-15T07:06:43.158235+0000 mgr.smithi134.usnyhc (mgr.14182) 874 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:44 smithi143 bash[29607]: cluster 2023-11-15T07:06:43.617855+0000 mgr.smithi134.usnyhc (mgr.14182) 875 : 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-11-15T07:06:46.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:46 smithi134 bash[25956]: cluster 2023-11-15T07:06:45.619769+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:46 smithi143 bash[29607]: cluster 2023-11-15T07:06:45.619769+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:48.071 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:48.071 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:48.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:48.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:48 smithi134 bash[25956]: cluster 2023-11-15T07:06:47.620620+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:48.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:48 smithi143 bash[29607]: cluster 2023-11-15T07:06:47.620620+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:49.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:49.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:49 smithi134 bash[25956]: audit 2023-11-15T07:06:48.055873+0000 mgr.smithi134.usnyhc (mgr.14182) 878 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:49.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:49 smithi143 bash[29607]: audit 2023-11-15T07:06:48.055873+0000 mgr.smithi134.usnyhc (mgr.14182) 878 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:50.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:50 smithi143 bash[29607]: cluster 2023-11-15T07:06:49.622157+0000 mgr.smithi134.usnyhc (mgr.14182) 879 : 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-11-15T07:06:51.010 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:50 smithi134 bash[25956]: cluster 2023-11-15T07:06:49.622157+0000 mgr.smithi134.usnyhc (mgr.14182) 879 : 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-11-15T07:06:52.887 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:52.887 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:52.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:52 smithi143 bash[29607]: cluster 2023-11-15T07:06:51.623647+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:53.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:52 smithi134 bash[25956]: cluster 2023-11-15T07:06:51.623647+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:53.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:54.499 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:06:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:54 smithi134 bash[25956]: audit 2023-11-15T07:06:52.877989+0000 mgr.smithi134.usnyhc (mgr.14182) 881 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:54.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:54 smithi134 bash[25956]: cluster 2023-11-15T07:06:53.625489+0000 mgr.smithi134.usnyhc (mgr.14182) 882 : 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-11-15T07:06:55.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:54 smithi143 bash[29607]: audit 2023-11-15T07:06:52.877989+0000 mgr.smithi134.usnyhc (mgr.14182) 881 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:54 smithi143 bash[29607]: cluster 2023-11-15T07:06:53.625489+0000 mgr.smithi134.usnyhc (mgr.14182) 882 : 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-11-15T07:06:57.150 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:56 smithi134 bash[25956]: cluster 2023-11-15T07:06:55.626692+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:57.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:56 smithi143 bash[29607]: cluster 2023-11-15T07:06:55.626692+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:06:57.612 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:06:57.612 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:06:58.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:06:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:58 smithi134 bash[25956]: audit 2023-11-15T07:06:57.595564+0000 mgr.smithi134.usnyhc (mgr.14182) 884 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:58 smithi134 bash[25956]: cluster 2023-11-15T07:06:57.627847+0000 mgr.smithi134.usnyhc (mgr.14182) 885 : 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-11-15T07:06:59.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:58 smithi143 bash[29607]: audit 2023-11-15T07:06:57.595564+0000 mgr.smithi134.usnyhc (mgr.14182) 884 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:06:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:58 smithi143 bash[29607]: cluster 2023-11-15T07:06:57.627847+0000 mgr.smithi134.usnyhc (mgr.14182) 885 : 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-11-15T07:06:59.262 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:00.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:06:59 smithi143 bash[29607]: cluster 2023-11-15T07:06:59.629583+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:00.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:06:59 smithi134 bash[25956]: cluster 2023-11-15T07:06:59.629583+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:02.483 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:02.483 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:02 smithi134 bash[25956]: cluster 2023-11-15T07:07:01.631134+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:02.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:02 smithi143 bash[29607]: cluster 2023-11-15T07:07:01.631134+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:03.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:03 smithi134 bash[25956]: audit 2023-11-15T07:07:02.469679+0000 mgr.smithi134.usnyhc (mgr.14182) 888 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:03.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:03 smithi143 bash[29607]: audit 2023-11-15T07:07:02.469679+0000 mgr.smithi134.usnyhc (mgr.14182) 888 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:04.134 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:04.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:04 smithi143 bash[29607]: cluster 2023-11-15T07:07:03.632907+0000 mgr.smithi134.usnyhc (mgr.14182) 889 : 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-11-15T07:07:05.028 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:04 smithi134 bash[25956]: cluster 2023-11-15T07:07:03.632907+0000 mgr.smithi134.usnyhc (mgr.14182) 889 : 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-11-15T07:07:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:06 smithi134 bash[25956]: cluster 2023-11-15T07:07:05.634546+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:06.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:06 smithi143 bash[29607]: cluster 2023-11-15T07:07:05.634546+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:07.369 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:07.369 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:07.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:07 smithi134 bash[25956]: audit 2023-11-15T07:07:07.595579+0000 mon.smithi134 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:07:07.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:07 smithi143 bash[29607]: audit 2023-11-15T07:07:07.595579+0000 mon.smithi134 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:07:08.978 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:08 smithi143 bash[29607]: audit 2023-11-15T07:07:07.360470+0000 mgr.smithi134.usnyhc (mgr.14182) 891 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:08 smithi143 bash[29607]: cluster 2023-11-15T07:07:07.635695+0000 mgr.smithi134.usnyhc (mgr.14182) 892 : 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-11-15T07:07:08.991 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:08 smithi134 bash[25956]: audit 2023-11-15T07:07:07.360470+0000 mgr.smithi134.usnyhc (mgr.14182) 891 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:08.991 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:08 smithi134 bash[25956]: cluster 2023-11-15T07:07:07.635695+0000 mgr.smithi134.usnyhc (mgr.14182) 892 : 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-11-15T07:07:10.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:09 smithi134 bash[25956]: cluster 2023-11-15T07:07:09.637196+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:10.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:09 smithi143 bash[29607]: cluster 2023-11-15T07:07:09.637196+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:12.355 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:12.355 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T06:56:47.037222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:56:47.037324Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T06:56:47.037423Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:56:47.037113Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:56:47.036925Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T06:56:47.038113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:56:47.037521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:56:47.037620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:56:47.038014Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:12.962 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:12 smithi134 bash[25956]: cluster 2023-11-15T07:07:11.638724+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:12.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:12.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:12 smithi143 bash[29607]: cluster 2023-11-15T07:07:11.638724+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:13.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:13.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:13 smithi134 bash[25956]: audit 2023-11-15T07:07:12.336048+0000 mgr.smithi134.usnyhc (mgr.14182) 895 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:13.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:13 smithi143 bash[29607]: audit 2023-11-15T07:07:12.336048+0000 mgr.smithi134.usnyhc (mgr.14182) 895 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:14.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: cluster 2023-11-15T07:07:13.639807+0000 mgr.smithi134.usnyhc (mgr.14182) 896 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:14.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:13.982266+0000 mon.smithi134 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:14.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:14.264210+0000 mon.smithi134 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:07:14.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:14.265523+0000 mon.smithi134 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:07:14.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:14.272927+0000 mon.smithi134 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:14.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:14.279641+0000 mon.smithi134 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:07:14.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:14 smithi134 bash[25956]: audit 2023-11-15T07:07:14.296947+0000 mon.smithi134 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:14.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: cluster 2023-11-15T07:07:13.639807+0000 mgr.smithi134.usnyhc (mgr.14182) 896 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:14.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:13.982266+0000 mon.smithi134 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:14.264210+0000 mon.smithi134 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:07:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:14.265523+0000 mon.smithi134 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:07:14.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:14.272927+0000 mon.smithi134 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:14.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:14.279641+0000 mon.smithi134 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:07:14.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:14 smithi143 bash[29607]: audit 2023-11-15T07:07:14.296947+0000 mon.smithi134 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:15.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:15 smithi134 bash[25956]: cluster 2023-11-15T07:07:14.273874+0000 mgr.smithi134.usnyhc (mgr.14182) 897 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:15.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:15 smithi134 bash[25956]: cephadm 2023-11-15T07:07:14.301251+0000 mgr.smithi134.usnyhc (mgr.14182) 898 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.tcyjhi on smithi143 2023-11-15T07:07:15.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:15 smithi134 bash[25956]: cluster 2023-11-15T07:07:15.270178+0000 mon.smithi134 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:07:15.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:15 smithi134 bash[25956]: cluster 2023-11-15T07:07:15.270259+0000 mon.smithi134 (mon.0) 887 : cluster [INF] Cluster is now healthy 2023-11-15T07:07:15.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:15 smithi143 bash[29607]: cluster 2023-11-15T07:07:14.273874+0000 mgr.smithi134.usnyhc (mgr.14182) 897 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:15.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:15 smithi143 bash[29607]: cephadm 2023-11-15T07:07:14.301251+0000 mgr.smithi134.usnyhc (mgr.14182) 898 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.tcyjhi on smithi143 2023-11-15T07:07:15.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:15 smithi143 bash[29607]: cluster 2023-11-15T07:07:15.270178+0000 mon.smithi134 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:07:15.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:15 smithi143 bash[29607]: cluster 2023-11-15T07:07:15.270259+0000 mon.smithi134 (mon.0) 887 : cluster [INF] Cluster is now healthy 2023-11-15T07:07:17.201 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:17.202 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:04:59.214497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xodwlj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:03.299544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.nqbemx on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nqbemx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nqbemx\nDeploy daemon haproxy.nfs.foo.smithi143.nqbemx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.588300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.kagpwp on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-kagpwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.kagpwp\nDeploy daemon haproxy.nfs.foo.smithi134.kagpwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:06:07.590054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vuuyim on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:17.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:17.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:17 smithi134 bash[25956]: cluster 2023-11-15T07:07:16.275154+0000 mgr.smithi134.usnyhc (mgr.14182) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:17.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:17 smithi143 bash[29607]: cluster 2023-11-15T07:07:16.275154+0000 mgr.smithi134.usnyhc (mgr.14182) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:18.799 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:18.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:18 smithi143 bash[29607]: audit 2023-11-15T07:07:17.189504+0000 mgr.smithi134.usnyhc (mgr.14182) 900 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:18 smithi143 bash[29607]: audit 2023-11-15T07:07:18.109823+0000 mon.smithi134 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.tcyjhi"}]: dispatch 2023-11-15T07:07:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:18 smithi134 bash[25956]: audit 2023-11-15T07:07:17.189504+0000 mgr.smithi134.usnyhc (mgr.14182) 900 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:18 smithi134 bash[25956]: audit 2023-11-15T07:07:18.109823+0000 mon.smithi134 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.tcyjhi"}]: dispatch 2023-11-15T07:07:20.038 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: cephadm 2023-11-15T07:07:18.108604+0000 mgr.smithi134.usnyhc (mgr.14182) 901 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.039 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.039 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.039 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.039 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.040 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.040 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.040 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.040 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.040 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:07:20.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:07:20.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:07:20.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: cephadm 2023-11-15T07:07:18.109121+0000 mgr.smithi134.usnyhc (mgr.14182) 902 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: cephadm 2023-11-15T07:07:18.111732+0000 mgr.smithi134.usnyhc (mgr.14182) 903 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:20.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: cephadm 2023-11-15T07:07:18.116298+0000 mgr.smithi134.usnyhc (mgr.14182) 904 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.uqjbpd on smithi134 2023-11-15T07:07:20.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: cluster 2023-11-15T07:07:18.276658+0000 mgr.smithi134.usnyhc (mgr.14182) 905 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:20.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:19 smithi134 bash[25956]: audit 2023-11-15T07:07:19.268293+0000 mon.smithi134 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:20.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: cephadm 2023-11-15T07:07:18.108604+0000 mgr.smithi134.usnyhc (mgr.14182) 901 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:07:20.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:07:20.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:07:20.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:07:20.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:07:20.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: cephadm 2023-11-15T07:07:18.109121+0000 mgr.smithi134.usnyhc (mgr.14182) 902 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: cephadm 2023-11-15T07:07:18.111732+0000 mgr.smithi134.usnyhc (mgr.14182) 903 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi 2023-11-15T07:07:20.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:20.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi 2023-11-15T07:07:20.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.tcyjhi ... 2023-11-15T07:07:20.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:20.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:20.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:20.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:20.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: cephadm 2023-11-15T07:07:18.116298+0000 mgr.smithi134.usnyhc (mgr.14182) 904 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.uqjbpd on smithi134 2023-11-15T07:07:20.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: cluster 2023-11-15T07:07:18.276658+0000 mgr.smithi134.usnyhc (mgr.14182) 905 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:07:20.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:19 smithi143 bash[29607]: audit 2023-11-15T07:07:19.268293+0000 mon.smithi134 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:21.941 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:21 smithi134 bash[25956]: cluster 2023-11-15T07:07:20.278149+0000 mgr.smithi134.usnyhc (mgr.14182) 906 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-15T07:07:22.075 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:22.076 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:22.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:21 smithi143 bash[29607]: cluster 2023-11-15T07:07:20.278149+0000 mgr.smithi134.usnyhc (mgr.14182) 906 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-15T07:07:22.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:23.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:22 smithi134 bash[25956]: audit 2023-11-15T07:07:22.007530+0000 mon.smithi134 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.uqjbpd"}]: dispatch 2023-11-15T07:07:23.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:22 smithi143 bash[29607]: audit 2023-11-15T07:07:22.007530+0000 mon.smithi134 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.uqjbpd"}]: dispatch 2023-11-15T07:07:23.747 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:24.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cephadm 2023-11-15T07:07:22.006489+0000 mgr.smithi134.usnyhc (mgr.14182) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:07:24.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:07:24.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:07:24.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:07:24.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:07:24.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cephadm 2023-11-15T07:07:22.007046+0000 mgr.smithi134.usnyhc (mgr.14182) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cephadm 2023-11-15T07:07:22.008504+0000 mgr.smithi134.usnyhc (mgr.14182) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:07:24.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cephadm 2023-11-15T07:07:22.010185+0000 mgr.smithi134.usnyhc (mgr.14182) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:07:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cephadm 2023-11-15T07:07:22.014250+0000 mgr.smithi134.usnyhc (mgr.14182) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:07:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cluster 2023-11-15T07:07:22.015746+0000 mgr.smithi134.usnyhc (mgr.14182) 912 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T07:07:24.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: audit 2023-11-15T07:07:22.062567+0000 mgr.smithi134.usnyhc (mgr.14182) 913 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:24.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:23 smithi134 bash[25956]: cluster 2023-11-15T07:07:22.738368+0000 mon.smithi134 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:07:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cephadm 2023-11-15T07:07:22.006489+0000 mgr.smithi134.usnyhc (mgr.14182) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:07:24.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:07:24.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:07:24.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:07:24.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:07:24.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cephadm 2023-11-15T07:07:22.007046+0000 mgr.smithi134.usnyhc (mgr.14182) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cephadm 2023-11-15T07:07:22.008504+0000 mgr.smithi134.usnyhc (mgr.14182) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd 2023-11-15T07:07:24.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:07:24.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd 2023-11-15T07:07:24.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.uqjbpd ... 2023-11-15T07:07:24.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cephadm 2023-11-15T07:07:22.010185+0000 mgr.smithi134.usnyhc (mgr.14182) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:07:24.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cephadm 2023-11-15T07:07:22.014250+0000 mgr.smithi134.usnyhc (mgr.14182) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:07:24.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cluster 2023-11-15T07:07:22.015746+0000 mgr.smithi134.usnyhc (mgr.14182) 912 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T07:07:24.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: audit 2023-11-15T07:07:22.062567+0000 mgr.smithi134.usnyhc (mgr.14182) 913 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:24.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:23 smithi143 bash[29607]: cluster 2023-11-15T07:07:22.738368+0000 mon.smithi134 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:07:25.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:24 smithi143 bash[29607]: cluster 2023-11-15T07:07:24.017302+0000 mgr.smithi134.usnyhc (mgr.14182) 914 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T07:07:25.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:24 smithi134 bash[25956]: cluster 2023-11-15T07:07:24.017302+0000 mgr.smithi134.usnyhc (mgr.14182) 914 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T07:07:27.149 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:27.149 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:27.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:27.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:27 smithi134 bash[25956]: cluster 2023-11-15T07:07:26.018190+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:27.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:27 smithi134 bash[25956]: audit 2023-11-15T07:07:26.713685+0000 mon.smithi134 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:27 smithi143 bash[29607]: cluster 2023-11-15T07:07:26.018190+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:27 smithi143 bash[29607]: audit 2023-11-15T07:07:26.713685+0000 mon.smithi134 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:28.757 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:28.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:28 smithi143 bash[29607]: audit 2023-11-15T07:07:27.140346+0000 mgr.smithi134.usnyhc (mgr.14182) 916 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:29.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:28 smithi134 bash[25956]: audit 2023-11-15T07:07:27.140346+0000 mgr.smithi134.usnyhc (mgr.14182) 916 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:29.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:29 smithi143 bash[29607]: cluster 2023-11-15T07:07:28.019110+0000 mgr.smithi134.usnyhc (mgr.14182) 917 : 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-11-15T07:07:30.129 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:29 smithi134 bash[25956]: cluster 2023-11-15T07:07:28.019110+0000 mgr.smithi134.usnyhc (mgr.14182) 917 : 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-11-15T07:07:31.914 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:31.914 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:31.993 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:31 smithi134 bash[25956]: cluster 2023-11-15T07:07:30.020841+0000 mgr.smithi134.usnyhc (mgr.14182) 918 : cluster [DBG] pgmap v622: 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-11-15T07:07:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:31 smithi143 bash[29607]: cluster 2023-11-15T07:07:30.020841+0000 mgr.smithi134.usnyhc (mgr.14182) 918 : cluster [DBG] pgmap v622: 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-11-15T07:07:32.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:33.564 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:33.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:33 smithi134 bash[25956]: audit 2023-11-15T07:07:31.904998+0000 mgr.smithi134.usnyhc (mgr.14182) 919 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:33.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:33 smithi134 bash[25956]: cluster 2023-11-15T07:07:32.021958+0000 mgr.smithi134.usnyhc (mgr.14182) 920 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:07:34.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:33 smithi143 bash[29607]: audit 2023-11-15T07:07:31.904998+0000 mgr.smithi134.usnyhc (mgr.14182) 919 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:34.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:33 smithi143 bash[29607]: cluster 2023-11-15T07:07:32.021958+0000 mgr.smithi134.usnyhc (mgr.14182) 920 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:07:35.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:35 smithi134 bash[25956]: cluster 2023-11-15T07:07:34.022926+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:35.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:35 smithi134 bash[25956]: audit 2023-11-15T07:07:34.267074+0000 mon.smithi134 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:35 smithi143 bash[29607]: cluster 2023-11-15T07:07:34.022926+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:35 smithi143 bash[29607]: audit 2023-11-15T07:07:34.267074+0000 mon.smithi134 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:07:36.893 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:36.894 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:37.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:37 smithi134 bash[25956]: cluster 2023-11-15T07:07:36.023990+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:37.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:37 smithi143 bash[29607]: cluster 2023-11-15T07:07:36.023990+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:38.496 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:38 smithi134 bash[25956]: audit 2023-11-15T07:07:36.884916+0000 mgr.smithi134.usnyhc (mgr.14182) 923 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:38.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:38 smithi143 bash[29607]: audit 2023-11-15T07:07:36.884916+0000 mgr.smithi134.usnyhc (mgr.14182) 923 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:39.593 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:39 smithi134 bash[25956]: cluster 2023-11-15T07:07:38.025742+0000 mgr.smithi134.usnyhc (mgr.14182) 924 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:39.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:39 smithi143 bash[29607]: cluster 2023-11-15T07:07:38.025742+0000 mgr.smithi134.usnyhc (mgr.14182) 924 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:41.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:41 smithi134 bash[25956]: cluster 2023-11-15T07:07:40.027319+0000 mgr.smithi134.usnyhc (mgr.14182) 925 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:07:41.645 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:41.645 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:41 smithi143 bash[29607]: cluster 2023-11-15T07:07:40.027319+0000 mgr.smithi134.usnyhc (mgr.14182) 925 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:07:42.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:42 smithi134 bash[25956]: audit 2023-11-15T07:07:41.628454+0000 mgr.smithi134.usnyhc (mgr.14182) 926 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:42.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:42 smithi143 bash[29607]: audit 2023-11-15T07:07:41.628454+0000 mgr.smithi134.usnyhc (mgr.14182) 926 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:43.314 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:43.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:43 smithi134 bash[25956]: cluster 2023-11-15T07:07:42.028878+0000 mgr.smithi134.usnyhc (mgr.14182) 927 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:43 smithi143 bash[29607]: cluster 2023-11-15T07:07:42.028878+0000 mgr.smithi134.usnyhc (mgr.14182) 927 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:45.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:44 smithi134 bash[25956]: cluster 2023-11-15T07:07:44.030474+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:45.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:44 smithi143 bash[29607]: cluster 2023-11-15T07:07:44.030474+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:46.562 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:46.563 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:47.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:47 smithi134 bash[25956]: cluster 2023-11-15T07:07:46.031650+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:47 smithi134 bash[25956]: audit 2023-11-15T07:07:46.545799+0000 mgr.smithi134.usnyhc (mgr.14182) 930 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:47 smithi143 bash[29607]: cluster 2023-11-15T07:07:46.031650+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:47 smithi143 bash[29607]: audit 2023-11-15T07:07:46.545799+0000 mgr.smithi134.usnyhc (mgr.14182) 930 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:48.176 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:49.391 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:49 smithi134 bash[25956]: cluster 2023-11-15T07:07:48.033390+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:49.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:49 smithi143 bash[29607]: cluster 2023-11-15T07:07:48.033390+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:51.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:51 smithi134 bash[25956]: cluster 2023-11-15T07:07:50.034585+0000 mgr.smithi134.usnyhc (mgr.14182) 932 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:07:51.327 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:51.327 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:51.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:51 smithi143 bash[29607]: cluster 2023-11-15T07:07:50.034585+0000 mgr.smithi134.usnyhc (mgr.14182) 932 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:07:51.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:52 smithi134 bash[25956]: audit 2023-11-15T07:07:51.313432+0000 mgr.smithi134.usnyhc (mgr.14182) 933 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:52 smithi143 bash[29607]: audit 2023-11-15T07:07:51.313432+0000 mgr.smithi134.usnyhc (mgr.14182) 933 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:52.893 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:53.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:53 smithi134 bash[25956]: cluster 2023-11-15T07:07:52.036034+0000 mgr.smithi134.usnyhc (mgr.14182) 934 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:53.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:53 smithi143 bash[29607]: cluster 2023-11-15T07:07:52.036034+0000 mgr.smithi134.usnyhc (mgr.14182) 934 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:07:55.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:54 smithi134 bash[25956]: cluster 2023-11-15T07:07:54.036916+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:55.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:54 smithi143 bash[29607]: cluster 2023-11-15T07:07:54.036916+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:56.182 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:07:56.182 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:07:56.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:07:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:57 smithi134 bash[25956]: cluster 2023-11-15T07:07:56.038376+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:57.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:57 smithi134 bash[25956]: audit 2023-11-15T07:07:56.167427+0000 mgr.smithi134.usnyhc (mgr.14182) 937 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:57.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:57 smithi143 bash[29607]: cluster 2023-11-15T07:07:56.038376+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:57 smithi143 bash[29607]: audit 2023-11-15T07:07:56.167427+0000 mgr.smithi134.usnyhc (mgr.14182) 937 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:07:57.819 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:07:59.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:07:59 smithi134 bash[25956]: cluster 2023-11-15T07:07:58.039814+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:07:59.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:07:59 smithi143 bash[29607]: cluster 2023-11-15T07:07:58.039814+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:01.081 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:01.082 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:01.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:01 smithi134 bash[25956]: cluster 2023-11-15T07:08:00.041497+0000 mgr.smithi134.usnyhc (mgr.14182) 939 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:01.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:01 smithi143 bash[29607]: cluster 2023-11-15T07:08:00.041497+0000 mgr.smithi134.usnyhc (mgr.14182) 939 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:01.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:02.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:02 smithi134 bash[25956]: audit 2023-11-15T07:08:01.067902+0000 mgr.smithi134.usnyhc (mgr.14182) 940 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:02.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:02 smithi143 bash[29607]: audit 2023-11-15T07:08:01.067902+0000 mgr.smithi134.usnyhc (mgr.14182) 940 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:02.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:03.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:03 smithi134 bash[25956]: cluster 2023-11-15T07:08:02.042695+0000 mgr.smithi134.usnyhc (mgr.14182) 941 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:03.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:03 smithi143 bash[29607]: cluster 2023-11-15T07:08:02.042695+0000 mgr.smithi134.usnyhc (mgr.14182) 941 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:04 smithi134 bash[25956]: cluster 2023-11-15T07:08:04.044121+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:05.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:04 smithi143 bash[29607]: cluster 2023-11-15T07:08:04.044121+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:06.156 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:06.156 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:06.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:07.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:07 smithi134 bash[25956]: cluster 2023-11-15T07:08:06.045659+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:07.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:07 smithi134 bash[25956]: audit 2023-11-15T07:08:06.141757+0000 mgr.smithi134.usnyhc (mgr.14182) 944 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:07.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:07 smithi143 bash[29607]: cluster 2023-11-15T07:08:06.045659+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:07.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:07 smithi143 bash[29607]: audit 2023-11-15T07:08:06.141757+0000 mgr.smithi134.usnyhc (mgr.14182) 944 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:07.748 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:09.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:09 smithi134 bash[25956]: cluster 2023-11-15T07:08:08.047373+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:09.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:09 smithi143 bash[29607]: cluster 2023-11-15T07:08:08.047373+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:11.063 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:11.063 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:11.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:11 smithi134 bash[25956]: cluster 2023-11-15T07:08:10.049339+0000 mgr.smithi134.usnyhc (mgr.14182) 946 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:11.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:11 smithi143 bash[29607]: cluster 2023-11-15T07:08:10.049339+0000 mgr.smithi134.usnyhc (mgr.14182) 946 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:11.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:12.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:12 smithi134 bash[25956]: audit 2023-11-15T07:08:11.049848+0000 mgr.smithi134.usnyhc (mgr.14182) 947 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:12 smithi143 bash[29607]: audit 2023-11-15T07:08:11.049848+0000 mgr.smithi134.usnyhc (mgr.14182) 947 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:12.667 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:13.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:13 smithi134 bash[25956]: cluster 2023-11-15T07:08:12.050832+0000 mgr.smithi134.usnyhc (mgr.14182) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:13.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:13 smithi143 bash[29607]: cluster 2023-11-15T07:08:12.050832+0000 mgr.smithi134.usnyhc (mgr.14182) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:15.414 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:14 smithi134 bash[25956]: cluster 2023-11-15T07:08:14.052602+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:15.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:15 smithi143 bash[29607]: cluster 2023-11-15T07:08:14.052602+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:15.846 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:15.847 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:16.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:15 smithi134 bash[25956]: audit 2023-11-15T07:08:15.832190+0000 mgr.smithi134.usnyhc (mgr.14182) 950 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:16.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:16 smithi143 bash[29607]: audit 2023-11-15T07:08:15.832190+0000 mgr.smithi134.usnyhc (mgr.14182) 950 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:16.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:17.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:17 smithi134 bash[25956]: cluster 2023-11-15T07:08:16.054178+0000 mgr.smithi134.usnyhc (mgr.14182) 951 : 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-11-15T07:08:17.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:17 smithi143 bash[29607]: cluster 2023-11-15T07:08:16.054178+0000 mgr.smithi134.usnyhc (mgr.14182) 951 : 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-11-15T07:08:17.503 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:19 smithi134 bash[25956]: cluster 2023-11-15T07:08:18.055986+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:19.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:19 smithi143 bash[29607]: cluster 2023-11-15T07:08:18.055986+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:20.759 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:20.760 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:21.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:21 smithi134 bash[25956]: cluster 2023-11-15T07:08:20.057630+0000 mgr.smithi134.usnyhc (mgr.14182) 953 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:21.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:21 smithi134 bash[25956]: audit 2023-11-15T07:08:20.744368+0000 mgr.smithi134.usnyhc (mgr.14182) 954 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:21.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:21.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:21 smithi143 bash[29607]: cluster 2023-11-15T07:08:20.057630+0000 mgr.smithi134.usnyhc (mgr.14182) 953 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:21.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:21 smithi143 bash[29607]: audit 2023-11-15T07:08:20.744368+0000 mgr.smithi134.usnyhc (mgr.14182) 954 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:22.394 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:22.405 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:22 smithi134 bash[25956]: audit 2023-11-15T07:08:22.018385+0000 mon.smithi134 (mon.0) 894 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:08:22.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:22 smithi143 bash[29607]: audit 2023-11-15T07:08:22.018385+0000 mon.smithi134 (mon.0) 894 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:08:23.635 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:23 smithi134 bash[25956]: cluster 2023-11-15T07:08:22.059030+0000 mgr.smithi134.usnyhc (mgr.14182) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:23.636 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:23 smithi134 bash[25956]: audit 2023-11-15T07:08:22.334654+0000 mon.smithi134 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:23.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:23 smithi143 bash[29607]: cluster 2023-11-15T07:08:22.059030+0000 mgr.smithi134.usnyhc (mgr.14182) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:23 smithi143 bash[29607]: audit 2023-11-15T07:08:22.334654+0000 mon.smithi134 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:25.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:25 smithi134 bash[25956]: cluster 2023-11-15T07:08:24.060792+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:25.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:25 smithi143 bash[29607]: cluster 2023-11-15T07:08:24.060792+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:25.581 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:25.581 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T06:58:01.030010Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T06:58:01.030409Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T06:58:01.030682Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T06:58:01.030939Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T06:58:01.031533Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T06:58:01.031195Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T06:58:01.032440Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:26.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:26.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:26 smithi134 bash[25956]: audit 2023-11-15T07:08:25.571651+0000 mgr.smithi134.usnyhc (mgr.14182) 957 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:26.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:26 smithi143 bash[29607]: audit 2023-11-15T07:08:25.571651+0000 mgr.smithi134.usnyhc (mgr.14182) 957 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:27.240 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:27.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:27 smithi134 bash[25956]: cluster 2023-11-15T07:08:26.062325+0000 mgr.smithi134.usnyhc (mgr.14182) 958 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:27.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:27 smithi143 bash[29607]: cluster 2023-11-15T07:08:26.062325+0000 mgr.smithi134.usnyhc (mgr.14182) 958 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:29.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:27.930941+0000 mon.smithi134 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: cluster 2023-11-15T07:08:28.063851+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:29.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:28.226025+0000 mon.smithi134 (mon.0) 897 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:08:29.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:28.227739+0000 mon.smithi134 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:08:29.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:28.235877+0000 mon.smithi134 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: cluster 2023-11-15T07:08:28.236855+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:29.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:28.244832+0000 mon.smithi134 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:08:29.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: audit 2023-11-15T07:08:28.259586+0000 mon.smithi134 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:28 smithi134 bash[25956]: cephadm 2023-11-15T07:08:28.265700+0000 mgr.smithi134.usnyhc (mgr.14182) 961 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.awmpee on smithi143 2023-11-15T07:08:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:27.930941+0000 mon.smithi134 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: cluster 2023-11-15T07:08:28.063851+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:28.226025+0000 mon.smithi134 (mon.0) 897 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:08:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:28.227739+0000 mon.smithi134 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:08:29.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:28.235877+0000 mon.smithi134 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: cluster 2023-11-15T07:08:28.236855+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:29.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:28.244832+0000 mon.smithi134 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:08:29.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: audit 2023-11-15T07:08:28.259586+0000 mon.smithi134 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:29.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:28 smithi143 bash[29607]: cephadm 2023-11-15T07:08:28.265700+0000 mgr.smithi134.usnyhc (mgr.14182) 961 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.awmpee on smithi143 2023-11-15T07:08:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:29 smithi134 bash[25956]: cluster 2023-11-15T07:08:28.926270+0000 mon.smithi134 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:08:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:29 smithi134 bash[25956]: cluster 2023-11-15T07:08:28.926337+0000 mon.smithi134 (mon.0) 903 : cluster [INF] Cluster is now healthy 2023-11-15T07:08:30.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:29 smithi143 bash[29607]: cluster 2023-11-15T07:08:28.926270+0000 mon.smithi134 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:08:30.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:29 smithi143 bash[29607]: cluster 2023-11-15T07:08:28.926337+0000 mon.smithi134 (mon.0) 903 : cluster [INF] Cluster is now healthy 2023-11-15T07:08:30.373 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:30.373 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:06:07.591543Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tzzgvx on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:30.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:30 smithi134 bash[25956]: cluster 2023-11-15T07:08:30.238298+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:31.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:30 smithi134 bash[25956]: audit 2023-11-15T07:08:30.356476+0000 mgr.smithi134.usnyhc (mgr.14182) 963 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:31.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:30 smithi143 bash[29607]: cluster 2023-11-15T07:08:30.238298+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:31.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:30 smithi143 bash[29607]: audit 2023-11-15T07:08:30.356476+0000 mgr.smithi134.usnyhc (mgr.14182) 963 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:31.994 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:32 smithi143 bash[29607]: audit 2023-11-15T07:08:32.005366+0000 mon.smithi134 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.awmpee"}]: dispatch 2023-11-15T07:08:32.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:32 smithi134 bash[25956]: audit 2023-11-15T07:08:32.005366+0000 mon.smithi134 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.awmpee"}]: dispatch 2023-11-15T07:08:33.367 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: cephadm 2023-11-15T07:08:32.004019+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.368 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.368 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.368 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.368 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.368 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.369 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.369 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.369 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.369 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.369 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:08:33.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:08:33.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:08:33.370 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: cephadm 2023-11-15T07:08:32.004624+0000 mgr.smithi134.usnyhc (mgr.14182) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: cephadm 2023-11-15T07:08:32.006887+0000 mgr.smithi134.usnyhc (mgr.14182) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.375 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.377 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.377 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.377 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.377 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: cephadm 2023-11-15T07:08:32.010054+0000 mgr.smithi134.usnyhc (mgr.14182) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.zfhsvo on smithi134 2023-11-15T07:08:33.378 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:33 smithi134 bash[25956]: cluster 2023-11-15T07:08:32.239371+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: cephadm 2023-11-15T07:08:32.004019+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:08:33.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:08:33.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:08:33.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:08:33.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: cephadm 2023-11-15T07:08:32.004624+0000 mgr.smithi134.usnyhc (mgr.14182) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: cephadm 2023-11-15T07:08:32.006887+0000 mgr.smithi134.usnyhc (mgr.14182) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.awmpee ... 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:33.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:33.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:33.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:33.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: cephadm 2023-11-15T07:08:32.010054+0000 mgr.smithi134.usnyhc (mgr.14182) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.zfhsvo on smithi134 2023-11-15T07:08:33.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:33 smithi143 bash[29607]: cluster 2023-11-15T07:08:32.239371+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:35.309 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:35.310 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:18.111446Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tcyjhi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-tcyjhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.tcyjhi\nDeploy daemon haproxy.nfs.foo.smithi143.tcyjhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.008382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.uqjbpd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-uqjbpd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.uqjbpd\nDeploy daemon haproxy.nfs.foo.smithi134.uqjbpd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:07:22.010098Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.qmemsa on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:35.555 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:35 smithi134 bash[25956]: cluster 2023-11-15T07:08:34.240820+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:35.556 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:35 smithi134 bash[25956]: audit 2023-11-15T07:08:34.269913+0000 mon.smithi134 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:35.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:35 smithi143 bash[29607]: cluster 2023-11-15T07:08:34.240820+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:35 smithi143 bash[29607]: audit 2023-11-15T07:08:34.269913+0000 mon.smithi134 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:35.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:36.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:36 smithi134 bash[25956]: audit 2023-11-15T07:08:35.300853+0000 mgr.smithi134.usnyhc (mgr.14182) 970 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:36.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:36 smithi134 bash[25956]: audit 2023-11-15T07:08:35.972752+0000 mon.smithi134 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.zfhsvo"}]: dispatch 2023-11-15T07:08:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:36 smithi143 bash[29607]: audit 2023-11-15T07:08:35.300853+0000 mgr.smithi134.usnyhc (mgr.14182) 970 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:36.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:36 smithi143 bash[29607]: audit 2023-11-15T07:08:35.972752+0000 mon.smithi134 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.zfhsvo"}]: dispatch 2023-11-15T07:08:36.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cephadm 2023-11-15T07:08:35.971814+0000 mgr.smithi134.usnyhc (mgr.14182) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:08:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:08:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:08:37.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:08:37.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:08:37.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cephadm 2023-11-15T07:08:35.972227+0000 mgr.smithi134.usnyhc (mgr.14182) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cephadm 2023-11-15T07:08:35.974129+0000 mgr.smithi134.usnyhc (mgr.14182) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cephadm 2023-11-15T07:08:35.977981+0000 mgr.smithi134.usnyhc (mgr.14182) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:08:37.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cephadm 2023-11-15T07:08:35.979775+0000 mgr.smithi134.usnyhc (mgr.14182) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:08:37.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cluster 2023-11-15T07:08:35.981497+0000 mgr.smithi134.usnyhc (mgr.14182) 976 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:08:37.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: cluster 2023-11-15T07:08:36.268640+0000 mon.smithi134 (mon.0) 907 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:08:37.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:37 smithi134 bash[25956]: audit 2023-11-15T07:08:36.777188+0000 mon.smithi134 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cephadm 2023-11-15T07:08:35.971814+0000 mgr.smithi134.usnyhc (mgr.14182) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:08:37.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:08:37.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:08:37.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:08:37.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:08:37.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cephadm 2023-11-15T07:08:35.972227+0000 mgr.smithi134.usnyhc (mgr.14182) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cephadm 2023-11-15T07:08:35.974129+0000 mgr.smithi134.usnyhc (mgr.14182) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo 2023-11-15T07:08:37.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:08:37.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo 2023-11-15T07:08:37.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.zfhsvo ... 2023-11-15T07:08:37.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:08:37.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:08:37.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:08:37.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:08:37.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cephadm 2023-11-15T07:08:35.977981+0000 mgr.smithi134.usnyhc (mgr.14182) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:08:37.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cephadm 2023-11-15T07:08:35.979775+0000 mgr.smithi134.usnyhc (mgr.14182) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:08:37.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cluster 2023-11-15T07:08:35.981497+0000 mgr.smithi134.usnyhc (mgr.14182) 976 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:08:37.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: cluster 2023-11-15T07:08:36.268640+0000 mon.smithi134 (mon.0) 907 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:08:37.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:37 smithi143 bash[29607]: audit 2023-11-15T07:08:36.777188+0000 mon.smithi134 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:39.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:39 smithi134 bash[25956]: cluster 2023-11-15T07:08:37.982870+0000 mgr.smithi134.usnyhc (mgr.14182) 977 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:08:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:39 smithi143 bash[29607]: cluster 2023-11-15T07:08:37.982870+0000 mgr.smithi134.usnyhc (mgr.14182) 977 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:08:40.378 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:40.379 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:40.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:41.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:41 smithi134 bash[25956]: cluster 2023-11-15T07:08:39.984498+0000 mgr.smithi134.usnyhc (mgr.14182) 978 : cluster [DBG] pgmap v658: 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-11-15T07:08:41.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:41 smithi134 bash[25956]: audit 2023-11-15T07:08:40.362258+0000 mgr.smithi134.usnyhc (mgr.14182) 979 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:41.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:41 smithi143 bash[29607]: cluster 2023-11-15T07:08:39.984498+0000 mgr.smithi134.usnyhc (mgr.14182) 978 : cluster [DBG] pgmap v658: 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-11-15T07:08:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:41 smithi143 bash[29607]: audit 2023-11-15T07:08:40.362258+0000 mgr.smithi134.usnyhc (mgr.14182) 979 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:41.975 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:43.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:43 smithi134 bash[25956]: cluster 2023-11-15T07:08:41.985926+0000 mgr.smithi134.usnyhc (mgr.14182) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:43 smithi143 bash[29607]: cluster 2023-11-15T07:08:41.985926+0000 mgr.smithi134.usnyhc (mgr.14182) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:45.183 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:45.183 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:45.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:45 smithi134 bash[25956]: cluster 2023-11-15T07:08:43.987392+0000 mgr.smithi134.usnyhc (mgr.14182) 981 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:45.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:45 smithi143 bash[29607]: cluster 2023-11-15T07:08:43.987392+0000 mgr.smithi134.usnyhc (mgr.14182) 981 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:45.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:46.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:46 smithi134 bash[25956]: audit 2023-11-15T07:08:45.166490+0000 mgr.smithi134.usnyhc (mgr.14182) 982 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:46 smithi143 bash[29607]: audit 2023-11-15T07:08:45.166490+0000 mgr.smithi134.usnyhc (mgr.14182) 982 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:46.817 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:47.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:47 smithi134 bash[25956]: cluster 2023-11-15T07:08:45.988790+0000 mgr.smithi134.usnyhc (mgr.14182) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:47.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:47 smithi143 bash[29607]: cluster 2023-11-15T07:08:45.988790+0000 mgr.smithi134.usnyhc (mgr.14182) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:08:49.647 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:49 smithi134 bash[25956]: cluster 2023-11-15T07:08:47.989822+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:49.647 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:49 smithi134 bash[25956]: audit 2023-11-15T07:08:49.270449+0000 mon.smithi134 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:49 smithi143 bash[29607]: cluster 2023-11-15T07:08:47.989822+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:49 smithi143 bash[29607]: audit 2023-11-15T07:08:49.270449+0000 mon.smithi134 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:08:50.008 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:50.008 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:50.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:51.673 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:51.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:51 smithi134 bash[25956]: cluster 2023-11-15T07:08:49.991508+0000 mgr.smithi134.usnyhc (mgr.14182) 985 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:51.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:51 smithi134 bash[25956]: audit 2023-11-15T07:08:49.994543+0000 mgr.smithi134.usnyhc (mgr.14182) 986 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:51.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:51 smithi143 bash[29607]: cluster 2023-11-15T07:08:49.991508+0000 mgr.smithi134.usnyhc (mgr.14182) 985 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:08:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:51 smithi143 bash[29607]: audit 2023-11-15T07:08:49.994543+0000 mgr.smithi134.usnyhc (mgr.14182) 986 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:53.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:53 smithi134 bash[25956]: cluster 2023-11-15T07:08:51.993066+0000 mgr.smithi134.usnyhc (mgr.14182) 987 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:53 smithi143 bash[29607]: cluster 2023-11-15T07:08:51.993066+0000 mgr.smithi134.usnyhc (mgr.14182) 987 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:08:54.828 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:54.829 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:55.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:08:55.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:55 smithi134 bash[25956]: cluster 2023-11-15T07:08:53.994718+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:55.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:55 smithi134 bash[25956]: audit 2023-11-15T07:08:54.813424+0000 mgr.smithi134.usnyhc (mgr.14182) 989 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:55.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:55 smithi143 bash[29607]: cluster 2023-11-15T07:08:53.994718+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:55.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:55 smithi143 bash[29607]: audit 2023-11-15T07:08:54.813424+0000 mgr.smithi134.usnyhc (mgr.14182) 989 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:08:56.443 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:08:57.691 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:57 smithi134 bash[25956]: cluster 2023-11-15T07:08:55.996306+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:57.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:57 smithi143 bash[29607]: cluster 2023-11-15T07:08:55.996306+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:59.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:08:59 smithi134 bash[25956]: cluster 2023-11-15T07:08:57.998092+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:08:59.644 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:08:59.644 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:08:59.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:08:59 smithi143 bash[29607]: cluster 2023-11-15T07:08:57.998092+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:00.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:00.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:00 smithi134 bash[25956]: audit 2023-11-15T07:08:59.630407+0000 mgr.smithi134.usnyhc (mgr.14182) 992 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:00 smithi143 bash[29607]: audit 2023-11-15T07:08:59.630407+0000 mgr.smithi134.usnyhc (mgr.14182) 992 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:01.286 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:01.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:01 smithi134 bash[25956]: cluster 2023-11-15T07:08:59.999956+0000 mgr.smithi134.usnyhc (mgr.14182) 993 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:01.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:01 smithi143 bash[29607]: cluster 2023-11-15T07:08:59.999956+0000 mgr.smithi134.usnyhc (mgr.14182) 993 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:03.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:03 smithi134 bash[25956]: cluster 2023-11-15T07:09:02.001303+0000 mgr.smithi134.usnyhc (mgr.14182) 994 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:03.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:03 smithi143 bash[29607]: cluster 2023-11-15T07:09:02.001303+0000 mgr.smithi134.usnyhc (mgr.14182) 994 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:04.563 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:04.563 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:05.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:05 smithi134 bash[25956]: cluster 2023-11-15T07:09:04.002957+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:05 smithi134 bash[25956]: audit 2023-11-15T07:09:04.549977+0000 mgr.smithi134.usnyhc (mgr.14182) 996 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:05 smithi143 bash[29607]: cluster 2023-11-15T07:09:04.002957+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:05 smithi143 bash[29607]: audit 2023-11-15T07:09:04.549977+0000 mgr.smithi134.usnyhc (mgr.14182) 996 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:06.145 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:07.524 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:07 smithi134 bash[25956]: cluster 2023-11-15T07:09:06.004517+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:07.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:07 smithi143 bash[29607]: cluster 2023-11-15T07:09:06.004517+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:09.264 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:09.264 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:09 smithi134 bash[25956]: cluster 2023-11-15T07:09:08.006410+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:09 smithi143 bash[29607]: cluster 2023-11-15T07:09:08.006410+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:09.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:10.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:10 smithi134 bash[25956]: audit 2023-11-15T07:09:09.248385+0000 mgr.smithi134.usnyhc (mgr.14182) 999 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:10.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:10 smithi143 bash[29607]: audit 2023-11-15T07:09:09.248385+0000 mgr.smithi134.usnyhc (mgr.14182) 999 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:10.932 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:11.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:11 smithi134 bash[25956]: cluster 2023-11-15T07:09:10.008278+0000 mgr.smithi134.usnyhc (mgr.14182) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:11.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:11 smithi143 bash[29607]: cluster 2023-11-15T07:09:10.008278+0000 mgr.smithi134.usnyhc (mgr.14182) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:13.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:13 smithi134 bash[25956]: cluster 2023-11-15T07:09:12.009786+0000 mgr.smithi134.usnyhc (mgr.14182) 1001 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:13 smithi143 bash[29607]: cluster 2023-11-15T07:09:12.009786+0000 mgr.smithi134.usnyhc (mgr.14182) 1001 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:14.152 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:14.153 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:14.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:15.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:15 smithi134 bash[25956]: cluster 2023-11-15T07:09:14.011490+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:15.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:15 smithi134 bash[25956]: audit 2023-11-15T07:09:14.136117+0000 mgr.smithi134.usnyhc (mgr.14182) 1003 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:15.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:15 smithi143 bash[29607]: cluster 2023-11-15T07:09:14.011490+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:15.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:15 smithi143 bash[29607]: audit 2023-11-15T07:09:14.136117+0000 mgr.smithi134.usnyhc (mgr.14182) 1003 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:15.753 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:17.132 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:17 smithi134 bash[25956]: cluster 2023-11-15T07:09:16.012276+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:17.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:17 smithi143 bash[29607]: cluster 2023-11-15T07:09:16.012276+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:18.879 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:18.880 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:19 smithi134 bash[25956]: cluster 2023-11-15T07:09:18.013853+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:19 smithi134 bash[25956]: audit 2023-11-15T07:09:18.871112+0000 mgr.smithi134.usnyhc (mgr.14182) 1006 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:19 smithi143 bash[29607]: cluster 2023-11-15T07:09:18.013853+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:19.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:19 smithi143 bash[29607]: audit 2023-11-15T07:09:18.871112+0000 mgr.smithi134.usnyhc (mgr.14182) 1006 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:19.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:20.560 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:21.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:21 smithi134 bash[25956]: cluster 2023-11-15T07:09:20.016794+0000 mgr.smithi134.usnyhc (mgr.14182) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:21.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:21 smithi143 bash[29607]: cluster 2023-11-15T07:09:20.016794+0000 mgr.smithi134.usnyhc (mgr.14182) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:23.363 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:23 smithi134 bash[25956]: cluster 2023-11-15T07:09:22.017664+0000 mgr.smithi134.usnyhc (mgr.14182) 1008 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:23.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:23 smithi143 bash[29607]: cluster 2023-11-15T07:09:22.017664+0000 mgr.smithi134.usnyhc (mgr.14182) 1008 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:23.808 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:23.809 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:24.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:24 smithi134 bash[25956]: audit 2023-11-15T07:09:23.791156+0000 mgr.smithi134.usnyhc (mgr.14182) 1009 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:24.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:24.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:24 smithi143 bash[29607]: audit 2023-11-15T07:09:23.791156+0000 mgr.smithi134.usnyhc (mgr.14182) 1009 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:25.445 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:25.458 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:25 smithi134 bash[25956]: cluster 2023-11-15T07:09:24.018515+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:25.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:25 smithi143 bash[29607]: cluster 2023-11-15T07:09:24.018515+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:27.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:27 smithi134 bash[25956]: cluster 2023-11-15T07:09:26.019749+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:27.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:27 smithi143 bash[29607]: cluster 2023-11-15T07:09:26.019749+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:28.714 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:28.714 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:29.349 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:29 smithi134 bash[25956]: cluster 2023-11-15T07:09:28.020716+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:29.349 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:29 smithi134 bash[25956]: audit 2023-11-15T07:09:28.697424+0000 mgr.smithi134.usnyhc (mgr.14182) 1013 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:29.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:29.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:29 smithi143 bash[29607]: cluster 2023-11-15T07:09:28.020716+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:29.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:29 smithi143 bash[29607]: audit 2023-11-15T07:09:28.697424+0000 mgr.smithi134.usnyhc (mgr.14182) 1013 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:30.351 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:31.443 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:31 smithi134 bash[25956]: cluster 2023-11-15T07:09:30.022419+0000 mgr.smithi134.usnyhc (mgr.14182) 1014 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:31.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:31 smithi143 bash[29607]: cluster 2023-11-15T07:09:30.022419+0000 mgr.smithi134.usnyhc (mgr.14182) 1014 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:09:33.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:33 smithi134 bash[25956]: cluster 2023-11-15T07:09:32.024008+0000 mgr.smithi134.usnyhc (mgr.14182) 1015 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:33 smithi143 bash[29607]: cluster 2023-11-15T07:09:32.024008+0000 mgr.smithi134.usnyhc (mgr.14182) 1015 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:09:33.587 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:33.587 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:34.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:34.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:34 smithi134 bash[25956]: audit 2023-11-15T07:09:33.570629+0000 mgr.smithi134.usnyhc (mgr.14182) 1016 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:34 smithi143 bash[29607]: audit 2023-11-15T07:09:33.570629+0000 mgr.smithi134.usnyhc (mgr.14182) 1016 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:35.236 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:35.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:35 smithi134 bash[25956]: cluster 2023-11-15T07:09:34.025658+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:35.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:35 smithi143 bash[29607]: cluster 2023-11-15T07:09:34.025658+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:36.390 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:36 smithi134 bash[25956]: audit 2023-11-15T07:09:35.983289+0000 mon.smithi134 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:09:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:36 smithi143 bash[29607]: audit 2023-11-15T07:09:35.983289+0000 mon.smithi134 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:09:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: cluster 2023-11-15T07:09:36.026748+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.298286+0000 mon.smithi134 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.605617+0000 mon.smithi134 (mon.0) 912 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:09:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.607527+0000 mon.smithi134 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:09:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.619068+0000 mon.smithi134 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: cluster 2023-11-15T07:09:36.619995+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.626131+0000 mon.smithi134 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:09:37.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: audit 2023-11-15T07:09:36.638770+0000 mon.smithi134 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:37 smithi134 bash[25956]: cephadm 2023-11-15T07:09:36.642362+0000 mgr.smithi134.usnyhc (mgr.14182) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.lxryoa on smithi143 2023-11-15T07:09:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: cluster 2023-11-15T07:09:36.026748+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.298286+0000 mon.smithi134 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.605617+0000 mon.smithi134 (mon.0) 912 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:09:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.607527+0000 mon.smithi134 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:09:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.619068+0000 mon.smithi134 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: cluster 2023-11-15T07:09:36.619995+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.626131+0000 mon.smithi134 (mon.0) 915 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:09:37.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: audit 2023-11-15T07:09:36.638770+0000 mon.smithi134 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:37.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:37 smithi143 bash[29607]: cephadm 2023-11-15T07:09:36.642362+0000 mgr.smithi134.usnyhc (mgr.14182) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.lxryoa on smithi143 2023-11-15T07:09:38.429 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:38.430 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:07:22.014044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vxxwui on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:38.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:38 smithi134 bash[25956]: cluster 2023-11-15T07:09:37.613545+0000 mon.smithi134 (mon.0) 917 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:09:38.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:38 smithi134 bash[25956]: cluster 2023-11-15T07:09:37.613594+0000 mon.smithi134 (mon.0) 918 : cluster [INF] Cluster is now healthy 2023-11-15T07:09:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:38 smithi143 bash[29607]: cluster 2023-11-15T07:09:37.613545+0000 mon.smithi134 (mon.0) 917 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:09:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:38 smithi143 bash[29607]: cluster 2023-11-15T07:09:37.613594+0000 mon.smithi134 (mon.0) 918 : cluster [INF] Cluster is now healthy 2023-11-15T07:09:39.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:39.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:39 smithi134 bash[25956]: audit 2023-11-15T07:09:38.415752+0000 mgr.smithi134.usnyhc (mgr.14182) 1021 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:39.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:39 smithi134 bash[25956]: cluster 2023-11-15T07:09:38.620922+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:39.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:39 smithi143 bash[29607]: audit 2023-11-15T07:09:38.415752+0000 mgr.smithi134.usnyhc (mgr.14182) 1021 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:39.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:39 smithi143 bash[29607]: cluster 2023-11-15T07:09:38.620922+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:40.050 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:40.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:40 smithi134 bash[25956]: audit 2023-11-15T07:09:40.377113+0000 mon.smithi134 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.lxryoa"}]: dispatch 2023-11-15T07:09:40.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:40 smithi143 bash[29607]: audit 2023-11-15T07:09:40.377113+0000 mon.smithi134 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.lxryoa"}]: dispatch 2023-11-15T07:09:41.545 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: cephadm 2023-11-15T07:09:40.376007+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:09:41.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:09:41.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:09:41.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:09:41.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:09:41.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.551 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.551 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.551 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.551 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: cephadm 2023-11-15T07:09:40.376483+0000 mgr.smithi134.usnyhc (mgr.14182) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: cephadm 2023-11-15T07:09:40.378799+0000 mgr.smithi134.usnyhc (mgr.14182) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:41.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: cephadm 2023-11-15T07:09:40.384008+0000 mgr.smithi134.usnyhc (mgr.14182) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.hgvqss on smithi134 2023-11-15T07:09:41.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:41 smithi134 bash[25956]: cluster 2023-11-15T07:09:40.621902+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: cephadm 2023-11-15T07:09:40.376007+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:09:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:09:41.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: cephadm 2023-11-15T07:09:40.376483+0000 mgr.smithi134.usnyhc (mgr.14182) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: cephadm 2023-11-15T07:09:40.378799+0000 mgr.smithi134.usnyhc (mgr.14182) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa 2023-11-15T07:09:41.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:41.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa 2023-11-15T07:09:41.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.lxryoa ... 2023-11-15T07:09:41.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: cephadm 2023-11-15T07:09:40.384008+0000 mgr.smithi134.usnyhc (mgr.14182) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.hgvqss on smithi134 2023-11-15T07:09:41.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:41 smithi143 bash[29607]: cluster 2023-11-15T07:09:40.621902+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:43.358 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:43.359 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:32.006739Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.awmpee on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-awmpee\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.awmpee\nDeploy daemon haproxy.nfs.foo.smithi143.awmpee ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.973934Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.zfhsvo on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-zfhsvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.zfhsvo\nDeploy daemon haproxy.nfs.foo.smithi134.zfhsvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:08:35.977856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.ebduqm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:43 smithi134 bash[25956]: cluster 2023-11-15T07:09:42.623064+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:43.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:43 smithi143 bash[29607]: cluster 2023-11-15T07:09:42.623064+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:44.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:44 smithi134 bash[25956]: audit 2023-11-15T07:09:43.349790+0000 mgr.smithi134.usnyhc (mgr.14182) 1029 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:44.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:44 smithi134 bash[25956]: audit 2023-11-15T07:09:44.352859+0000 mon.smithi134 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.hgvqss"}]: dispatch 2023-11-15T07:09:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:44 smithi143 bash[29607]: audit 2023-11-15T07:09:43.349790+0000 mgr.smithi134.usnyhc (mgr.14182) 1029 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:44.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:44 smithi143 bash[29607]: audit 2023-11-15T07:09:44.352859+0000 mon.smithi134 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.hgvqss"}]: dispatch 2023-11-15T07:09:45.027 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:45.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cephadm 2023-11-15T07:09:44.351942+0000 mgr.smithi134.usnyhc (mgr.14182) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:09:45.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:09:45.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:09:45.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:09:45.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:09:45.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.980 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.981 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cephadm 2023-11-15T07:09:44.352294+0000 mgr.smithi134.usnyhc (mgr.14182) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cephadm 2023-11-15T07:09:44.354217+0000 mgr.smithi134.usnyhc (mgr.14182) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:09:45.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cephadm 2023-11-15T07:09:44.358121+0000 mgr.smithi134.usnyhc (mgr.14182) 1033 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:09:45.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cephadm 2023-11-15T07:09:44.361425+0000 mgr.smithi134.usnyhc (mgr.14182) 1034 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:09:45.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cluster 2023-11-15T07:09:44.363712+0000 mgr.smithi134.usnyhc (mgr.14182) 1035 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:09:45.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:45 smithi134 bash[25956]: cluster 2023-11-15T07:09:45.019290+0000 mon.smithi134 (mon.0) 921 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:09:45.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cephadm 2023-11-15T07:09:44.351942+0000 mgr.smithi134.usnyhc (mgr.14182) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:09:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:09:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:09:45.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:09:45.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:09:45.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cephadm 2023-11-15T07:09:44.352294+0000 mgr.smithi134.usnyhc (mgr.14182) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cephadm 2023-11-15T07:09:44.354217+0000 mgr.smithi134.usnyhc (mgr.14182) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss 2023-11-15T07:09:45.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:09:45.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss 2023-11-15T07:09:45.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.hgvqss ... 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:09:45.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cephadm 2023-11-15T07:09:44.358121+0000 mgr.smithi134.usnyhc (mgr.14182) 1033 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:09:45.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cephadm 2023-11-15T07:09:44.361425+0000 mgr.smithi134.usnyhc (mgr.14182) 1034 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:09:45.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cluster 2023-11-15T07:09:44.363712+0000 mgr.smithi134.usnyhc (mgr.14182) 1035 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:09:45.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:45 smithi143 bash[29607]: cluster 2023-11-15T07:09:45.019290+0000 mon.smithi134 (mon.0) 921 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:09:48.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:47 smithi134 bash[25956]: cluster 2023-11-15T07:09:46.365208+0000 mgr.smithi134.usnyhc (mgr.14182) 1036 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:09:48.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:47 smithi134 bash[25956]: audit 2023-11-15T07:09:46.840253+0000 mon.smithi134 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:48.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:47 smithi143 bash[29607]: cluster 2023-11-15T07:09:46.365208+0000 mgr.smithi134.usnyhc (mgr.14182) 1036 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:09:48.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:47 smithi143 bash[29607]: audit 2023-11-15T07:09:46.840253+0000 mon.smithi134 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:09:48.355 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:48.356 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:48.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:49.971 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:49 smithi134 bash[25956]: audit 2023-11-15T07:09:48.339328+0000 mgr.smithi134.usnyhc (mgr.14182) 1037 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:50.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:49 smithi134 bash[25956]: cluster 2023-11-15T07:09:48.366618+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:49 smithi143 bash[29607]: audit 2023-11-15T07:09:48.339328+0000 mgr.smithi134.usnyhc (mgr.14182) 1037 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:49 smithi143 bash[29607]: cluster 2023-11-15T07:09:48.366618+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:51 smithi134 bash[25956]: cluster 2023-11-15T07:09:50.368469+0000 mgr.smithi134.usnyhc (mgr.14182) 1039 : cluster [DBG] pgmap v694: 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-11-15T07:09:52.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:51 smithi143 bash[29607]: cluster 2023-11-15T07:09:50.368469+0000 mgr.smithi134.usnyhc (mgr.14182) 1039 : cluster [DBG] pgmap v694: 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-11-15T07:09:53.199 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:53.200 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:53.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:53 smithi134 bash[25956]: cluster 2023-11-15T07:09:52.369968+0000 mgr.smithi134.usnyhc (mgr.14182) 1040 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:09:54.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:53 smithi143 bash[29607]: cluster 2023-11-15T07:09:52.369968+0000 mgr.smithi134.usnyhc (mgr.14182) 1040 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:09:54.840 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:09:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:54 smithi134 bash[25956]: audit 2023-11-15T07:09:53.185746+0000 mgr.smithi134.usnyhc (mgr.14182) 1041 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:54 smithi143 bash[29607]: audit 2023-11-15T07:09:53.185746+0000 mgr.smithi134.usnyhc (mgr.14182) 1041 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:09:56.142 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:55 smithi134 bash[25956]: cluster 2023-11-15T07:09:54.371740+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:56.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:55 smithi143 bash[29607]: cluster 2023-11-15T07:09:54.371740+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:57.932 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:09:57.932 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:09:58.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:57 smithi134 bash[25956]: cluster 2023-11-15T07:09:56.373440+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:58.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:57 smithi143 bash[29607]: cluster 2023-11-15T07:09:56.373440+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:09:58.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:09:59.586 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:00.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:59 smithi134 bash[25956]: audit 2023-11-15T07:09:57.915664+0000 mgr.smithi134.usnyhc (mgr.14182) 1044 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:09:59 smithi134 bash[25956]: cluster 2023-11-15T07:09:58.375257+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:59 smithi143 bash[29607]: audit 2023-11-15T07:09:57.915664+0000 mgr.smithi134.usnyhc (mgr.14182) 1044 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:09:59 smithi143 bash[29607]: cluster 2023-11-15T07:09:58.375257+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:01.022 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:00 smithi134 bash[25956]: cluster 2023-11-15T07:10:00.000120+0000 mon.smithi134 (mon.0) 923 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:10:01.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:00 smithi143 bash[29607]: cluster 2023-11-15T07:10:00.000120+0000 mon.smithi134 (mon.0) 923 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:10:02.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:01 smithi134 bash[25956]: cluster 2023-11-15T07:10:00.377018+0000 mgr.smithi134.usnyhc (mgr.14182) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:02.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:01 smithi143 bash[29607]: cluster 2023-11-15T07:10:00.377018+0000 mgr.smithi134.usnyhc (mgr.14182) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:02.977 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:02.977 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:03.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:03 smithi134 bash[25956]: cluster 2023-11-15T07:10:02.378500+0000 mgr.smithi134.usnyhc (mgr.14182) 1047 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:03 smithi143 bash[29607]: cluster 2023-11-15T07:10:02.378500+0000 mgr.smithi134.usnyhc (mgr.14182) 1047 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:04.655 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:04.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:04 smithi134 bash[25956]: audit 2023-11-15T07:10:02.968115+0000 mgr.smithi134.usnyhc (mgr.14182) 1048 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:05.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:04 smithi143 bash[29607]: audit 2023-11-15T07:10:02.968115+0000 mgr.smithi134.usnyhc (mgr.14182) 1048 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:06.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:05 smithi134 bash[25956]: cluster 2023-11-15T07:10:04.380242+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:06.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:05 smithi143 bash[29607]: cluster 2023-11-15T07:10:04.380242+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:06 smithi134 bash[25956]: cluster 2023-11-15T07:10:06.381832+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:07.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:06 smithi143 bash[29607]: cluster 2023-11-15T07:10:06.381832+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:07.960 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:07.960 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:08.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:09.586 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:09 smithi134 bash[25956]: audit 2023-11-15T07:10:07.951433+0000 mgr.smithi134.usnyhc (mgr.14182) 1051 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:09 smithi134 bash[25956]: cluster 2023-11-15T07:10:08.383621+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:09 smithi143 bash[29607]: audit 2023-11-15T07:10:07.951433+0000 mgr.smithi134.usnyhc (mgr.14182) 1051 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:09.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:09 smithi143 bash[29607]: cluster 2023-11-15T07:10:08.383621+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:11.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:11 smithi134 bash[25956]: cluster 2023-11-15T07:10:10.385744+0000 mgr.smithi134.usnyhc (mgr.14182) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:11.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:11 smithi143 bash[29607]: cluster 2023-11-15T07:10:10.385744+0000 mgr.smithi134.usnyhc (mgr.14182) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:12.923 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:12.923 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:13.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:13.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:13 smithi134 bash[25956]: cluster 2023-11-15T07:10:12.387238+0000 mgr.smithi134.usnyhc (mgr.14182) 1054 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:13.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:13 smithi143 bash[29607]: cluster 2023-11-15T07:10:12.387238+0000 mgr.smithi134.usnyhc (mgr.14182) 1054 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:14.609 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:14.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:14 smithi134 bash[25956]: audit 2023-11-15T07:10:12.906389+0000 mgr.smithi134.usnyhc (mgr.14182) 1055 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:14 smithi143 bash[29607]: audit 2023-11-15T07:10:12.906389+0000 mgr.smithi134.usnyhc (mgr.14182) 1055 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:15.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:15 smithi134 bash[25956]: cluster 2023-11-15T07:10:14.388977+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:15.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:15 smithi143 bash[29607]: cluster 2023-11-15T07:10:14.388977+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:17.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:17 smithi134 bash[25956]: cluster 2023-11-15T07:10:16.390542+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:17.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:17 smithi143 bash[29607]: cluster 2023-11-15T07:10:16.390542+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:17.970 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:17.971 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:18.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:19.631 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:19.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:19 smithi143 bash[29607]: audit 2023-11-15T07:10:17.956939+0000 mgr.smithi134.usnyhc (mgr.14182) 1058 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:19 smithi143 bash[29607]: cluster 2023-11-15T07:10:18.392160+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:19 smithi134 bash[25956]: audit 2023-11-15T07:10:17.956939+0000 mgr.smithi134.usnyhc (mgr.14182) 1058 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:19 smithi134 bash[25956]: cluster 2023-11-15T07:10:18.392160+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:21 smithi143 bash[29607]: cluster 2023-11-15T07:10:20.394125+0000 mgr.smithi134.usnyhc (mgr.14182) 1060 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:21.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:21 smithi134 bash[25956]: cluster 2023-11-15T07:10:20.394125+0000 mgr.smithi134.usnyhc (mgr.14182) 1060 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:22.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:22.772 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:23.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:23 smithi134 bash[25956]: cluster 2023-11-15T07:10:22.395317+0000 mgr.smithi134.usnyhc (mgr.14182) 1061 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:23.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:23 smithi134 bash[25956]: audit 2023-11-15T07:10:22.762879+0000 mgr.smithi134.usnyhc (mgr.14182) 1062 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:23.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:23 smithi143 bash[29607]: cluster 2023-11-15T07:10:22.395317+0000 mgr.smithi134.usnyhc (mgr.14182) 1061 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:23.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:23 smithi143 bash[29607]: audit 2023-11-15T07:10:22.762879+0000 mgr.smithi134.usnyhc (mgr.14182) 1062 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:24.391 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:25.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:25 smithi134 bash[25956]: cluster 2023-11-15T07:10:24.397005+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:25.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:25 smithi143 bash[29607]: cluster 2023-11-15T07:10:24.397005+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:27.720 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:27.721 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:27.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:27 smithi134 bash[25956]: cluster 2023-11-15T07:10:26.398084+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:27 smithi143 bash[29607]: cluster 2023-11-15T07:10:26.398084+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:28.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:28.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:28 smithi134 bash[25956]: audit 2023-11-15T07:10:27.711891+0000 mgr.smithi134.usnyhc (mgr.14182) 1065 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:28 smithi143 bash[29607]: audit 2023-11-15T07:10:27.711891+0000 mgr.smithi134.usnyhc (mgr.14182) 1065 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:29.311 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:29.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:29 smithi134 bash[25956]: cluster 2023-11-15T07:10:28.399866+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:29.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:29 smithi143 bash[29607]: cluster 2023-11-15T07:10:28.399866+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:31.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:31 smithi143 bash[29607]: cluster 2023-11-15T07:10:30.400884+0000 mgr.smithi134.usnyhc (mgr.14182) 1067 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:31 smithi134 bash[25956]: cluster 2023-11-15T07:10:30.400884+0000 mgr.smithi134.usnyhc (mgr.14182) 1067 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:32.672 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:32.672 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:33.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:33.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:33 smithi134 bash[25956]: cluster 2023-11-15T07:10:32.401905+0000 mgr.smithi134.usnyhc (mgr.14182) 1068 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:33.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:33 smithi134 bash[25956]: audit 2023-11-15T07:10:32.655392+0000 mgr.smithi134.usnyhc (mgr.14182) 1069 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:33 smithi143 bash[29607]: cluster 2023-11-15T07:10:32.401905+0000 mgr.smithi134.usnyhc (mgr.14182) 1068 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:33.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:33 smithi143 bash[29607]: audit 2023-11-15T07:10:32.655392+0000 mgr.smithi134.usnyhc (mgr.14182) 1069 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:34.344 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:35.433 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:35 smithi134 bash[25956]: cluster 2023-11-15T07:10:34.403579+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:35.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:35 smithi143 bash[29607]: cluster 2023-11-15T07:10:34.403579+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:37.552 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:37.552 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:37.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:37 smithi134 bash[25956]: cluster 2023-11-15T07:10:36.405398+0000 mgr.smithi134.usnyhc (mgr.14182) 1071 : 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-11-15T07:10:37.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:37 smithi143 bash[29607]: cluster 2023-11-15T07:10:36.405398+0000 mgr.smithi134.usnyhc (mgr.14182) 1071 : 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-11-15T07:10:38.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:38 smithi143 bash[29607]: audit 2023-11-15T07:10:37.536383+0000 mgr.smithi134.usnyhc (mgr.14182) 1072 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:38.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:38 smithi134 bash[25956]: audit 2023-11-15T07:10:37.536383+0000 mgr.smithi134.usnyhc (mgr.14182) 1072 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:39.197 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:39.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:39 smithi143 bash[29607]: cluster 2023-11-15T07:10:38.407257+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:40.024 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:39 smithi134 bash[25956]: cluster 2023-11-15T07:10:38.407257+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:41 smithi134 bash[25956]: cluster 2023-11-15T07:10:40.408738+0000 mgr.smithi134.usnyhc (mgr.14182) 1074 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:41 smithi143 bash[29607]: cluster 2023-11-15T07:10:40.408738+0000 mgr.smithi134.usnyhc (mgr.14182) 1074 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:10:42.549 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:42.549 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:43.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:43 smithi134 bash[25956]: cluster 2023-11-15T07:10:42.410104+0000 mgr.smithi134.usnyhc (mgr.14182) 1075 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:43 smithi134 bash[25956]: audit 2023-11-15T07:10:42.540629+0000 mgr.smithi134.usnyhc (mgr.14182) 1076 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:43.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:43 smithi143 bash[29607]: cluster 2023-11-15T07:10:42.410104+0000 mgr.smithi134.usnyhc (mgr.14182) 1075 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:10:43.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:43 smithi143 bash[29607]: audit 2023-11-15T07:10:42.540629+0000 mgr.smithi134.usnyhc (mgr.14182) 1076 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:44.164 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:45.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.366349+0000 mon.smithi134 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:10:45.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: cluster 2023-11-15T07:10:44.410956+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:45.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.684767+0000 mon.smithi134 (mon.0) 925 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:10:45.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.686614+0000 mon.smithi134 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:10:45.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.694604+0000 mon.smithi134 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:45.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: cluster 2023-11-15T07:10:44.695929+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:45.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.703039+0000 mon.smithi134 (mon.0) 928 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:10:45.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: audit 2023-11-15T07:10:44.716123+0000 mon.smithi134 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:45.373 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:45 smithi134 bash[25956]: cephadm 2023-11-15T07:10:44.722639+0000 mgr.smithi134.usnyhc (mgr.14182) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.budyxb on smithi143 2023-11-15T07:10:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.366349+0000 mon.smithi134 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:10:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: cluster 2023-11-15T07:10:44.410956+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.684767+0000 mon.smithi134 (mon.0) 925 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:10:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.686614+0000 mon.smithi134 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:10:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.694604+0000 mon.smithi134 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: cluster 2023-11-15T07:10:44.695929+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.703039+0000 mon.smithi134 (mon.0) 928 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:10:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: audit 2023-11-15T07:10:44.716123+0000 mon.smithi134 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:45 smithi143 bash[29607]: cephadm 2023-11-15T07:10:44.722639+0000 mgr.smithi134.usnyhc (mgr.14182) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.budyxb on smithi143 2023-11-15T07:10:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:46 smithi134 bash[25956]: cluster 2023-11-15T07:10:45.038666+0000 mon.smithi134 (mon.0) 930 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:10:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:46 smithi134 bash[25956]: cluster 2023-11-15T07:10:45.038732+0000 mon.smithi134 (mon.0) 931 : cluster [INF] Cluster is now healthy 2023-11-15T07:10:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:46 smithi143 bash[29607]: cluster 2023-11-15T07:10:45.038666+0000 mon.smithi134 (mon.0) 930 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:10:46.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:46 smithi143 bash[29607]: cluster 2023-11-15T07:10:45.038732+0000 mon.smithi134 (mon.0) 931 : cluster [INF] Cluster is now healthy 2023-11-15T07:10:47.408 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:47.408 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:08:35.979659Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.xstuzk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:47 smithi134 bash[25956]: cluster 2023-11-15T07:10:46.697011+0000 mgr.smithi134.usnyhc (mgr.14182) 1080 : 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-11-15T07:10:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:47 smithi143 bash[29607]: cluster 2023-11-15T07:10:46.697011+0000 mgr.smithi134.usnyhc (mgr.14182) 1080 : 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-11-15T07:10:48.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:48.394 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:48 smithi143 bash[29607]: audit 2023-11-15T07:10:47.392303+0000 mgr.smithi134.usnyhc (mgr.14182) 1081 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:48.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:48 smithi134 bash[25956]: audit 2023-11-15T07:10:47.392303+0000 mgr.smithi134.usnyhc (mgr.14182) 1081 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:49.007 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:49.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: cluster 2023-11-15T07:10:48.698550+0000 mgr.smithi134.usnyhc (mgr.14182) 1082 : 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-11-15T07:10:49.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: cephadm 2023-11-15T07:10:48.722130+0000 mgr.smithi134.usnyhc (mgr.14182) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:10:49.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:10:49.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:10:49.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:10:49.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:10:49.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: cephadm 2023-11-15T07:10:48.722754+0000 mgr.smithi134.usnyhc (mgr.14182) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: audit 2023-11-15T07:10:48.723355+0000 mon.smithi134 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.budyxb"}]: dispatch 2023-11-15T07:10:49.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: cephadm 2023-11-15T07:10:48.725290+0000 mgr.smithi134.usnyhc (mgr.14182) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:49 smithi134 bash[25956]: cephadm 2023-11-15T07:10:48.729170+0000 mgr.smithi134.usnyhc (mgr.14182) 1086 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.apuopq on smithi134 2023-11-15T07:10:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: cluster 2023-11-15T07:10:48.698550+0000 mgr.smithi134.usnyhc (mgr.14182) 1082 : 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-11-15T07:10:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: cephadm 2023-11-15T07:10:48.722130+0000 mgr.smithi134.usnyhc (mgr.14182) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:10:49.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:10:49.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: cephadm 2023-11-15T07:10:48.722754+0000 mgr.smithi134.usnyhc (mgr.14182) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: audit 2023-11-15T07:10:48.723355+0000 mon.smithi134 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.budyxb"}]: dispatch 2023-11-15T07:10:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: cephadm 2023-11-15T07:10:48.725290+0000 mgr.smithi134.usnyhc (mgr.14182) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb 2023-11-15T07:10:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb 2023-11-15T07:10:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.budyxb ... 2023-11-15T07:10:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:49 smithi143 bash[29607]: cephadm 2023-11-15T07:10:48.729170+0000 mgr.smithi134.usnyhc (mgr.14182) 1086 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.apuopq on smithi134 2023-11-15T07:10:50.385 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:50 smithi134 bash[25956]: audit 2023-11-15T07:10:49.271757+0000 mon.smithi134 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:50 smithi143 bash[29607]: audit 2023-11-15T07:10:49.271757+0000 mon.smithi134 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:51.698 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:51 smithi134 bash[25956]: cluster 2023-11-15T07:10:50.700237+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:51.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:51 smithi143 bash[29607]: cluster 2023-11-15T07:10:50.700237+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:10:52.142 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:52.143 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:40.378488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lxryoa on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lxryoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lxryoa\nDeploy daemon haproxy.nfs.foo.smithi143.lxryoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.354018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.hgvqss on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-hgvqss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.hgvqss\nDeploy daemon haproxy.nfs.foo.smithi134.hgvqss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:09:44.357936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.xzheae on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:52.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:53.854 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: audit 2023-11-15T07:10:52.126094+0000 mgr.smithi134.usnyhc (mgr.14182) 1088 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cluster 2023-11-15T07:10:52.701019+0000 mgr.smithi134.usnyhc (mgr.14182) 1089 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:10:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cephadm 2023-11-15T07:10:52.774286+0000 mgr.smithi134.usnyhc (mgr.14182) 1090 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:10:54.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:10:54.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:10:54.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:10:54.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:10:54.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cephadm 2023-11-15T07:10:52.774804+0000 mgr.smithi134.usnyhc (mgr.14182) 1091 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: audit 2023-11-15T07:10:52.775492+0000 mon.smithi134 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.apuopq"}]: dispatch 2023-11-15T07:10:54.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cephadm 2023-11-15T07:10:52.776866+0000 mgr.smithi134.usnyhc (mgr.14182) 1092 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cephadm 2023-11-15T07:10:52.780805+0000 mgr.smithi134.usnyhc (mgr.14182) 1093 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:10:54.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cephadm 2023-11-15T07:10:52.783220+0000 mgr.smithi134.usnyhc (mgr.14182) 1094 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:10:54.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:53 smithi134 bash[25956]: cluster 2023-11-15T07:10:52.784573+0000 mgr.smithi134.usnyhc (mgr.14182) 1095 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:10:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: audit 2023-11-15T07:10:52.126094+0000 mgr.smithi134.usnyhc (mgr.14182) 1088 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cluster 2023-11-15T07:10:52.701019+0000 mgr.smithi134.usnyhc (mgr.14182) 1089 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:10:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cephadm 2023-11-15T07:10:52.774286+0000 mgr.smithi134.usnyhc (mgr.14182) 1090 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:10:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:10:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:10:54.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cephadm 2023-11-15T07:10:52.774804+0000 mgr.smithi134.usnyhc (mgr.14182) 1091 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: audit 2023-11-15T07:10:52.775492+0000 mon.smithi134 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.apuopq"}]: dispatch 2023-11-15T07:10:54.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cephadm 2023-11-15T07:10:52.776866+0000 mgr.smithi134.usnyhc (mgr.14182) 1092 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq 2023-11-15T07:10:54.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:10:54.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq 2023-11-15T07:10:54.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.apuopq ... 2023-11-15T07:10:54.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:10:54.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:10:54.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:10:54.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:10:54.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cephadm 2023-11-15T07:10:52.780805+0000 mgr.smithi134.usnyhc (mgr.14182) 1093 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:10:54.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cephadm 2023-11-15T07:10:52.783220+0000 mgr.smithi134.usnyhc (mgr.14182) 1094 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:10:54.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:53 smithi143 bash[29607]: cluster 2023-11-15T07:10:52.784573+0000 mgr.smithi134.usnyhc (mgr.14182) 1095 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:10:55.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:54 smithi134 bash[25956]: cluster 2023-11-15T07:10:53.755568+0000 mon.smithi134 (mon.0) 935 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:10:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:54 smithi143 bash[29607]: cluster 2023-11-15T07:10:53.755568+0000 mon.smithi134 (mon.0) 935 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:10:56.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:55 smithi134 bash[25956]: cluster 2023-11-15T07:10:54.786061+0000 mgr.smithi134.usnyhc (mgr.14182) 1096 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:10:56.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:55 smithi143 bash[29607]: cluster 2023-11-15T07:10:54.786061+0000 mgr.smithi134.usnyhc (mgr.14182) 1096 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:10:57.202 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:10:57.203 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:10:57.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:10:58.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:57 smithi134 bash[25956]: cluster 2023-11-15T07:10:56.787358+0000 mgr.smithi134.usnyhc (mgr.14182) 1097 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:10:58.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:57 smithi134 bash[25956]: audit 2023-11-15T07:10:56.895085+0000 mon.smithi134 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:58.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:57 smithi143 bash[29607]: cluster 2023-11-15T07:10:56.787358+0000 mgr.smithi134.usnyhc (mgr.14182) 1097 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:10:58.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:57 smithi143 bash[29607]: audit 2023-11-15T07:10:56.895085+0000 mon.smithi134 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:10:58.806 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:10:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:58 smithi134 bash[25956]: audit 2023-11-15T07:10:57.186040+0000 mgr.smithi134.usnyhc (mgr.14182) 1098 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:10:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:58 smithi143 bash[29607]: audit 2023-11-15T07:10:57.186040+0000 mgr.smithi134.usnyhc (mgr.14182) 1098 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:00.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:10:59 smithi134 bash[25956]: cluster 2023-11-15T07:10:58.789197+0000 mgr.smithi134.usnyhc (mgr.14182) 1099 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:10:59 smithi143 bash[29607]: cluster 2023-11-15T07:10:58.789197+0000 mgr.smithi134.usnyhc (mgr.14182) 1099 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:00 smithi143 bash[29607]: cluster 2023-11-15T07:11:00.790444+0000 mgr.smithi134.usnyhc (mgr.14182) 1100 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:01.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:00 smithi134 bash[25956]: cluster 2023-11-15T07:11:00.790444+0000 mgr.smithi134.usnyhc (mgr.14182) 1100 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:02.152 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:02.152 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:02.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:03.752 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:03 smithi134 bash[25956]: audit 2023-11-15T07:11:02.137806+0000 mgr.smithi134.usnyhc (mgr.14182) 1101 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:03 smithi134 bash[25956]: cluster 2023-11-15T07:11:02.792109+0000 mgr.smithi134.usnyhc (mgr.14182) 1102 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:03 smithi143 bash[29607]: audit 2023-11-15T07:11:02.137806+0000 mgr.smithi134.usnyhc (mgr.14182) 1101 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:03 smithi143 bash[29607]: cluster 2023-11-15T07:11:02.792109+0000 mgr.smithi134.usnyhc (mgr.14182) 1102 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:11:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:05 smithi134 bash[25956]: audit 2023-11-15T07:11:04.274012+0000 mon.smithi134 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:05 smithi134 bash[25956]: cluster 2023-11-15T07:11:04.793117+0000 mgr.smithi134.usnyhc (mgr.14182) 1103 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:05 smithi143 bash[29607]: audit 2023-11-15T07:11:04.274012+0000 mon.smithi134 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:05.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:05 smithi143 bash[29607]: cluster 2023-11-15T07:11:04.793117+0000 mgr.smithi134.usnyhc (mgr.14182) 1103 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:06.969 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:06.969 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:07.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:07 smithi134 bash[25956]: cluster 2023-11-15T07:11:06.793999+0000 mgr.smithi134.usnyhc (mgr.14182) 1104 : 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-11-15T07:11:08.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:07 smithi143 bash[29607]: cluster 2023-11-15T07:11:06.793999+0000 mgr.smithi134.usnyhc (mgr.14182) 1104 : 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-11-15T07:11:08.581 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:09.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:08 smithi134 bash[25956]: audit 2023-11-15T07:11:06.952520+0000 mgr.smithi134.usnyhc (mgr.14182) 1105 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:09.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:08 smithi143 bash[29607]: audit 2023-11-15T07:11:06.952520+0000 mgr.smithi134.usnyhc (mgr.14182) 1105 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:09.992 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:09 smithi134 bash[25956]: cluster 2023-11-15T07:11:08.794791+0000 mgr.smithi134.usnyhc (mgr.14182) 1106 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:09 smithi143 bash[29607]: cluster 2023-11-15T07:11:08.794791+0000 mgr.smithi134.usnyhc (mgr.14182) 1106 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:11.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:11.723 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:12.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:11 smithi134 bash[25956]: cluster 2023-11-15T07:11:10.795625+0000 mgr.smithi134.usnyhc (mgr.14182) 1107 : 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-11-15T07:11:12.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:11 smithi143 bash[29607]: cluster 2023-11-15T07:11:10.795625+0000 mgr.smithi134.usnyhc (mgr.14182) 1107 : 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-11-15T07:11:12.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:13.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:12 smithi134 bash[25956]: audit 2023-11-15T07:11:11.713306+0000 mgr.smithi134.usnyhc (mgr.14182) 1108 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:13.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:12 smithi143 bash[29607]: audit 2023-11-15T07:11:11.713306+0000 mgr.smithi134.usnyhc (mgr.14182) 1108 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:13.334 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:14.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:13 smithi134 bash[25956]: cluster 2023-11-15T07:11:12.797310+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:14.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:13 smithi143 bash[29607]: cluster 2023-11-15T07:11:12.797310+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:15.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:15 smithi134 bash[25956]: cluster 2023-11-15T07:11:14.798432+0000 mgr.smithi134.usnyhc (mgr.14182) 1110 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:15.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:15 smithi143 bash[29607]: cluster 2023-11-15T07:11:14.798432+0000 mgr.smithi134.usnyhc (mgr.14182) 1110 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:16.649 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:17.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:17 smithi134 bash[25956]: audit 2023-11-15T07:11:16.635668+0000 mgr.smithi134.usnyhc (mgr.14182) 1111 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:18.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:17 smithi134 bash[25956]: cluster 2023-11-15T07:11:16.799861+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:18.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:17 smithi143 bash[29607]: audit 2023-11-15T07:11:16.635668+0000 mgr.smithi134.usnyhc (mgr.14182) 1111 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:17 smithi143 bash[29607]: cluster 2023-11-15T07:11:16.799861+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:18.297 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:19 smithi134 bash[25956]: cluster 2023-11-15T07:11:18.801504+0000 mgr.smithi134.usnyhc (mgr.14182) 1113 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:20.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:19 smithi143 bash[29607]: cluster 2023-11-15T07:11:18.801504+0000 mgr.smithi134.usnyhc (mgr.14182) 1113 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:21.437 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:21.437 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:22.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:22.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:21 smithi134 bash[25956]: cluster 2023-11-15T07:11:20.802607+0000 mgr.smithi134.usnyhc (mgr.14182) 1114 : 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-11-15T07:11:22.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:21 smithi143 bash[29607]: cluster 2023-11-15T07:11:20.802607+0000 mgr.smithi134.usnyhc (mgr.14182) 1114 : 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-11-15T07:11:23.104 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:23.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:22 smithi134 bash[25956]: audit 2023-11-15T07:11:21.423004+0000 mgr.smithi134.usnyhc (mgr.14182) 1115 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:23.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:22 smithi143 bash[29607]: audit 2023-11-15T07:11:21.423004+0000 mgr.smithi134.usnyhc (mgr.14182) 1115 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:24.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:23 smithi134 bash[25956]: cluster 2023-11-15T07:11:22.804313+0000 mgr.smithi134.usnyhc (mgr.14182) 1116 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:24.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:23 smithi143 bash[29607]: cluster 2023-11-15T07:11:22.804313+0000 mgr.smithi134.usnyhc (mgr.14182) 1116 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:25.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:25 smithi134 bash[25956]: cluster 2023-11-15T07:11:24.806070+0000 mgr.smithi134.usnyhc (mgr.14182) 1117 : 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-11-15T07:11:25.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:25 smithi143 bash[29607]: cluster 2023-11-15T07:11:24.806070+0000 mgr.smithi134.usnyhc (mgr.14182) 1117 : 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-11-15T07:11:26.400 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:26.401 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:27.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:28.052 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:28.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:27 smithi134 bash[25956]: audit 2023-11-15T07:11:26.385048+0000 mgr.smithi134.usnyhc (mgr.14182) 1118 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:28.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:27 smithi134 bash[25956]: cluster 2023-11-15T07:11:26.807590+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:28.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:27 smithi143 bash[29607]: audit 2023-11-15T07:11:26.385048+0000 mgr.smithi134.usnyhc (mgr.14182) 1118 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:28.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:27 smithi143 bash[29607]: cluster 2023-11-15T07:11:26.807590+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:29 smithi134 bash[25956]: cluster 2023-11-15T07:11:28.809353+0000 mgr.smithi134.usnyhc (mgr.14182) 1120 : 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-11-15T07:11:30.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:29 smithi143 bash[29607]: cluster 2023-11-15T07:11:28.809353+0000 mgr.smithi134.usnyhc (mgr.14182) 1120 : 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-11-15T07:11:31.237 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:31.238 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:31.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:32.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:31 smithi134 bash[25956]: cluster 2023-11-15T07:11:30.810528+0000 mgr.smithi134.usnyhc (mgr.14182) 1121 : 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-11-15T07:11:32.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:31 smithi143 bash[29607]: cluster 2023-11-15T07:11:30.810528+0000 mgr.smithi134.usnyhc (mgr.14182) 1121 : 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-11-15T07:11:32.921 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:33.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:32 smithi134 bash[25956]: audit 2023-11-15T07:11:31.221281+0000 mgr.smithi134.usnyhc (mgr.14182) 1122 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:33.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:32 smithi143 bash[29607]: audit 2023-11-15T07:11:31.221281+0000 mgr.smithi134.usnyhc (mgr.14182) 1122 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:34.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:33 smithi134 bash[25956]: cluster 2023-11-15T07:11:32.812250+0000 mgr.smithi134.usnyhc (mgr.14182) 1123 : 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-11-15T07:11:34.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:33 smithi143 bash[29607]: cluster 2023-11-15T07:11:32.812250+0000 mgr.smithi134.usnyhc (mgr.14182) 1123 : 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-11-15T07:11:35.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:35 smithi134 bash[25956]: cluster 2023-11-15T07:11:34.813623+0000 mgr.smithi134.usnyhc (mgr.14182) 1124 : 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-11-15T07:11:35.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:35 smithi143 bash[29607]: cluster 2023-11-15T07:11:34.813623+0000 mgr.smithi134.usnyhc (mgr.14182) 1124 : 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-11-15T07:11:36.107 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:36.108 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:36.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:37.697 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:37 smithi134 bash[25956]: audit 2023-11-15T07:11:36.098930+0000 mgr.smithi134.usnyhc (mgr.14182) 1125 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:37 smithi134 bash[25956]: cluster 2023-11-15T07:11:36.814995+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:37 smithi143 bash[29607]: audit 2023-11-15T07:11:36.098930+0000 mgr.smithi134.usnyhc (mgr.14182) 1125 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:37 smithi143 bash[29607]: cluster 2023-11-15T07:11:36.814995+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:40.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:39 smithi134 bash[25956]: cluster 2023-11-15T07:11:38.816284+0000 mgr.smithi134.usnyhc (mgr.14182) 1127 : 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-11-15T07:11:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:39 smithi143 bash[29607]: cluster 2023-11-15T07:11:38.816284+0000 mgr.smithi134.usnyhc (mgr.14182) 1127 : 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-11-15T07:11:40.784 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:40.784 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:41.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:41 smithi134 bash[25956]: audit 2023-11-15T07:11:40.768845+0000 mgr.smithi134.usnyhc (mgr.14182) 1128 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:41 smithi134 bash[25956]: cluster 2023-11-15T07:11:40.817545+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:42.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:41 smithi143 bash[29607]: audit 2023-11-15T07:11:40.768845+0000 mgr.smithi134.usnyhc (mgr.14182) 1128 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:42.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:41 smithi143 bash[29607]: cluster 2023-11-15T07:11:40.817545+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:42.416 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:44.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:43 smithi134 bash[25956]: cluster 2023-11-15T07:11:42.819264+0000 mgr.smithi134.usnyhc (mgr.14182) 1130 : 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-11-15T07:11:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:43 smithi143 bash[29607]: cluster 2023-11-15T07:11:42.819264+0000 mgr.smithi134.usnyhc (mgr.14182) 1130 : 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-11-15T07:11:45.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:45 smithi134 bash[25956]: cluster 2023-11-15T07:11:44.820289+0000 mgr.smithi134.usnyhc (mgr.14182) 1131 : 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-11-15T07:11:45.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:45 smithi143 bash[29607]: cluster 2023-11-15T07:11:44.820289+0000 mgr.smithi134.usnyhc (mgr.14182) 1131 : 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-11-15T07:11:45.587 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:45.587 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:46.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:46 smithi134 bash[25956]: audit 2023-11-15T07:11:45.577461+0000 mgr.smithi134.usnyhc (mgr.14182) 1132 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:46.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:46 smithi143 bash[29607]: audit 2023-11-15T07:11:45.577461+0000 mgr.smithi134.usnyhc (mgr.14182) 1132 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:47.206 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:47 smithi134 bash[25956]: cluster 2023-11-15T07:11:46.821637+0000 mgr.smithi134.usnyhc (mgr.14182) 1133 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:47.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:47 smithi143 bash[29607]: cluster 2023-11-15T07:11:46.821637+0000 mgr.smithi134.usnyhc (mgr.14182) 1133 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:49 smithi134 bash[25956]: cluster 2023-11-15T07:11:48.822471+0000 mgr.smithi134.usnyhc (mgr.14182) 1134 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:49 smithi143 bash[29607]: cluster 2023-11-15T07:11:48.822471+0000 mgr.smithi134.usnyhc (mgr.14182) 1134 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:50.308 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:50.308 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:50.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:51.974 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:52.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:51 smithi134 bash[25956]: audit 2023-11-15T07:11:50.292097+0000 mgr.smithi134.usnyhc (mgr.14182) 1135 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:52.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:51 smithi134 bash[25956]: cluster 2023-11-15T07:11:50.823988+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:51 smithi143 bash[29607]: audit 2023-11-15T07:11:50.292097+0000 mgr.smithi134.usnyhc (mgr.14182) 1135 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:51 smithi143 bash[29607]: cluster 2023-11-15T07:11:50.823988+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:11:53.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:52 smithi134 bash[25956]: audit 2023-11-15T07:11:52.788016+0000 mon.smithi134 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:11:53.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:52 smithi143 bash[29607]: audit 2023-11-15T07:11:52.788016+0000 mon.smithi134 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:11:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: cluster 2023-11-15T07:11:52.825400+0000 mgr.smithi134.usnyhc (mgr.14182) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: audit 2023-11-15T07:11:53.108080+0000 mon.smithi134 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:11:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: audit 2023-11-15T07:11:53.109834+0000 mon.smithi134 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:11:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: audit 2023-11-15T07:11:53.120104+0000 mon.smithi134 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: audit 2023-11-15T07:11:53.132184+0000 mon.smithi134 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:11:54.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:53 smithi134 bash[25956]: audit 2023-11-15T07:11:53.145027+0000 mon.smithi134 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: cluster 2023-11-15T07:11:52.825400+0000 mgr.smithi134.usnyhc (mgr.14182) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:11:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: audit 2023-11-15T07:11:53.108080+0000 mon.smithi134 (mon.0) 939 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:11:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: audit 2023-11-15T07:11:53.109834+0000 mon.smithi134 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:11:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: audit 2023-11-15T07:11:53.120104+0000 mon.smithi134 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: audit 2023-11-15T07:11:53.132184+0000 mon.smithi134 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:11:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:53 smithi143 bash[29607]: audit 2023-11-15T07:11:53.145027+0000 mon.smithi134 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:11:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:54 smithi134 bash[25956]: cluster 2023-11-15T07:11:53.121437+0000 mgr.smithi134.usnyhc (mgr.14182) 1138 : 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-11-15T07:11:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:54 smithi134 bash[25956]: cephadm 2023-11-15T07:11:53.148356+0000 mgr.smithi134.usnyhc (mgr.14182) 1139 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.toqofv on smithi143 2023-11-15T07:11:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:54 smithi134 bash[25956]: cluster 2023-11-15T07:11:54.116057+0000 mon.smithi134 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:11:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:54 smithi134 bash[25956]: cluster 2023-11-15T07:11:54.116119+0000 mon.smithi134 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-11-15T07:11:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:54 smithi143 bash[29607]: cluster 2023-11-15T07:11:53.121437+0000 mgr.smithi134.usnyhc (mgr.14182) 1138 : 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-11-15T07:11:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:54 smithi143 bash[29607]: cephadm 2023-11-15T07:11:53.148356+0000 mgr.smithi134.usnyhc (mgr.14182) 1139 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.toqofv on smithi143 2023-11-15T07:11:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:54 smithi143 bash[29607]: cluster 2023-11-15T07:11:54.116057+0000 mon.smithi134 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:11:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:54 smithi143 bash[29607]: cluster 2023-11-15T07:11:54.116119+0000 mon.smithi134 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-11-15T07:11:55.330 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:11:55.331 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:09:44.361230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sqhphz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:11:55.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:11:56.939 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:11:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:56 smithi134 bash[25956]: cluster 2023-11-15T07:11:55.122357+0000 mgr.smithi134.usnyhc (mgr.14182) 1140 : 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-11-15T07:11:57.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:56 smithi134 bash[25956]: audit 2023-11-15T07:11:55.313913+0000 mgr.smithi134.usnyhc (mgr.14182) 1141 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:56 smithi143 bash[29607]: cluster 2023-11-15T07:11:55.122357+0000 mgr.smithi134.usnyhc (mgr.14182) 1140 : 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-11-15T07:11:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:56 smithi143 bash[29607]: audit 2023-11-15T07:11:55.313913+0000 mgr.smithi134.usnyhc (mgr.14182) 1141 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:11:58.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:57 smithi134 bash[25956]: audit 2023-11-15T07:11:56.988564+0000 mon.smithi134 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.toqofv"}]: dispatch 2023-11-15T07:11:58.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:57 smithi143 bash[29607]: audit 2023-11-15T07:11:56.988564+0000 mon.smithi134 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.toqofv"}]: dispatch 2023-11-15T07:11:59.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: cephadm 2023-11-15T07:11:56.987349+0000 mgr.smithi134.usnyhc (mgr.14182) 1142 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:11:59.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:11:59.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:11:59.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:11:59.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:11:59.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: cephadm 2023-11-15T07:11:56.987923+0000 mgr.smithi134.usnyhc (mgr.14182) 1143 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: cephadm 2023-11-15T07:11:56.990176+0000 mgr.smithi134.usnyhc (mgr.14182) 1144 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:11:59.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: cephadm 2023-11-15T07:11:56.995205+0000 mgr.smithi134.usnyhc (mgr.14182) 1145 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.qbpzcv on smithi134 2023-11-15T07:11:59.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:11:58 smithi134 bash[25956]: cluster 2023-11-15T07:11:57.123532+0000 mgr.smithi134.usnyhc (mgr.14182) 1146 : 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-11-15T07:11:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: cephadm 2023-11-15T07:11:56.987349+0000 mgr.smithi134.usnyhc (mgr.14182) 1142 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:11:59.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:11:59.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:11:59.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: cephadm 2023-11-15T07:11:56.987923+0000 mgr.smithi134.usnyhc (mgr.14182) 1143 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: cephadm 2023-11-15T07:11:56.990176+0000 mgr.smithi134.usnyhc (mgr.14182) 1144 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv 2023-11-15T07:11:59.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:11:59.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv 2023-11-15T07:11:59.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.toqofv ... 2023-11-15T07:11:59.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:11:59.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:11:59.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:11:59.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:11:59.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: cephadm 2023-11-15T07:11:56.995205+0000 mgr.smithi134.usnyhc (mgr.14182) 1145 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.qbpzcv on smithi134 2023-11-15T07:11:59.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:11:58 smithi143 bash[29607]: cluster 2023-11-15T07:11:57.123532+0000 mgr.smithi134.usnyhc (mgr.14182) 1146 : 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-11-15T07:12:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:00 smithi134 bash[25956]: cluster 2023-11-15T07:11:59.124933+0000 mgr.smithi134.usnyhc (mgr.14182) 1147 : 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-11-15T07:12:00.301 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:00.302 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:48.724983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.budyxb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-budyxb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.budyxb\nDeploy daemon haproxy.nfs.foo.smithi143.budyxb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.776663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.apuopq on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-apuopq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.apuopq\nDeploy daemon haproxy.nfs.foo.smithi134.apuopq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:10:52.780614Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.vfnqlu on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:00.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:00 smithi143 bash[29607]: cluster 2023-11-15T07:11:59.124933+0000 mgr.smithi134.usnyhc (mgr.14182) 1147 : 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-11-15T07:12:01.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:01 smithi134 bash[25956]: audit 2023-11-15T07:12:00.284930+0000 mgr.smithi134.usnyhc (mgr.14182) 1148 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:01.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:01 smithi134 bash[25956]: audit 2023-11-15T07:12:01.000537+0000 mon.smithi134 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.qbpzcv"}]: dispatch 2023-11-15T07:12:01.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:01 smithi143 bash[29607]: audit 2023-11-15T07:12:00.284930+0000 mgr.smithi134.usnyhc (mgr.14182) 1148 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:01.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:01 smithi143 bash[29607]: audit 2023-11-15T07:12:01.000537+0000 mon.smithi134 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.qbpzcv"}]: dispatch 2023-11-15T07:12:02.040 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cephadm 2023-11-15T07:12:00.999515+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:12:02.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:12:02.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:12:02.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:12:02.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:12:02.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.470 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.470 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cephadm 2023-11-15T07:12:00.999988+0000 mgr.smithi134.usnyhc (mgr.14182) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.470 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cephadm 2023-11-15T07:12:01.001848+0000 mgr.smithi134.usnyhc (mgr.14182) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.471 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.471 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.471 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.472 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:12:02.472 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.472 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cephadm 2023-11-15T07:12:01.005379+0000 mgr.smithi134.usnyhc (mgr.14182) 1152 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:12:02.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cephadm 2023-11-15T07:12:01.008720+0000 mgr.smithi134.usnyhc (mgr.14182) 1153 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:12:02.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cluster 2023-11-15T07:12:01.010999+0000 mgr.smithi134.usnyhc (mgr.14182) 1154 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:12:02.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: cluster 2023-11-15T07:12:01.073023+0000 mon.smithi134 (mon.0) 948 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:12:02.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:02 smithi134 bash[25956]: audit 2023-11-15T07:12:01.951109+0000 mon.smithi134 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:12:02.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cephadm 2023-11-15T07:12:00.999515+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:12:02.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:12:02.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:12:02.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:12:02.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:12:02.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cephadm 2023-11-15T07:12:00.999988+0000 mgr.smithi134.usnyhc (mgr.14182) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cephadm 2023-11-15T07:12:01.001848+0000 mgr.smithi134.usnyhc (mgr.14182) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv 2023-11-15T07:12:02.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:12:02.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv 2023-11-15T07:12:02.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.qbpzcv ... 2023-11-15T07:12:02.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:12:02.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:12:02.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:12:02.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:12:02.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cephadm 2023-11-15T07:12:01.005379+0000 mgr.smithi134.usnyhc (mgr.14182) 1152 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:12:02.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cephadm 2023-11-15T07:12:01.008720+0000 mgr.smithi134.usnyhc (mgr.14182) 1153 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:12:02.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cluster 2023-11-15T07:12:01.010999+0000 mgr.smithi134.usnyhc (mgr.14182) 1154 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:12:02.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: cluster 2023-11-15T07:12:01.073023+0000 mon.smithi134 (mon.0) 948 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:12:02.503 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:02 smithi143 bash[29607]: audit 2023-11-15T07:12:01.951109+0000 mon.smithi134 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:12:04.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:04 smithi134 bash[25956]: cluster 2023-11-15T07:12:03.012747+0000 mgr.smithi134.usnyhc (mgr.14182) 1155 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:12:04.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:04 smithi143 bash[29607]: cluster 2023-11-15T07:12:03.012747+0000 mgr.smithi134.usnyhc (mgr.14182) 1155 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:12:05.376 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:05.377 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:05.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:06 smithi134 bash[25956]: cluster 2023-11-15T07:12:05.014305+0000 mgr.smithi134.usnyhc (mgr.14182) 1156 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:06.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:06 smithi134 bash[25956]: audit 2023-11-15T07:12:05.361111+0000 mgr.smithi134.usnyhc (mgr.14182) 1157 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:06.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:06 smithi143 bash[29607]: cluster 2023-11-15T07:12:05.014305+0000 mgr.smithi134.usnyhc (mgr.14182) 1156 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:06.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:06 smithi143 bash[29607]: audit 2023-11-15T07:12:05.361111+0000 mgr.smithi134.usnyhc (mgr.14182) 1157 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:06.974 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:08.317 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:08 smithi134 bash[25956]: cluster 2023-11-15T07:12:07.015911+0000 mgr.smithi134.usnyhc (mgr.14182) 1158 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:08.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:08 smithi143 bash[29607]: cluster 2023-11-15T07:12:07.015911+0000 mgr.smithi134.usnyhc (mgr.14182) 1158 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:10.095 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:10.095 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:10.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:10 smithi134 bash[25956]: cluster 2023-11-15T07:12:09.017224+0000 mgr.smithi134.usnyhc (mgr.14182) 1159 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:10.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:10 smithi143 bash[29607]: cluster 2023-11-15T07:12:09.017224+0000 mgr.smithi134.usnyhc (mgr.14182) 1159 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:12:10.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:11.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:11 smithi134 bash[25956]: audit 2023-11-15T07:12:10.086620+0000 mgr.smithi134.usnyhc (mgr.14182) 1160 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:11.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:11 smithi143 bash[29607]: audit 2023-11-15T07:12:10.086620+0000 mgr.smithi134.usnyhc (mgr.14182) 1160 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:11.776 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:12.458 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:12 smithi134 bash[25956]: cluster 2023-11-15T07:12:11.019552+0000 mgr.smithi134.usnyhc (mgr.14182) 1161 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T07:12:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:12 smithi143 bash[29607]: cluster 2023-11-15T07:12:11.019552+0000 mgr.smithi134.usnyhc (mgr.14182) 1161 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T07:12:14.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:14 smithi134 bash[25956]: cluster 2023-11-15T07:12:13.020521+0000 mgr.smithi134.usnyhc (mgr.14182) 1162 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:14.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:14 smithi143 bash[29607]: cluster 2023-11-15T07:12:13.020521+0000 mgr.smithi134.usnyhc (mgr.14182) 1162 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:15.036 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:15.036 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:15.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:16.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:16 smithi134 bash[25956]: cluster 2023-11-15T07:12:15.022138+0000 mgr.smithi134.usnyhc (mgr.14182) 1163 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:16.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:16 smithi134 bash[25956]: audit 2023-11-15T07:12:15.027355+0000 mgr.smithi134.usnyhc (mgr.14182) 1164 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:16.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:16 smithi143 bash[29607]: cluster 2023-11-15T07:12:15.022138+0000 mgr.smithi134.usnyhc (mgr.14182) 1163 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:16.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:16 smithi143 bash[29607]: audit 2023-11-15T07:12:15.027355+0000 mgr.smithi134.usnyhc (mgr.14182) 1164 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:16.639 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:18.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:18 smithi134 bash[25956]: cluster 2023-11-15T07:12:17.023109+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:18.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:18 smithi143 bash[29607]: cluster 2023-11-15T07:12:17.023109+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:19.797 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:19.798 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:20.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:20 smithi134 bash[25956]: cluster 2023-11-15T07:12:19.024819+0000 mgr.smithi134.usnyhc (mgr.14182) 1166 : 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-11-15T07:12:20.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:20 smithi134 bash[25956]: audit 2023-11-15T07:12:19.780461+0000 mgr.smithi134.usnyhc (mgr.14182) 1167 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:20.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:20 smithi143 bash[29607]: cluster 2023-11-15T07:12:19.024819+0000 mgr.smithi134.usnyhc (mgr.14182) 1166 : 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-11-15T07:12:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:20 smithi143 bash[29607]: audit 2023-11-15T07:12:19.780461+0000 mgr.smithi134.usnyhc (mgr.14182) 1167 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:21.461 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:22.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:22 smithi134 bash[25956]: cluster 2023-11-15T07:12:21.026377+0000 mgr.smithi134.usnyhc (mgr.14182) 1168 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:22.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:22 smithi143 bash[29607]: cluster 2023-11-15T07:12:21.026377+0000 mgr.smithi134.usnyhc (mgr.14182) 1168 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:24.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:24 smithi134 bash[25956]: cluster 2023-11-15T07:12:23.028204+0000 mgr.smithi134.usnyhc (mgr.14182) 1169 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:24.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:24 smithi143 bash[29607]: cluster 2023-11-15T07:12:23.028204+0000 mgr.smithi134.usnyhc (mgr.14182) 1169 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:24.634 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:24.635 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:25.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:25.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:25 smithi134 bash[25956]: audit 2023-11-15T07:12:24.621770+0000 mgr.smithi134.usnyhc (mgr.14182) 1170 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:25.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:25 smithi143 bash[29607]: audit 2023-11-15T07:12:24.621770+0000 mgr.smithi134.usnyhc (mgr.14182) 1170 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:26.273 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:26.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:26 smithi134 bash[25956]: cluster 2023-11-15T07:12:25.029713+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:26.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:26 smithi143 bash[29607]: cluster 2023-11-15T07:12:25.029713+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:28.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:28 smithi134 bash[25956]: cluster 2023-11-15T07:12:27.031168+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:28.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:28 smithi143 bash[29607]: cluster 2023-11-15T07:12:27.031168+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:29.555 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:29.555 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:30.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:30.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:30 smithi134 bash[25956]: cluster 2023-11-15T07:12:29.032487+0000 mgr.smithi134.usnyhc (mgr.14182) 1173 : 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-11-15T07:12:30.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:30 smithi134 bash[25956]: audit 2023-11-15T07:12:29.539361+0000 mgr.smithi134.usnyhc (mgr.14182) 1174 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:30 smithi143 bash[29607]: cluster 2023-11-15T07:12:29.032487+0000 mgr.smithi134.usnyhc (mgr.14182) 1173 : 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-11-15T07:12:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:30 smithi143 bash[29607]: audit 2023-11-15T07:12:29.539361+0000 mgr.smithi134.usnyhc (mgr.14182) 1174 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:31.196 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:32.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:32 smithi134 bash[25956]: cluster 2023-11-15T07:12:31.034002+0000 mgr.smithi134.usnyhc (mgr.14182) 1175 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:32 smithi143 bash[29607]: cluster 2023-11-15T07:12:31.034002+0000 mgr.smithi134.usnyhc (mgr.14182) 1175 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:34.334 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:34.335 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:34.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:34 smithi134 bash[25956]: cluster 2023-11-15T07:12:33.035438+0000 mgr.smithi134.usnyhc (mgr.14182) 1176 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:34 smithi143 bash[29607]: cluster 2023-11-15T07:12:33.035438+0000 mgr.smithi134.usnyhc (mgr.14182) 1176 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:34.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:35.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:35 smithi134 bash[25956]: audit 2023-11-15T07:12:34.314666+0000 mgr.smithi134.usnyhc (mgr.14182) 1177 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:35.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:35 smithi143 bash[29607]: audit 2023-11-15T07:12:34.314666+0000 mgr.smithi134.usnyhc (mgr.14182) 1177 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:35.945 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:36.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:36 smithi134 bash[25956]: cluster 2023-11-15T07:12:35.037217+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:36.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:36 smithi143 bash[29607]: cluster 2023-11-15T07:12:35.037217+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:38 smithi134 bash[25956]: cluster 2023-11-15T07:12:37.038738+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:38.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:38 smithi143 bash[29607]: cluster 2023-11-15T07:12:37.038738+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:39.073 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:39.074 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:39.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:40.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:40 smithi134 bash[25956]: cluster 2023-11-15T07:12:39.040390+0000 mgr.smithi134.usnyhc (mgr.14182) 1180 : 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-11-15T07:12:40.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:40 smithi134 bash[25956]: audit 2023-11-15T07:12:39.057165+0000 mgr.smithi134.usnyhc (mgr.14182) 1181 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:40.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:40 smithi143 bash[29607]: cluster 2023-11-15T07:12:39.040390+0000 mgr.smithi134.usnyhc (mgr.14182) 1180 : 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-11-15T07:12:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:40 smithi143 bash[29607]: audit 2023-11-15T07:12:39.057165+0000 mgr.smithi134.usnyhc (mgr.14182) 1181 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:40.710 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:42.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:42 smithi134 bash[25956]: cluster 2023-11-15T07:12:41.041861+0000 mgr.smithi134.usnyhc (mgr.14182) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:42.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:42 smithi143 bash[29607]: cluster 2023-11-15T07:12:41.041861+0000 mgr.smithi134.usnyhc (mgr.14182) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:43.980 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:43.981 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:44.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:44 smithi134 bash[25956]: cluster 2023-11-15T07:12:43.043649+0000 mgr.smithi134.usnyhc (mgr.14182) 1183 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:44.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:44 smithi143 bash[29607]: cluster 2023-11-15T07:12:43.043649+0000 mgr.smithi134.usnyhc (mgr.14182) 1183 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:44.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:45.591 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:45.602 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:45 smithi134 bash[25956]: audit 2023-11-15T07:12:43.965775+0000 mgr.smithi134.usnyhc (mgr.14182) 1184 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:45 smithi143 bash[29607]: audit 2023-11-15T07:12:43.965775+0000 mgr.smithi134.usnyhc (mgr.14182) 1184 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:46.671 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:46 smithi134 bash[25956]: cluster 2023-11-15T07:12:45.045427+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:46 smithi143 bash[29607]: cluster 2023-11-15T07:12:45.045427+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:48.699 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:48.699 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:48.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:48 smithi134 bash[25956]: cluster 2023-11-15T07:12:47.046892+0000 mgr.smithi134.usnyhc (mgr.14182) 1186 : 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-11-15T07:12:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:48 smithi143 bash[29607]: cluster 2023-11-15T07:12:47.046892+0000 mgr.smithi134.usnyhc (mgr.14182) 1186 : 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-11-15T07:12:49.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:49.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:49 smithi134 bash[25956]: audit 2023-11-15T07:12:48.685455+0000 mgr.smithi134.usnyhc (mgr.14182) 1187 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:49.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:49 smithi143 bash[29607]: audit 2023-11-15T07:12:48.685455+0000 mgr.smithi134.usnyhc (mgr.14182) 1187 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:50.322 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:50.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:50 smithi134 bash[25956]: cluster 2023-11-15T07:12:49.048460+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:50.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:50 smithi143 bash[29607]: cluster 2023-11-15T07:12:49.048460+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:52.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:52 smithi143 bash[29607]: cluster 2023-11-15T07:12:51.050002+0000 mgr.smithi134.usnyhc (mgr.14182) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:52.795 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:52 smithi134 bash[25956]: cluster 2023-11-15T07:12:51.050002+0000 mgr.smithi134.usnyhc (mgr.14182) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:12:53.573 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:53.574 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:54.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:54.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:54 smithi134 bash[25956]: cluster 2023-11-15T07:12:53.051155+0000 mgr.smithi134.usnyhc (mgr.14182) 1190 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:54.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:54 smithi134 bash[25956]: audit 2023-11-15T07:12:53.557209+0000 mgr.smithi134.usnyhc (mgr.14182) 1191 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:54 smithi143 bash[29607]: cluster 2023-11-15T07:12:53.051155+0000 mgr.smithi134.usnyhc (mgr.14182) 1190 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:54.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:54 smithi143 bash[29607]: audit 2023-11-15T07:12:53.557209+0000 mgr.smithi134.usnyhc (mgr.14182) 1191 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:55.188 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:12:56.610 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:56 smithi134 bash[25956]: cluster 2023-11-15T07:12:55.052948+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:56 smithi143 bash[29607]: cluster 2023-11-15T07:12:55.052948+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:12:58.377 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:12:58.378 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:12:58.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:58 smithi134 bash[25956]: cluster 2023-11-15T07:12:57.054457+0000 mgr.smithi134.usnyhc (mgr.14182) 1193 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:58.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:58 smithi143 bash[29607]: cluster 2023-11-15T07:12:57.054457+0000 mgr.smithi134.usnyhc (mgr.14182) 1193 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:12:59.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:12:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:12:59 smithi134 bash[25956]: audit 2023-11-15T07:12:58.361208+0000 mgr.smithi134.usnyhc (mgr.14182) 1194 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:12:59.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:12:59 smithi143 bash[29607]: audit 2023-11-15T07:12:58.361208+0000 mgr.smithi134.usnyhc (mgr.14182) 1194 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:00.010 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:00.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:00 smithi134 bash[25956]: cluster 2023-11-15T07:12:59.056286+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:00.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:00 smithi143 bash[29607]: cluster 2023-11-15T07:12:59.056286+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:01.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:01 smithi134 bash[25956]: audit 2023-11-15T07:13:01.014918+0000 mon.smithi134 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:13:01.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:01 smithi143 bash[29607]: audit 2023-11-15T07:13:01.014918+0000 mon.smithi134 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:13:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: cluster 2023-11-15T07:13:01.057790+0000 mgr.smithi134.usnyhc (mgr.14182) 1196 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:13:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: audit 2023-11-15T07:13:01.312511+0000 mon.smithi134 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:13:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: audit 2023-11-15T07:13:01.313758+0000 mon.smithi134 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:13:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: audit 2023-11-15T07:13:01.321908+0000 mon.smithi134 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: cluster 2023-11-15T07:13:01.322734+0000 mgr.smithi134.usnyhc (mgr.14182) 1197 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:13:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: audit 2023-11-15T07:13:01.331208+0000 mon.smithi134 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:13:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: audit 2023-11-15T07:13:01.346545+0000 mon.smithi134 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:02.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:02 smithi134 bash[25956]: cephadm 2023-11-15T07:13:01.351732+0000 mgr.smithi134.usnyhc (mgr.14182) 1198 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rkrggm on smithi143 2023-11-15T07:13:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: cluster 2023-11-15T07:13:01.057790+0000 mgr.smithi134.usnyhc (mgr.14182) 1196 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:13:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: audit 2023-11-15T07:13:01.312511+0000 mon.smithi134 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:13:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: audit 2023-11-15T07:13:01.313758+0000 mon.smithi134 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:13:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: audit 2023-11-15T07:13:01.321908+0000 mon.smithi134 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:02.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: cluster 2023-11-15T07:13:01.322734+0000 mgr.smithi134.usnyhc (mgr.14182) 1197 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:13:02.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: audit 2023-11-15T07:13:01.331208+0000 mon.smithi134 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:13:02.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: audit 2023-11-15T07:13:01.346545+0000 mon.smithi134 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:02.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:02 smithi143 bash[29607]: cephadm 2023-11-15T07:13:01.351732+0000 mgr.smithi134.usnyhc (mgr.14182) 1198 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rkrggm on smithi143 2023-11-15T07:13:03.345 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:03.345 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:10:52.783078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jglglh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:03.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:03 smithi134 bash[25956]: cluster 2023-11-15T07:13:02.319661+0000 mon.smithi134 (mon.0) 956 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:13:03.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:03 smithi134 bash[25956]: cluster 2023-11-15T07:13:02.319716+0000 mon.smithi134 (mon.0) 957 : cluster [INF] Cluster is now healthy 2023-11-15T07:13:03.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:03 smithi143 bash[29607]: cluster 2023-11-15T07:13:02.319661+0000 mon.smithi134 (mon.0) 956 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:13:03.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:03 smithi143 bash[29607]: cluster 2023-11-15T07:13:02.319716+0000 mon.smithi134 (mon.0) 957 : cluster [INF] Cluster is now healthy 2023-11-15T07:13:04.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:04.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:04 smithi134 bash[25956]: cluster 2023-11-15T07:13:03.323699+0000 mgr.smithi134.usnyhc (mgr.14182) 1199 : 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-11-15T07:13:04.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:04 smithi134 bash[25956]: audit 2023-11-15T07:13:03.332448+0000 mgr.smithi134.usnyhc (mgr.14182) 1200 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:04.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:04 smithi134 bash[25956]: audit 2023-11-15T07:13:04.277282+0000 mon.smithi134 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:04 smithi143 bash[29607]: cluster 2023-11-15T07:13:03.323699+0000 mgr.smithi134.usnyhc (mgr.14182) 1199 : 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-11-15T07:13:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:04 smithi143 bash[29607]: audit 2023-11-15T07:13:03.332448+0000 mgr.smithi134.usnyhc (mgr.14182) 1200 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:04.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:04 smithi143 bash[29607]: audit 2023-11-15T07:13:04.277282+0000 mon.smithi134 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:05.016 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:05.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:05 smithi143 bash[29607]: audit 2023-11-15T07:13:05.278236+0000 mon.smithi134 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rkrggm"}]: dispatch 2023-11-15T07:13:05.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:05 smithi134 bash[25956]: audit 2023-11-15T07:13:05.278236+0000 mon.smithi134 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rkrggm"}]: dispatch 2023-11-15T07:13:06.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: cephadm 2023-11-15T07:13:05.277029+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:13:06.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:13:06.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:13:06.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:13:06.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:13:06.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.545 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.545 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.545 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.545 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: cephadm 2023-11-15T07:13:05.277556+0000 mgr.smithi134.usnyhc (mgr.14182) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: cephadm 2023-11-15T07:13:05.279740+0000 mgr.smithi134.usnyhc (mgr.14182) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:06.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: cephadm 2023-11-15T07:13:05.284329+0000 mgr.smithi134.usnyhc (mgr.14182) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rbnlmz on smithi134 2023-11-15T07:13:06.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:06 smithi134 bash[25956]: cluster 2023-11-15T07:13:05.324742+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:06.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: cephadm 2023-11-15T07:13:05.277029+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:13:06.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:13:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:13:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:13:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:13:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: cephadm 2023-11-15T07:13:05.277556+0000 mgr.smithi134.usnyhc (mgr.14182) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: cephadm 2023-11-15T07:13:05.279740+0000 mgr.smithi134.usnyhc (mgr.14182) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm 2023-11-15T07:13:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm 2023-11-15T07:13:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.rkrggm ... 2023-11-15T07:13:06.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:06.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: cephadm 2023-11-15T07:13:05.284329+0000 mgr.smithi134.usnyhc (mgr.14182) 1204 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rbnlmz on smithi134 2023-11-15T07:13:06.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:06 smithi143 bash[29607]: cluster 2023-11-15T07:13:05.324742+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:08.320 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:08.321 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:11:56.989905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.toqofv on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-toqofv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.toqofv\nDeploy daemon haproxy.nfs.foo.smithi143.toqofv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.001589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.qbpzcv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-qbpzcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.qbpzcv\nDeploy daemon haproxy.nfs.foo.smithi134.qbpzcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:12:01.005218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.tqlime on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:08.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:08 smithi134 bash[25956]: cluster 2023-11-15T07:13:07.325977+0000 mgr.smithi134.usnyhc (mgr.14182) 1206 : 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-11-15T07:13:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:08 smithi143 bash[29607]: cluster 2023-11-15T07:13:07.325977+0000 mgr.smithi134.usnyhc (mgr.14182) 1206 : 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-11-15T07:13:08.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:09 smithi134 bash[25956]: audit 2023-11-15T07:13:08.311790+0000 mgr.smithi134.usnyhc (mgr.14182) 1207 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:09 smithi134 bash[25956]: audit 2023-11-15T07:13:09.130729+0000 mon.smithi134 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rbnlmz"}]: dispatch 2023-11-15T07:13:09.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:09 smithi143 bash[29607]: audit 2023-11-15T07:13:08.311790+0000 mgr.smithi134.usnyhc (mgr.14182) 1207 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:09.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:09 smithi143 bash[29607]: audit 2023-11-15T07:13:09.130729+0000 mon.smithi134 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rbnlmz"}]: dispatch 2023-11-15T07:13:09.982 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:10.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cephadm 2023-11-15T07:13:09.129765+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:13:10.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:13:10.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:13:10.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:13:10.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:13:10.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cephadm 2023-11-15T07:13:09.130080+0000 mgr.smithi134.usnyhc (mgr.14182) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cephadm 2023-11-15T07:13:09.132256+0000 mgr.smithi134.usnyhc (mgr.14182) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:13:10.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cephadm 2023-11-15T07:13:09.136164+0000 mgr.smithi134.usnyhc (mgr.14182) 1211 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:13:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cephadm 2023-11-15T07:13:09.139768+0000 mgr.smithi134.usnyhc (mgr.14182) 1212 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:13:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cluster 2023-11-15T07:13:09.141524+0000 mgr.smithi134.usnyhc (mgr.14182) 1213 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:13:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:10 smithi134 bash[25956]: cluster 2023-11-15T07:13:10.106276+0000 mon.smithi134 (mon.0) 961 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:13:10.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cephadm 2023-11-15T07:13:09.129765+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:13:10.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:13:10.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:13:10.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:13:10.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:13:10.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cephadm 2023-11-15T07:13:09.130080+0000 mgr.smithi134.usnyhc (mgr.14182) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cephadm 2023-11-15T07:13:09.132256+0000 mgr.smithi134.usnyhc (mgr.14182) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.752 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz 2023-11-15T07:13:10.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:13:10.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz 2023-11-15T07:13:10.757 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rbnlmz ... 2023-11-15T07:13:10.757 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.757 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:13:10.757 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:13:10.758 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:13:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:13:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cephadm 2023-11-15T07:13:09.136164+0000 mgr.smithi134.usnyhc (mgr.14182) 1211 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:13:10.760 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cephadm 2023-11-15T07:13:09.139768+0000 mgr.smithi134.usnyhc (mgr.14182) 1212 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:13:10.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cluster 2023-11-15T07:13:09.141524+0000 mgr.smithi134.usnyhc (mgr.14182) 1213 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:13:10.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:10 smithi143 bash[29607]: cluster 2023-11-15T07:13:10.106276+0000 mon.smithi134 (mon.0) 961 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:13:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:12 smithi134 bash[25956]: cluster 2023-11-15T07:13:11.143034+0000 mgr.smithi134.usnyhc (mgr.14182) 1214 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:13:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:12 smithi134 bash[25956]: audit 2023-11-15T07:13:12.014901+0000 mon.smithi134 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:12 smithi143 bash[29607]: cluster 2023-11-15T07:13:11.143034+0000 mgr.smithi134.usnyhc (mgr.14182) 1214 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:13:12.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:12 smithi143 bash[29607]: audit 2023-11-15T07:13:12.014901+0000 mon.smithi134 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:13.494 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:13.495 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:14.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:14.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:14 smithi134 bash[25956]: cluster 2023-11-15T07:13:13.144827+0000 mgr.smithi134.usnyhc (mgr.14182) 1215 : 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-11-15T07:13:14.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:14 smithi134 bash[25956]: audit 2023-11-15T07:13:13.477733+0000 mgr.smithi134.usnyhc (mgr.14182) 1216 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:14 smithi143 bash[29607]: cluster 2023-11-15T07:13:13.144827+0000 mgr.smithi134.usnyhc (mgr.14182) 1215 : 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-11-15T07:13:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:14 smithi143 bash[29607]: audit 2023-11-15T07:13:13.477733+0000 mgr.smithi134.usnyhc (mgr.14182) 1216 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:15.121 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:16.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:16 smithi134 bash[25956]: cluster 2023-11-15T07:13:15.146670+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:16.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:16 smithi143 bash[29607]: cluster 2023-11-15T07:13:15.146670+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:18.189 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:18.189 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:18 smithi134 bash[25956]: cluster 2023-11-15T07:13:17.148147+0000 mgr.smithi134.usnyhc (mgr.14182) 1218 : 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-11-15T07:13:18.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:18 smithi143 bash[29607]: cluster 2023-11-15T07:13:17.148147+0000 mgr.smithi134.usnyhc (mgr.14182) 1218 : 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-11-15T07:13:18.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:19.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:19 smithi134 bash[25956]: audit 2023-11-15T07:13:18.174575+0000 mgr.smithi134.usnyhc (mgr.14182) 1219 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:19.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:19 smithi134 bash[25956]: audit 2023-11-15T07:13:19.279339+0000 mon.smithi134 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:19 smithi143 bash[29607]: audit 2023-11-15T07:13:18.174575+0000 mgr.smithi134.usnyhc (mgr.14182) 1219 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:19.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:19 smithi143 bash[29607]: audit 2023-11-15T07:13:19.279339+0000 mon.smithi134 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:13:19.780 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:20.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:20 smithi134 bash[25956]: cluster 2023-11-15T07:13:19.149856+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:20 smithi143 bash[29607]: cluster 2023-11-15T07:13:19.149856+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:22 smithi134 bash[25956]: cluster 2023-11-15T07:13:21.151436+0000 mgr.smithi134.usnyhc (mgr.14182) 1221 : 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-11-15T07:13:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:22 smithi143 bash[29607]: cluster 2023-11-15T07:13:21.151436+0000 mgr.smithi134.usnyhc (mgr.14182) 1221 : 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-11-15T07:13:22.812 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:22.812 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:23.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:23.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:23 smithi134 bash[25956]: audit 2023-11-15T07:13:22.798690+0000 mgr.smithi134.usnyhc (mgr.14182) 1222 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:23.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:23 smithi143 bash[29607]: audit 2023-11-15T07:13:22.798690+0000 mgr.smithi134.usnyhc (mgr.14182) 1222 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:24.431 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:24.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:24 smithi134 bash[25956]: cluster 2023-11-15T07:13:23.153194+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:24 smithi143 bash[29607]: cluster 2023-11-15T07:13:23.153194+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:26.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:26 smithi143 bash[29607]: cluster 2023-11-15T07:13:25.154981+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:26.812 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:26 smithi134 bash[25956]: cluster 2023-11-15T07:13:25.154981+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:27.644 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:27.645 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:28.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:28.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:28 smithi134 bash[25956]: cluster 2023-11-15T07:13:27.156501+0000 mgr.smithi134.usnyhc (mgr.14182) 1225 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:28.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:28 smithi134 bash[25956]: audit 2023-11-15T07:13:27.633298+0000 mgr.smithi134.usnyhc (mgr.14182) 1226 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:28 smithi143 bash[29607]: cluster 2023-11-15T07:13:27.156501+0000 mgr.smithi134.usnyhc (mgr.14182) 1225 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:28.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:28 smithi143 bash[29607]: audit 2023-11-15T07:13:27.633298+0000 mgr.smithi134.usnyhc (mgr.14182) 1226 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:29.251 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:30.387 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:30 smithi134 bash[25956]: cluster 2023-11-15T07:13:29.158208+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:30 smithi143 bash[29607]: cluster 2023-11-15T07:13:29.158208+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:32.369 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:32.369 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:32.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:32 smithi134 bash[25956]: cluster 2023-11-15T07:13:31.159763+0000 mgr.smithi134.usnyhc (mgr.14182) 1228 : 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-11-15T07:13:32.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:32 smithi143 bash[29607]: cluster 2023-11-15T07:13:31.159763+0000 mgr.smithi134.usnyhc (mgr.14182) 1228 : 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-11-15T07:13:33.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:33.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:33 smithi134 bash[25956]: audit 2023-11-15T07:13:32.353803+0000 mgr.smithi134.usnyhc (mgr.14182) 1229 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:33.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:33 smithi143 bash[29607]: audit 2023-11-15T07:13:32.353803+0000 mgr.smithi134.usnyhc (mgr.14182) 1229 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:34.017 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:34.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:34 smithi134 bash[25956]: cluster 2023-11-15T07:13:33.161545+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:34.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:34 smithi143 bash[29607]: cluster 2023-11-15T07:13:33.161545+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:36.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:36 smithi134 bash[25956]: cluster 2023-11-15T07:13:35.163391+0000 mgr.smithi134.usnyhc (mgr.14182) 1231 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:36.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:36 smithi143 bash[29607]: cluster 2023-11-15T07:13:35.163391+0000 mgr.smithi134.usnyhc (mgr.14182) 1231 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:37.328 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:37.328 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:37.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:38 smithi134 bash[25956]: cluster 2023-11-15T07:13:37.164838+0000 mgr.smithi134.usnyhc (mgr.14182) 1232 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:38.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:38 smithi134 bash[25956]: audit 2023-11-15T07:13:37.313176+0000 mgr.smithi134.usnyhc (mgr.14182) 1233 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:38 smithi143 bash[29607]: cluster 2023-11-15T07:13:37.164838+0000 mgr.smithi134.usnyhc (mgr.14182) 1232 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:13:38.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:38 smithi143 bash[29607]: audit 2023-11-15T07:13:37.313176+0000 mgr.smithi134.usnyhc (mgr.14182) 1233 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:38.961 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:40.454 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:40 smithi134 bash[25956]: cluster 2023-11-15T07:13:39.165718+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:40.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:40 smithi143 bash[29607]: cluster 2023-11-15T07:13:39.165718+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:42.248 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:42.249 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:42.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:42 smithi143 bash[29607]: cluster 2023-11-15T07:13:41.167259+0000 mgr.smithi134.usnyhc (mgr.14182) 1235 : 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-11-15T07:13:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:42 smithi134 bash[25956]: cluster 2023-11-15T07:13:41.167259+0000 mgr.smithi134.usnyhc (mgr.14182) 1235 : 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-11-15T07:13:42.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:43.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:43 smithi134 bash[25956]: audit 2023-11-15T07:13:42.233155+0000 mgr.smithi134.usnyhc (mgr.14182) 1236 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:43.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:43 smithi143 bash[29607]: audit 2023-11-15T07:13:42.233155+0000 mgr.smithi134.usnyhc (mgr.14182) 1236 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:43.936 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:44.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:44 smithi134 bash[25956]: cluster 2023-11-15T07:13:43.169043+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:44.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:44 smithi143 bash[29607]: cluster 2023-11-15T07:13:43.169043+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:46.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:46 smithi134 bash[25956]: cluster 2023-11-15T07:13:45.170000+0000 mgr.smithi134.usnyhc (mgr.14182) 1238 : 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-11-15T07:13:46.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:46 smithi143 bash[29607]: cluster 2023-11-15T07:13:45.170000+0000 mgr.smithi134.usnyhc (mgr.14182) 1238 : 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-11-15T07:13:47.353 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:47.353 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:47.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:48.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:48 smithi134 bash[25956]: cluster 2023-11-15T07:13:47.171105+0000 mgr.smithi134.usnyhc (mgr.14182) 1239 : 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-11-15T07:13:48.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:48 smithi134 bash[25956]: audit 2023-11-15T07:13:47.339683+0000 mgr.smithi134.usnyhc (mgr.14182) 1240 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:48.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:48 smithi143 bash[29607]: cluster 2023-11-15T07:13:47.171105+0000 mgr.smithi134.usnyhc (mgr.14182) 1239 : 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-11-15T07:13:48.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:48 smithi143 bash[29607]: audit 2023-11-15T07:13:47.339683+0000 mgr.smithi134.usnyhc (mgr.14182) 1240 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:48.985 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:50.375 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:50 smithi134 bash[25956]: cluster 2023-11-15T07:13:49.172731+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:50.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:50 smithi143 bash[29607]: cluster 2023-11-15T07:13:49.172731+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:52.134 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:52.135 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:52.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:52 smithi134 bash[25956]: cluster 2023-11-15T07:13:51.174137+0000 mgr.smithi134.usnyhc (mgr.14182) 1242 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:13:52.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:52 smithi143 bash[29607]: cluster 2023-11-15T07:13:51.174137+0000 mgr.smithi134.usnyhc (mgr.14182) 1242 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:13:52.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:53.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:53 smithi134 bash[25956]: audit 2023-11-15T07:13:52.125929+0000 mgr.smithi134.usnyhc (mgr.14182) 1243 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:53.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:53 smithi143 bash[29607]: audit 2023-11-15T07:13:52.125929+0000 mgr.smithi134.usnyhc (mgr.14182) 1243 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:53.752 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:54.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:54 smithi134 bash[25956]: cluster 2023-11-15T07:13:53.175970+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:54.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:54 smithi143 bash[29607]: cluster 2023-11-15T07:13:53.175970+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:56.569 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:56 smithi134 bash[25956]: cluster 2023-11-15T07:13:55.177774+0000 mgr.smithi134.usnyhc (mgr.14182) 1245 : 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-11-15T07:13:56.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:56 smithi143 bash[29607]: cluster 2023-11-15T07:13:55.177774+0000 mgr.smithi134.usnyhc (mgr.14182) 1245 : 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-11-15T07:13:57.000 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:13:57.000 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:13:57.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:13:58.577 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:13:58.590 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:58 smithi134 bash[25956]: audit 2023-11-15T07:13:56.986707+0000 mgr.smithi134.usnyhc (mgr.14182) 1246 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:58.591 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:13:58 smithi134 bash[25956]: cluster 2023-11-15T07:13:57.178627+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:13:58.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:58 smithi143 bash[29607]: audit 2023-11-15T07:13:56.986707+0000 mgr.smithi134.usnyhc (mgr.14182) 1246 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:13:58.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:13:58 smithi143 bash[29607]: cluster 2023-11-15T07:13:57.178627+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:00.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:00 smithi134 bash[25956]: cluster 2023-11-15T07:13:59.180437+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:00.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:00 smithi143 bash[29607]: cluster 2023-11-15T07:13:59.180437+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:01.692 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:01.692 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:02.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:02 smithi134 bash[25956]: cluster 2023-11-15T07:14:01.181835+0000 mgr.smithi134.usnyhc (mgr.14182) 1249 : 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-11-15T07:14:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:02 smithi134 bash[25956]: audit 2023-11-15T07:14:01.683674+0000 mgr.smithi134.usnyhc (mgr.14182) 1250 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:02.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:02 smithi143 bash[29607]: cluster 2023-11-15T07:14:01.181835+0000 mgr.smithi134.usnyhc (mgr.14182) 1249 : 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-11-15T07:14:02.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:02 smithi143 bash[29607]: audit 2023-11-15T07:14:01.683674+0000 mgr.smithi134.usnyhc (mgr.14182) 1250 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:03.306 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:04.523 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:04 smithi134 bash[25956]: cluster 2023-11-15T07:14:03.183573+0000 mgr.smithi134.usnyhc (mgr.14182) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T07:14:04.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:04 smithi143 bash[29607]: cluster 2023-11-15T07:14:03.183573+0000 mgr.smithi134.usnyhc (mgr.14182) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T07:14:06.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:06 smithi134 bash[25956]: cluster 2023-11-15T07:14:05.184807+0000 mgr.smithi134.usnyhc (mgr.14182) 1252 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:06.489 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:06.490 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:06.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:06 smithi143 bash[29607]: cluster 2023-11-15T07:14:05.184807+0000 mgr.smithi134.usnyhc (mgr.14182) 1252 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:07.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:07.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:07 smithi134 bash[25956]: audit 2023-11-15T07:14:06.475295+0000 mgr.smithi134.usnyhc (mgr.14182) 1253 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:07 smithi143 bash[29607]: audit 2023-11-15T07:14:06.475295+0000 mgr.smithi134.usnyhc (mgr.14182) 1253 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:08.128 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:08.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:08 smithi134 bash[25956]: cluster 2023-11-15T07:14:07.186242+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:08.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:08 smithi143 bash[29607]: cluster 2023-11-15T07:14:07.186242+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:10.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.145347+0000 mon.smithi134 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:14:10.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: cluster 2023-11-15T07:14:09.187367+0000 mgr.smithi134.usnyhc (mgr.14182) 1255 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:10.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.449358+0000 mon.smithi134 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:14:10.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.451056+0000 mon.smithi134 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:14:10.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.459126+0000 mon.smithi134 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:10.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: cluster 2023-11-15T07:14:09.460250+0000 mgr.smithi134.usnyhc (mgr.14182) 1256 : 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-11-15T07:14:10.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.467629+0000 mon.smithi134 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:14:10.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: audit 2023-11-15T07:14:09.481772+0000 mon.smithi134 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:10.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:10 smithi134 bash[25956]: cephadm 2023-11-15T07:14:09.486421+0000 mgr.smithi134.usnyhc (mgr.14182) 1257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bdalwr on smithi143 2023-11-15T07:14:10.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.145347+0000 mon.smithi134 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:14:10.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: cluster 2023-11-15T07:14:09.187367+0000 mgr.smithi134.usnyhc (mgr.14182) 1255 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:10.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.449358+0000 mon.smithi134 (mon.0) 965 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:14:10.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.451056+0000 mon.smithi134 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:14:10.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.459126+0000 mon.smithi134 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:10.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: cluster 2023-11-15T07:14:09.460250+0000 mgr.smithi134.usnyhc (mgr.14182) 1256 : 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-11-15T07:14:10.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.467629+0000 mon.smithi134 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:14:10.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: audit 2023-11-15T07:14:09.481772+0000 mon.smithi134 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:10.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:10 smithi143 bash[29607]: cephadm 2023-11-15T07:14:09.486421+0000 mgr.smithi134.usnyhc (mgr.14182) 1257 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bdalwr on smithi143 2023-11-15T07:14:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:11 smithi134 bash[25956]: cluster 2023-11-15T07:14:10.129848+0000 mon.smithi134 (mon.0) 970 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:14:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:11 smithi134 bash[25956]: cluster 2023-11-15T07:14:10.129909+0000 mon.smithi134 (mon.0) 971 : cluster [INF] Cluster is now healthy 2023-11-15T07:14:11.361 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:11.361 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:12:01.008557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rsmgax on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:11.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:11 smithi143 bash[29607]: cluster 2023-11-15T07:14:10.129848+0000 mon.smithi134 (mon.0) 970 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:14:11.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:11 smithi143 bash[29607]: cluster 2023-11-15T07:14:10.129909+0000 mon.smithi134 (mon.0) 971 : cluster [INF] Cluster is now healthy 2023-11-15T07:14:11.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:12.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:12 smithi134 bash[25956]: audit 2023-11-15T07:14:11.346007+0000 mgr.smithi134.usnyhc (mgr.14182) 1258 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:12.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:12 smithi134 bash[25956]: cluster 2023-11-15T07:14:11.461460+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:12.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:12 smithi143 bash[29607]: audit 2023-11-15T07:14:11.346007+0000 mgr.smithi134.usnyhc (mgr.14182) 1258 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:12.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:12 smithi143 bash[29607]: cluster 2023-11-15T07:14:11.461460+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:12.967 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:13.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:13 smithi143 bash[29607]: audit 2023-11-15T07:14:13.273522+0000 mon.smithi134 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bdalwr"}]: dispatch 2023-11-15T07:14:13.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:13 smithi134 bash[25956]: audit 2023-11-15T07:14:13.273522+0000 mon.smithi134 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bdalwr"}]: dispatch 2023-11-15T07:14:14.535 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: cephadm 2023-11-15T07:14:13.272302+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:14:14.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:14:14.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:14:14.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:14:14.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:14:14.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: cephadm 2023-11-15T07:14:13.272839+0000 mgr.smithi134.usnyhc (mgr.14182) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: cephadm 2023-11-15T07:14:13.275180+0000 mgr.smithi134.usnyhc (mgr.14182) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: cephadm 2023-11-15T07:14:13.280163+0000 mgr.smithi134.usnyhc (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.nnekmh on smithi134 2023-11-15T07:14:14.544 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:14 smithi134 bash[25956]: cluster 2023-11-15T07:14:13.462453+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: cephadm 2023-11-15T07:14:13.272302+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:14:14.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: cephadm 2023-11-15T07:14:13.272839+0000 mgr.smithi134.usnyhc (mgr.14182) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: cephadm 2023-11-15T07:14:13.275180+0000 mgr.smithi134.usnyhc (mgr.14182) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr 2023-11-15T07:14:14.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:14.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.bdalwr ... 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:14.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:14.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: cephadm 2023-11-15T07:14:13.280163+0000 mgr.smithi134.usnyhc (mgr.14182) 1263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.nnekmh on smithi134 2023-11-15T07:14:14.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:14 smithi143 bash[29607]: cluster 2023-11-15T07:14:13.462453+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:16.290 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:16.291 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:05.279511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rkrggm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rkrggm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rkrggm\nDeploy daemon haproxy.nfs.foo.smithi143.rkrggm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.132038Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rbnlmz on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rbnlmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rbnlmz\nDeploy daemon haproxy.nfs.foo.smithi134.rbnlmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:13:09.135975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.lyoswe on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:16.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:16 smithi134 bash[25956]: cluster 2023-11-15T07:14:15.463984+0000 mgr.smithi134.usnyhc (mgr.14182) 1265 : 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-11-15T07:14:16.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:16.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:16 smithi143 bash[29607]: cluster 2023-11-15T07:14:15.463984+0000 mgr.smithi134.usnyhc (mgr.14182) 1265 : 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-11-15T07:14:17.845 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:17.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:17 smithi134 bash[25956]: audit 2023-11-15T07:14:16.276321+0000 mgr.smithi134.usnyhc (mgr.14182) 1266 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:17.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:17 smithi134 bash[25956]: audit 2023-11-15T07:14:17.036247+0000 mon.smithi134 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.nnekmh"}]: dispatch 2023-11-15T07:14:17.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:17 smithi134 bash[25956]: audit 2023-11-15T07:14:17.068133+0000 mon.smithi134 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:17.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:17 smithi143 bash[29607]: audit 2023-11-15T07:14:16.276321+0000 mgr.smithi134.usnyhc (mgr.14182) 1266 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:17.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:17 smithi143 bash[29607]: audit 2023-11-15T07:14:17.036247+0000 mon.smithi134 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.nnekmh"}]: dispatch 2023-11-15T07:14:17.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:17 smithi143 bash[29607]: audit 2023-11-15T07:14:17.068133+0000 mon.smithi134 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:14:18.957 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cephadm 2023-11-15T07:14:17.035510+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.957 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.958 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.958 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.958 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:18.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:18.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:18.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:18.961 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.961 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:14:18.961 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:14:18.962 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:14:18.962 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:14:18.962 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:14:18.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:18.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:18.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:18.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:18.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cephadm 2023-11-15T07:14:17.035837+0000 mgr.smithi134.usnyhc (mgr.14182) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cephadm 2023-11-15T07:14:17.037126+0000 mgr.smithi134.usnyhc (mgr.14182) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.969 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.969 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:14:18.969 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.969 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:18.970 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.970 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:18.970 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:18.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:18.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cephadm 2023-11-15T07:14:17.039621+0000 mgr.smithi134.usnyhc (mgr.14182) 1270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:14:18.972 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cephadm 2023-11-15T07:14:17.042019+0000 mgr.smithi134.usnyhc (mgr.14182) 1271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:14:18.972 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cluster 2023-11-15T07:14:17.043447+0000 mgr.smithi134.usnyhc (mgr.14182) 1272 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:14:18.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:18 smithi134 bash[25956]: cluster 2023-11-15T07:14:17.522548+0000 mon.smithi134 (mon.0) 975 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:14:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cephadm 2023-11-15T07:14:17.035510+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:18.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:18.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:18.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:18.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:14:18.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:14:18.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:14:18.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:14:18.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:14:18.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:18.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:18.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:18.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:18.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:18.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:18.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:18.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:18.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:18.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:19.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cephadm 2023-11-15T07:14:17.035837+0000 mgr.smithi134.usnyhc (mgr.14182) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:19.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cephadm 2023-11-15T07:14:17.037126+0000 mgr.smithi134.usnyhc (mgr.14182) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:19.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:19.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh 2023-11-15T07:14:19.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:19.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:14:19.004 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh 2023-11-15T07:14:19.005 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.nnekmh ... 2023-11-15T07:14:19.005 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:19.006 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:14:19.006 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:14:19.006 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:14:19.007 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:14:19.007 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cephadm 2023-11-15T07:14:17.039621+0000 mgr.smithi134.usnyhc (mgr.14182) 1270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:14:19.007 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cephadm 2023-11-15T07:14:17.042019+0000 mgr.smithi134.usnyhc (mgr.14182) 1271 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:14:19.008 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cluster 2023-11-15T07:14:17.043447+0000 mgr.smithi134.usnyhc (mgr.14182) 1272 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:14:19.008 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:18 smithi143 bash[29607]: cluster 2023-11-15T07:14:17.522548+0000 mon.smithi134 (mon.0) 975 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:14:20.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:20 smithi134 bash[25956]: cluster 2023-11-15T07:14:19.045096+0000 mgr.smithi134.usnyhc (mgr.14182) 1273 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:14:20.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:20 smithi143 bash[29607]: cluster 2023-11-15T07:14:19.045096+0000 mgr.smithi134.usnyhc (mgr.14182) 1273 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-15T07:14:21.052 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:21.052 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:21.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:22.721 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:22 smithi134 bash[25956]: audit 2023-11-15T07:14:21.043082+0000 mgr.smithi134.usnyhc (mgr.14182) 1274 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:22 smithi134 bash[25956]: cluster 2023-11-15T07:14:21.046509+0000 mgr.smithi134.usnyhc (mgr.14182) 1275 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-15T07:14:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:22 smithi143 bash[29607]: audit 2023-11-15T07:14:21.043082+0000 mgr.smithi134.usnyhc (mgr.14182) 1274 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:22.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:22 smithi143 bash[29607]: cluster 2023-11-15T07:14:21.046509+0000 mgr.smithi134.usnyhc (mgr.14182) 1275 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-15T07:14:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:24 smithi134 bash[25956]: cluster 2023-11-15T07:14:23.048356+0000 mgr.smithi134.usnyhc (mgr.14182) 1276 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:24.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:24 smithi143 bash[29607]: cluster 2023-11-15T07:14:23.048356+0000 mgr.smithi134.usnyhc (mgr.14182) 1276 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:26.003 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:26.004 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:26.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:26 smithi134 bash[25956]: cluster 2023-11-15T07:14:25.049999+0000 mgr.smithi134.usnyhc (mgr.14182) 1277 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:26 smithi143 bash[29607]: cluster 2023-11-15T07:14:25.049999+0000 mgr.smithi134.usnyhc (mgr.14182) 1277 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:27.656 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:27.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:27 smithi134 bash[25956]: audit 2023-11-15T07:14:25.995139+0000 mgr.smithi134.usnyhc (mgr.14182) 1278 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:27 smithi143 bash[29607]: audit 2023-11-15T07:14:25.995139+0000 mgr.smithi134.usnyhc (mgr.14182) 1278 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:28 smithi134 bash[25956]: cluster 2023-11-15T07:14:27.051438+0000 mgr.smithi134.usnyhc (mgr.14182) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:28.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:28 smithi143 bash[29607]: cluster 2023-11-15T07:14:27.051438+0000 mgr.smithi134.usnyhc (mgr.14182) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T07:14:30.948 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:30.949 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:30.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:30 smithi134 bash[25956]: cluster 2023-11-15T07:14:29.053052+0000 mgr.smithi134.usnyhc (mgr.14182) 1280 : 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-11-15T07:14:30.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:30 smithi143 bash[29607]: cluster 2023-11-15T07:14:29.053052+0000 mgr.smithi134.usnyhc (mgr.14182) 1280 : 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-11-15T07:14:31.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:31.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:31 smithi134 bash[25956]: audit 2023-11-15T07:14:30.936835+0000 mgr.smithi134.usnyhc (mgr.14182) 1281 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:31.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:31 smithi143 bash[29607]: audit 2023-11-15T07:14:30.936835+0000 mgr.smithi134.usnyhc (mgr.14182) 1281 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:32.625 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:32 smithi134 bash[25956]: cluster 2023-11-15T07:14:31.055005+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:32.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:32 smithi143 bash[29607]: cluster 2023-11-15T07:14:31.055005+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:34 smithi134 bash[25956]: cluster 2023-11-15T07:14:33.056884+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:34.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:34 smithi143 bash[29607]: cluster 2023-11-15T07:14:33.056884+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:35.979 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:35.979 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:36.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:36 smithi134 bash[25956]: cluster 2023-11-15T07:14:35.058698+0000 mgr.smithi134.usnyhc (mgr.14182) 1284 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:36.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:36 smithi143 bash[29607]: cluster 2023-11-15T07:14:35.058698+0000 mgr.smithi134.usnyhc (mgr.14182) 1284 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:14:37.590 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:37.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:37 smithi134 bash[25956]: audit 2023-11-15T07:14:35.965703+0000 mgr.smithi134.usnyhc (mgr.14182) 1285 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:37 smithi143 bash[29607]: audit 2023-11-15T07:14:35.965703+0000 mgr.smithi134.usnyhc (mgr.14182) 1285 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:38.972 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:38 smithi134 bash[25956]: cluster 2023-11-15T07:14:37.060158+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:38.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:38 smithi143 bash[29607]: cluster 2023-11-15T07:14:37.060158+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:40.741 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:40.741 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:40.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:40 smithi134 bash[25956]: cluster 2023-11-15T07:14:39.061865+0000 mgr.smithi134.usnyhc (mgr.14182) 1287 : 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-11-15T07:14:40.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:40 smithi143 bash[29607]: cluster 2023-11-15T07:14:39.061865+0000 mgr.smithi134.usnyhc (mgr.14182) 1287 : 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-11-15T07:14:41.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:41.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:41 smithi134 bash[25956]: audit 2023-11-15T07:14:40.724621+0000 mgr.smithi134.usnyhc (mgr.14182) 1288 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:41.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:41 smithi143 bash[29607]: audit 2023-11-15T07:14:40.724621+0000 mgr.smithi134.usnyhc (mgr.14182) 1288 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:42.363 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:42.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:42 smithi134 bash[25956]: cluster 2023-11-15T07:14:41.063455+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:42.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:42 smithi143 bash[29607]: cluster 2023-11-15T07:14:41.063455+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:44 smithi134 bash[25956]: cluster 2023-11-15T07:14:43.065155+0000 mgr.smithi134.usnyhc (mgr.14182) 1290 : 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-11-15T07:14:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:44 smithi143 bash[29607]: cluster 2023-11-15T07:14:43.065155+0000 mgr.smithi134.usnyhc (mgr.14182) 1290 : 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-11-15T07:14:45.867 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:45.868 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:46.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:46.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:46 smithi134 bash[25956]: cluster 2023-11-15T07:14:45.066923+0000 mgr.smithi134.usnyhc (mgr.14182) 1291 : 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-11-15T07:14:46.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:46 smithi134 bash[25956]: audit 2023-11-15T07:14:45.854313+0000 mgr.smithi134.usnyhc (mgr.14182) 1292 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:46 smithi143 bash[29607]: cluster 2023-11-15T07:14:45.066923+0000 mgr.smithi134.usnyhc (mgr.14182) 1291 : 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-11-15T07:14:46.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:46 smithi143 bash[29607]: audit 2023-11-15T07:14:45.854313+0000 mgr.smithi134.usnyhc (mgr.14182) 1292 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:47.498 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:48.909 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:48 smithi134 bash[25956]: cluster 2023-11-15T07:14:47.068504+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:48.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:48 smithi143 bash[29607]: cluster 2023-11-15T07:14:47.068504+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:50.625 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:50.626 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:50.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:50 smithi134 bash[25956]: cluster 2023-11-15T07:14:49.070373+0000 mgr.smithi134.usnyhc (mgr.14182) 1294 : 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-11-15T07:14:50.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:50 smithi143 bash[29607]: cluster 2023-11-15T07:14:49.070373+0000 mgr.smithi134.usnyhc (mgr.14182) 1294 : 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-11-15T07:14:51.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:51.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:51 smithi134 bash[25956]: audit 2023-11-15T07:14:50.607844+0000 mgr.smithi134.usnyhc (mgr.14182) 1295 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:51.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:51 smithi143 bash[29607]: audit 2023-11-15T07:14:50.607844+0000 mgr.smithi134.usnyhc (mgr.14182) 1295 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:52.248 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:52.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:52 smithi143 bash[29607]: cluster 2023-11-15T07:14:51.072060+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:53.094 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:52 smithi134 bash[25956]: cluster 2023-11-15T07:14:51.072060+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:14:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:54 smithi134 bash[25956]: cluster 2023-11-15T07:14:53.073878+0000 mgr.smithi134.usnyhc (mgr.14182) 1297 : 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-11-15T07:14:54.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:54 smithi143 bash[29607]: cluster 2023-11-15T07:14:53.073878+0000 mgr.smithi134.usnyhc (mgr.14182) 1297 : 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-11-15T07:14:55.509 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:14:55.510 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:14:56.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:14:56.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:56 smithi134 bash[25956]: cluster 2023-11-15T07:14:55.075535+0000 mgr.smithi134.usnyhc (mgr.14182) 1298 : 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-11-15T07:14:56.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:56 smithi134 bash[25956]: audit 2023-11-15T07:14:55.492824+0000 mgr.smithi134.usnyhc (mgr.14182) 1299 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:56.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:56 smithi143 bash[29607]: cluster 2023-11-15T07:14:55.075535+0000 mgr.smithi134.usnyhc (mgr.14182) 1298 : 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-11-15T07:14:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:56 smithi143 bash[29607]: audit 2023-11-15T07:14:55.492824+0000 mgr.smithi134.usnyhc (mgr.14182) 1299 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:14:57.173 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:14:58.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:14:58 smithi134 bash[25956]: cluster 2023-11-15T07:14:57.077135+0000 mgr.smithi134.usnyhc (mgr.14182) 1300 : 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-11-15T07:14:58.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:14:58 smithi143 bash[29607]: cluster 2023-11-15T07:14:57.077135+0000 mgr.smithi134.usnyhc (mgr.14182) 1300 : 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-11-15T07:15:00.403 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:00.403 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:00.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:00 smithi134 bash[25956]: cluster 2023-11-15T07:14:59.078904+0000 mgr.smithi134.usnyhc (mgr.14182) 1301 : 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-11-15T07:15:00.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:00 smithi143 bash[29607]: cluster 2023-11-15T07:14:59.078904+0000 mgr.smithi134.usnyhc (mgr.14182) 1301 : 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-11-15T07:15:01.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:01.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:01 smithi143 bash[29607]: audit 2023-11-15T07:15:00.386796+0000 mgr.smithi134.usnyhc (mgr.14182) 1302 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:02.034 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:02.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:01 smithi134 bash[25956]: audit 2023-11-15T07:15:00.386796+0000 mgr.smithi134.usnyhc (mgr.14182) 1302 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:02.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:02 smithi143 bash[29607]: cluster 2023-11-15T07:15:01.080624+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:15:03.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:02 smithi134 bash[25956]: cluster 2023-11-15T07:15:01.080624+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:15:05.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:04 smithi134 bash[25956]: cluster 2023-11-15T07:15:03.082481+0000 mgr.smithi134.usnyhc (mgr.14182) 1304 : 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-11-15T07:15:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:04 smithi143 bash[29607]: cluster 2023-11-15T07:15:03.082481+0000 mgr.smithi134.usnyhc (mgr.14182) 1304 : 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-11-15T07:15:05.315 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:05.315 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:05.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:06.951 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:06 smithi134 bash[25956]: cluster 2023-11-15T07:15:05.084194+0000 mgr.smithi134.usnyhc (mgr.14182) 1305 : 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-11-15T07:15:07.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:06 smithi134 bash[25956]: audit 2023-11-15T07:15:05.304445+0000 mgr.smithi134.usnyhc (mgr.14182) 1306 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:06 smithi143 bash[29607]: cluster 2023-11-15T07:15:05.084194+0000 mgr.smithi134.usnyhc (mgr.14182) 1305 : 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-11-15T07:15:07.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:06 smithi143 bash[29607]: audit 2023-11-15T07:15:05.304445+0000 mgr.smithi134.usnyhc (mgr.14182) 1306 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:09.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:08 smithi134 bash[25956]: cluster 2023-11-15T07:15:07.084985+0000 mgr.smithi134.usnyhc (mgr.14182) 1307 : 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-11-15T07:15:09.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:08 smithi143 bash[29607]: cluster 2023-11-15T07:15:07.084985+0000 mgr.smithi134.usnyhc (mgr.14182) 1307 : 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-11-15T07:15:10.187 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:10.188 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:10.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:11.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:10 smithi134 bash[25956]: cluster 2023-11-15T07:15:09.086698+0000 mgr.smithi134.usnyhc (mgr.14182) 1308 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-15T07:15:11.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:10 smithi143 bash[29607]: cluster 2023-11-15T07:15:09.086698+0000 mgr.smithi134.usnyhc (mgr.14182) 1308 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 26 op/s 2023-11-15T07:15:11.802 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:12.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:11 smithi134 bash[25956]: audit 2023-11-15T07:15:10.178889+0000 mgr.smithi134.usnyhc (mgr.14182) 1309 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:12.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:11 smithi143 bash[29607]: audit 2023-11-15T07:15:10.178889+0000 mgr.smithi134.usnyhc (mgr.14182) 1309 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:13.023 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:12 smithi134 bash[25956]: cluster 2023-11-15T07:15:11.088267+0000 mgr.smithi134.usnyhc (mgr.14182) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T07:15:13.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:12 smithi143 bash[29607]: cluster 2023-11-15T07:15:11.088267+0000 mgr.smithi134.usnyhc (mgr.14182) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-15T07:15:14.953 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:14.953 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:15.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:14 smithi134 bash[25956]: cluster 2023-11-15T07:15:13.090215+0000 mgr.smithi134.usnyhc (mgr.14182) 1311 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:15.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:14 smithi143 bash[29607]: cluster 2023-11-15T07:15:13.090215+0000 mgr.smithi134.usnyhc (mgr.14182) 1311 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:15.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:15.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:15 smithi134 bash[25956]: audit 2023-11-15T07:15:14.936174+0000 mgr.smithi134.usnyhc (mgr.14182) 1312 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:16.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:15 smithi143 bash[29607]: audit 2023-11-15T07:15:14.936174+0000 mgr.smithi134.usnyhc (mgr.14182) 1312 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:16.589 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:16 smithi134 bash[25956]: cluster 2023-11-15T07:15:15.092491+0000 mgr.smithi134.usnyhc (mgr.14182) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:16 smithi143 bash[29607]: cluster 2023-11-15T07:15:15.092491+0000 mgr.smithi134.usnyhc (mgr.14182) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:17.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.046636+0000 mon.smithi134 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:15:17.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.370110+0000 mon.smithi134 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:15:17.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.371572+0000 mon.smithi134 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:15:17.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.379883+0000 mon.smithi134 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:17.988 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.388320+0000 mon.smithi134 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:15:17.988 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:17 smithi134 bash[25956]: audit 2023-11-15T07:15:17.402833+0000 mon.smithi134 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.046636+0000 mon.smithi134 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:15:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.370110+0000 mon.smithi134 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:15:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.371572+0000 mon.smithi134 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:15:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.379883+0000 mon.smithi134 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:18.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.388320+0000 mon.smithi134 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:15:18.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:17 smithi143 bash[29607]: audit 2023-11-15T07:15:17.402833+0000 mon.smithi134 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:18 smithi134 bash[25956]: cluster 2023-11-15T07:15:17.093990+0000 mgr.smithi134.usnyhc (mgr.14182) 1314 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:18 smithi134 bash[25956]: cluster 2023-11-15T07:15:17.380860+0000 mgr.smithi134.usnyhc (mgr.14182) 1315 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-11-15T07:15:19.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:18 smithi134 bash[25956]: cephadm 2023-11-15T07:15:17.406151+0000 mgr.smithi134.usnyhc (mgr.14182) 1316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.uybqxr on smithi143 2023-11-15T07:15:19.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:18 smithi134 bash[25956]: cluster 2023-11-15T07:15:17.786182+0000 mon.smithi134 (mon.0) 982 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:15:19.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:18 smithi134 bash[25956]: cluster 2023-11-15T07:15:17.786249+0000 mon.smithi134 (mon.0) 983 : cluster [INF] Cluster is now healthy 2023-11-15T07:15:19.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:18 smithi143 bash[29607]: cluster 2023-11-15T07:15:17.093990+0000 mgr.smithi134.usnyhc (mgr.14182) 1314 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 80 op/s 2023-11-15T07:15:19.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:18 smithi143 bash[29607]: cluster 2023-11-15T07:15:17.380860+0000 mgr.smithi134.usnyhc (mgr.14182) 1315 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-11-15T07:15:19.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:18 smithi143 bash[29607]: cephadm 2023-11-15T07:15:17.406151+0000 mgr.smithi134.usnyhc (mgr.14182) 1316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.uybqxr on smithi143 2023-11-15T07:15:19.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:18 smithi143 bash[29607]: cluster 2023-11-15T07:15:17.786182+0000 mon.smithi134 (mon.0) 982 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:15:19.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:18 smithi143 bash[29607]: cluster 2023-11-15T07:15:17.786249+0000 mon.smithi134 (mon.0) 983 : cluster [INF] Cluster is now healthy 2023-11-15T07:15:19.905 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:19.905 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:13:09.139582Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dpctzo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:20.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:20.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:20 smithi134 bash[25956]: audit 2023-11-15T07:15:19.281474+0000 mon.smithi134 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:20.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:20 smithi134 bash[25956]: cluster 2023-11-15T07:15:19.381781+0000 mgr.smithi134.usnyhc (mgr.14182) 1317 : cluster [DBG] pgmap v864: 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, 62 op/s 2023-11-15T07:15:20.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:20 smithi134 bash[25956]: audit 2023-11-15T07:15:19.892310+0000 mgr.smithi134.usnyhc (mgr.14182) 1318 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:20.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:20 smithi143 bash[29607]: audit 2023-11-15T07:15:19.281474+0000 mon.smithi134 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:20 smithi143 bash[29607]: cluster 2023-11-15T07:15:19.381781+0000 mgr.smithi134.usnyhc (mgr.14182) 1317 : cluster [DBG] pgmap v864: 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, 62 op/s 2023-11-15T07:15:20.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:20 smithi143 bash[29607]: audit 2023-11-15T07:15:19.892310+0000 mgr.smithi134.usnyhc (mgr.14182) 1318 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:21.528 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:21.723 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:21 smithi134 bash[25956]: audit 2023-11-15T07:15:21.351875+0000 mon.smithi134 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.uybqxr"}]: dispatch 2023-11-15T07:15:21.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:21 smithi143 bash[29607]: audit 2023-11-15T07:15:21.351875+0000 mon.smithi134 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.uybqxr"}]: dispatch 2023-11-15T07:15:22.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: cephadm 2023-11-15T07:15:21.350721+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:15:22.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:15:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:15:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:15:22.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:15:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: cephadm 2023-11-15T07:15:21.351245+0000 mgr.smithi134.usnyhc (mgr.14182) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: cephadm 2023-11-15T07:15:21.353615+0000 mgr.smithi134.usnyhc (mgr.14182) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:22.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: cephadm 2023-11-15T07:15:21.358754+0000 mgr.smithi134.usnyhc (mgr.14182) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ieyuwl on smithi134 2023-11-15T07:15:22.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:22 smithi134 bash[25956]: cluster 2023-11-15T07:15:21.382729+0000 mgr.smithi134.usnyhc (mgr.14182) 1323 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-15T07:15:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: cephadm 2023-11-15T07:15:21.350721+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:15:22.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:15:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:15:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:15:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:15:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: cephadm 2023-11-15T07:15:21.351245+0000 mgr.smithi134.usnyhc (mgr.14182) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: cephadm 2023-11-15T07:15:21.353615+0000 mgr.smithi134.usnyhc (mgr.14182) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:22.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr 2023-11-15T07:15:22.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.uybqxr ... 2023-11-15T07:15:22.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:22.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:22.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:22.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:22.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: cephadm 2023-11-15T07:15:21.358754+0000 mgr.smithi134.usnyhc (mgr.14182) 1322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.ieyuwl on smithi134 2023-11-15T07:15:22.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:22 smithi143 bash[29607]: cluster 2023-11-15T07:15:21.382729+0000 mgr.smithi134.usnyhc (mgr.14182) 1323 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-15T07:15:24.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:24 smithi134 bash[25956]: cluster 2023-11-15T07:15:23.383652+0000 mgr.smithi134.usnyhc (mgr.14182) 1324 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:15:24.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:24 smithi143 bash[29607]: cluster 2023-11-15T07:15:23.383652+0000 mgr.smithi134.usnyhc (mgr.14182) 1324 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:15:24.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:24.777 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:13.274929Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bdalwr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bdalwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bdalwr\nDeploy daemon haproxy.nfs.foo.smithi143.bdalwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.036990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.nnekmh on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-nnekmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.nnekmh\nDeploy daemon haproxy.nfs.foo.smithi134.nnekmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:14:17.039477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.omtqle on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:25.566 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:25 smithi134 bash[25956]: audit 2023-11-15T07:15:24.763584+0000 mgr.smithi134.usnyhc (mgr.14182) 1325 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:25.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:25.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:25 smithi143 bash[29607]: audit 2023-11-15T07:15:24.763584+0000 mgr.smithi134.usnyhc (mgr.14182) 1325 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:26.569 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:26.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cluster 2023-11-15T07:15:25.385161+0000 mgr.smithi134.usnyhc (mgr.14182) 1326 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:15:26.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cephadm 2023-11-15T07:15:25.455376+0000 mgr.smithi134.usnyhc (mgr.14182) 1327 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:15:26.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:15:26.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:15:26.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:15:26.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.728 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.730 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cephadm 2023-11-15T07:15:25.455985+0000 mgr.smithi134.usnyhc (mgr.14182) 1328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: audit 2023-11-15T07:15:25.460239+0000 mon.smithi134 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ieyuwl"}]: dispatch 2023-11-15T07:15:26.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cephadm 2023-11-15T07:15:25.461324+0000 mgr.smithi134.usnyhc (mgr.14182) 1329 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cephadm 2023-11-15T07:15:25.465737+0000 mgr.smithi134.usnyhc (mgr.14182) 1330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:15:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cephadm 2023-11-15T07:15:25.468605+0000 mgr.smithi134.usnyhc (mgr.14182) 1331 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:26 smithi134 bash[25956]: cluster 2023-11-15T07:15:25.469593+0000 mgr.smithi134.usnyhc (mgr.14182) 1332 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:15:26.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cluster 2023-11-15T07:15:25.385161+0000 mgr.smithi134.usnyhc (mgr.14182) 1326 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T07:15:26.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cephadm 2023-11-15T07:15:25.455376+0000 mgr.smithi134.usnyhc (mgr.14182) 1327 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.743 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.744 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:15:26.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:15:26.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:15:26.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:15:26.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:15:26.745 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.748 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cephadm 2023-11-15T07:15:25.455985+0000 mgr.smithi134.usnyhc (mgr.14182) 1328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: audit 2023-11-15T07:15:25.460239+0000 mon.smithi134 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.ieyuwl"}]: dispatch 2023-11-15T07:15:26.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cephadm 2023-11-15T07:15:25.461324+0000 mgr.smithi134.usnyhc (mgr.14182) 1329 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.ieyuwl ... 2023-11-15T07:15:26.750 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:15:26.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:15:26.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:15:26.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:15:26.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cephadm 2023-11-15T07:15:25.465737+0000 mgr.smithi134.usnyhc (mgr.14182) 1330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:15:26.752 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cephadm 2023-11-15T07:15:25.468605+0000 mgr.smithi134.usnyhc (mgr.14182) 1331 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:15:26.752 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:26 smithi143 bash[29607]: cluster 2023-11-15T07:15:25.469593+0000 mgr.smithi134.usnyhc (mgr.14182) 1332 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-15T07:15:27.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:27 smithi134 bash[25956]: cluster 2023-11-15T07:15:26.456887+0000 mon.smithi134 (mon.0) 987 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:15:27.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:27 smithi134 bash[25956]: audit 2023-11-15T07:15:27.129685+0000 mon.smithi134 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:27.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:27 smithi143 bash[29607]: cluster 2023-11-15T07:15:26.456887+0000 mon.smithi134 (mon.0) 987 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:15:27.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:27 smithi143 bash[29607]: audit 2023-11-15T07:15:27.129685+0000 mon.smithi134 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:28.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:28 smithi143 bash[29607]: cluster 2023-11-15T07:15:27.470745+0000 mgr.smithi134.usnyhc (mgr.14182) 1333 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:28.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:28 smithi134 bash[25956]: cluster 2023-11-15T07:15:27.470745+0000 mgr.smithi134.usnyhc (mgr.14182) 1333 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:29.839 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:29.839 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:30.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:30 smithi134 bash[25956]: cluster 2023-11-15T07:15:29.472514+0000 mgr.smithi134.usnyhc (mgr.14182) 1334 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:30.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:30 smithi134 bash[25956]: audit 2023-11-15T07:15:29.823590+0000 mgr.smithi134.usnyhc (mgr.14182) 1335 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:30.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:30.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:30 smithi143 bash[29607]: cluster 2023-11-15T07:15:29.472514+0000 mgr.smithi134.usnyhc (mgr.14182) 1334 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:30 smithi143 bash[29607]: audit 2023-11-15T07:15:29.823590+0000 mgr.smithi134.usnyhc (mgr.14182) 1335 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:31.452 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:32.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:32 smithi134 bash[25956]: cluster 2023-11-15T07:15:31.473390+0000 mgr.smithi134.usnyhc (mgr.14182) 1336 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:32.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:32 smithi143 bash[29607]: cluster 2023-11-15T07:15:31.473390+0000 mgr.smithi134.usnyhc (mgr.14182) 1336 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:34.527 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:34.527 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:34 smithi134 bash[25956]: cluster 2023-11-15T07:15:33.475103+0000 mgr.smithi134.usnyhc (mgr.14182) 1337 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:34 smithi134 bash[25956]: audit 2023-11-15T07:15:34.281179+0000 mon.smithi134 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:34 smithi143 bash[29607]: cluster 2023-11-15T07:15:33.475103+0000 mgr.smithi134.usnyhc (mgr.14182) 1337 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:34 smithi143 bash[29607]: audit 2023-11-15T07:15:34.281179+0000 mon.smithi134 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:15:35.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:35.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:35 smithi134 bash[25956]: audit 2023-11-15T07:15:34.518499+0000 mgr.smithi134.usnyhc (mgr.14182) 1338 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:35.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:35 smithi143 bash[29607]: audit 2023-11-15T07:15:34.518499+0000 mgr.smithi134.usnyhc (mgr.14182) 1338 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:36.102 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:36.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:36 smithi134 bash[25956]: cluster 2023-11-15T07:15:35.476891+0000 mgr.smithi134.usnyhc (mgr.14182) 1339 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:36 smithi143 bash[29607]: cluster 2023-11-15T07:15:35.476891+0000 mgr.smithi134.usnyhc (mgr.14182) 1339 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:15:38.903 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:38 smithi134 bash[25956]: cluster 2023-11-15T07:15:37.478382+0000 mgr.smithi134.usnyhc (mgr.14182) 1340 : 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-11-15T07:15:38.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:38 smithi143 bash[29607]: cluster 2023-11-15T07:15:37.478382+0000 mgr.smithi134.usnyhc (mgr.14182) 1340 : 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-11-15T07:15:39.338 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:39.338 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:39.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:40 smithi134 bash[25956]: audit 2023-11-15T07:15:39.323664+0000 mgr.smithi134.usnyhc (mgr.14182) 1341 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:40 smithi134 bash[25956]: cluster 2023-11-15T07:15:39.479380+0000 mgr.smithi134.usnyhc (mgr.14182) 1342 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:40.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:40 smithi143 bash[29607]: audit 2023-11-15T07:15:39.323664+0000 mgr.smithi134.usnyhc (mgr.14182) 1341 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:40 smithi143 bash[29607]: cluster 2023-11-15T07:15:39.479380+0000 mgr.smithi134.usnyhc (mgr.14182) 1342 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:40.951 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:42 smithi134 bash[25956]: cluster 2023-11-15T07:15:41.480883+0000 mgr.smithi134.usnyhc (mgr.14182) 1343 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:15:42.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:42 smithi143 bash[29607]: cluster 2023-11-15T07:15:41.480883+0000 mgr.smithi134.usnyhc (mgr.14182) 1343 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:15:44.171 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:44.172 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:44.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:44 smithi134 bash[25956]: cluster 2023-11-15T07:15:43.482418+0000 mgr.smithi134.usnyhc (mgr.14182) 1344 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:44.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:44 smithi143 bash[29607]: cluster 2023-11-15T07:15:43.482418+0000 mgr.smithi134.usnyhc (mgr.14182) 1344 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:45.745 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:45.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:45 smithi134 bash[25956]: audit 2023-11-15T07:15:44.154700+0000 mgr.smithi134.usnyhc (mgr.14182) 1345 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:45.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:45 smithi143 bash[29607]: audit 2023-11-15T07:15:44.154700+0000 mgr.smithi134.usnyhc (mgr.14182) 1345 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:46.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:46 smithi134 bash[25956]: cluster 2023-11-15T07:15:45.484251+0000 mgr.smithi134.usnyhc (mgr.14182) 1346 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:46.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:46 smithi143 bash[29607]: cluster 2023-11-15T07:15:45.484251+0000 mgr.smithi134.usnyhc (mgr.14182) 1346 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:48.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:48 smithi134 bash[25956]: cluster 2023-11-15T07:15:47.485711+0000 mgr.smithi134.usnyhc (mgr.14182) 1347 : 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-11-15T07:15:48.977 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:48.977 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:48.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:48 smithi143 bash[29607]: cluster 2023-11-15T07:15:47.485711+0000 mgr.smithi134.usnyhc (mgr.14182) 1347 : 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-11-15T07:15:49.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:50 smithi134 bash[25956]: audit 2023-11-15T07:15:48.968156+0000 mgr.smithi134.usnyhc (mgr.14182) 1348 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:50 smithi134 bash[25956]: cluster 2023-11-15T07:15:49.486810+0000 mgr.smithi134.usnyhc (mgr.14182) 1349 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:50.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:50 smithi143 bash[29607]: audit 2023-11-15T07:15:48.968156+0000 mgr.smithi134.usnyhc (mgr.14182) 1348 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:50.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:50 smithi143 bash[29607]: cluster 2023-11-15T07:15:49.486810+0000 mgr.smithi134.usnyhc (mgr.14182) 1349 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:15:50.644 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:52.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:52 smithi134 bash[25956]: cluster 2023-11-15T07:15:51.487907+0000 mgr.smithi134.usnyhc (mgr.14182) 1350 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:15:52.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:52 smithi143 bash[29607]: cluster 2023-11-15T07:15:51.487907+0000 mgr.smithi134.usnyhc (mgr.14182) 1350 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T07:15:53.901 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:53.901 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:54.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:54 smithi134 bash[25956]: cluster 2023-11-15T07:15:53.489034+0000 mgr.smithi134.usnyhc (mgr.14182) 1351 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T07:15:54.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:54 smithi134 bash[25956]: audit 2023-11-15T07:15:53.892239+0000 mgr.smithi134.usnyhc (mgr.14182) 1352 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:54.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:54 smithi143 bash[29607]: cluster 2023-11-15T07:15:53.489034+0000 mgr.smithi134.usnyhc (mgr.14182) 1351 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T07:15:54.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:54 smithi143 bash[29607]: audit 2023-11-15T07:15:53.892239+0000 mgr.smithi134.usnyhc (mgr.14182) 1352 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:55.508 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:15:56.901 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:56 smithi134 bash[25956]: cluster 2023-11-15T07:15:55.490768+0000 mgr.smithi134.usnyhc (mgr.14182) 1353 : 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-11-15T07:15:56.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:56 smithi143 bash[29607]: cluster 2023-11-15T07:15:55.490768+0000 mgr.smithi134.usnyhc (mgr.14182) 1353 : 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-11-15T07:15:58.684 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:15:58.685 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:15:58.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:58 smithi134 bash[25956]: cluster 2023-11-15T07:15:57.492321+0000 mgr.smithi134.usnyhc (mgr.14182) 1354 : 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-11-15T07:15:58.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:58 smithi143 bash[29607]: cluster 2023-11-15T07:15:57.492321+0000 mgr.smithi134.usnyhc (mgr.14182) 1354 : 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-11-15T07:15:59.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:15:59.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:15:59 smithi134 bash[25956]: audit 2023-11-15T07:15:58.670028+0000 mgr.smithi134.usnyhc (mgr.14182) 1355 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:15:59.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:15:59 smithi143 bash[29607]: audit 2023-11-15T07:15:58.670028+0000 mgr.smithi134.usnyhc (mgr.14182) 1355 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:00.345 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:00.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:00 smithi134 bash[25956]: cluster 2023-11-15T07:15:59.494158+0000 mgr.smithi134.usnyhc (mgr.14182) 1356 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:16:00.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:00 smithi143 bash[29607]: cluster 2023-11-15T07:15:59.494158+0000 mgr.smithi134.usnyhc (mgr.14182) 1356 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:16:02.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:02 smithi134 bash[25956]: cluster 2023-11-15T07:16:01.495632+0000 mgr.smithi134.usnyhc (mgr.14182) 1357 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:16:02.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:02 smithi143 bash[29607]: cluster 2023-11-15T07:16:01.495632+0000 mgr.smithi134.usnyhc (mgr.14182) 1357 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T07:16:03.469 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:03.470 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:04.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:04.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:04 smithi134 bash[25956]: audit 2023-11-15T07:16:03.459337+0000 mgr.smithi134.usnyhc (mgr.14182) 1358 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:04.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:04 smithi134 bash[25956]: cluster 2023-11-15T07:16:03.497339+0000 mgr.smithi134.usnyhc (mgr.14182) 1359 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T07:16:04.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:04 smithi143 bash[29607]: audit 2023-11-15T07:16:03.459337+0000 mgr.smithi134.usnyhc (mgr.14182) 1358 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:04.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:04 smithi143 bash[29607]: cluster 2023-11-15T07:16:03.497339+0000 mgr.smithi134.usnyhc (mgr.14182) 1359 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T07:16:05.107 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:06 smithi134 bash[25956]: cluster 2023-11-15T07:16:05.499163+0000 mgr.smithi134.usnyhc (mgr.14182) 1360 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T07:16:06.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:06 smithi143 bash[29607]: cluster 2023-11-15T07:16:05.499163+0000 mgr.smithi134.usnyhc (mgr.14182) 1360 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T07:16:08.225 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:08.226 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:08.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:08.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:08 smithi134 bash[25956]: cluster 2023-11-15T07:16:07.500700+0000 mgr.smithi134.usnyhc (mgr.14182) 1361 : 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-11-15T07:16:08.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:08 smithi143 bash[29607]: cluster 2023-11-15T07:16:07.500700+0000 mgr.smithi134.usnyhc (mgr.14182) 1361 : 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-11-15T07:16:09.809 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:09.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:09 smithi134 bash[25956]: audit 2023-11-15T07:16:08.212476+0000 mgr.smithi134.usnyhc (mgr.14182) 1362 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:09 smithi143 bash[29607]: audit 2023-11-15T07:16:08.212476+0000 mgr.smithi134.usnyhc (mgr.14182) 1362 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:10.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:10 smithi134 bash[25956]: cluster 2023-11-15T07:16:09.502443+0000 mgr.smithi134.usnyhc (mgr.14182) 1363 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:10.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:10 smithi143 bash[29607]: cluster 2023-11-15T07:16:09.502443+0000 mgr.smithi134.usnyhc (mgr.14182) 1363 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:12 smithi134 bash[25956]: cluster 2023-11-15T07:16:11.503929+0000 mgr.smithi134.usnyhc (mgr.14182) 1364 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:16:12.921 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:12.921 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:12.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:12 smithi143 bash[29607]: cluster 2023-11-15T07:16:11.503929+0000 mgr.smithi134.usnyhc (mgr.14182) 1364 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:16:13.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:13 smithi134 bash[25956]: audit 2023-11-15T07:16:12.904632+0000 mgr.smithi134.usnyhc (mgr.14182) 1365 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:13.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:13 smithi143 bash[29607]: audit 2023-11-15T07:16:12.904632+0000 mgr.smithi134.usnyhc (mgr.14182) 1365 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:14.534 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:14.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:14 smithi134 bash[25956]: cluster 2023-11-15T07:16:13.505803+0000 mgr.smithi134.usnyhc (mgr.14182) 1366 : 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-11-15T07:16:14.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:14 smithi143 bash[29607]: cluster 2023-11-15T07:16:13.505803+0000 mgr.smithi134.usnyhc (mgr.14182) 1366 : 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-11-15T07:16:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:16 smithi134 bash[25956]: cluster 2023-11-15T07:16:15.507806+0000 mgr.smithi134.usnyhc (mgr.14182) 1367 : 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-11-15T07:16:16.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:16 smithi143 bash[29607]: cluster 2023-11-15T07:16:15.507806+0000 mgr.smithi134.usnyhc (mgr.14182) 1367 : 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-11-15T07:16:17.817 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:17.818 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:18.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:18 smithi134 bash[25956]: cluster 2023-11-15T07:16:17.509238+0000 mgr.smithi134.usnyhc (mgr.14182) 1368 : 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-11-15T07:16:18.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:18 smithi134 bash[25956]: audit 2023-11-15T07:16:17.801215+0000 mgr.smithi134.usnyhc (mgr.14182) 1369 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:18 smithi143 bash[29607]: cluster 2023-11-15T07:16:17.509238+0000 mgr.smithi134.usnyhc (mgr.14182) 1368 : 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-11-15T07:16:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:18 smithi143 bash[29607]: audit 2023-11-15T07:16:17.801215+0000 mgr.smithi134.usnyhc (mgr.14182) 1369 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:19.414 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:20 smithi134 bash[25956]: cluster 2023-11-15T07:16:19.510881+0000 mgr.smithi134.usnyhc (mgr.14182) 1370 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:20 smithi143 bash[29607]: cluster 2023-11-15T07:16:19.510881+0000 mgr.smithi134.usnyhc (mgr.14182) 1370 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:22.534 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:22.535 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:22.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:22 smithi134 bash[25956]: cluster 2023-11-15T07:16:21.512466+0000 mgr.smithi134.usnyhc (mgr.14182) 1371 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:16:22.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:22 smithi143 bash[29607]: cluster 2023-11-15T07:16:21.512466+0000 mgr.smithi134.usnyhc (mgr.14182) 1371 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:16:23.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:23.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:23 smithi134 bash[25956]: audit 2023-11-15T07:16:22.520886+0000 mgr.smithi134.usnyhc (mgr.14182) 1372 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:23.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:23 smithi143 bash[29607]: audit 2023-11-15T07:16:22.520886+0000 mgr.smithi134.usnyhc (mgr.14182) 1372 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:24.177 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:24 smithi134 bash[25956]: cluster 2023-11-15T07:16:23.514347+0000 mgr.smithi134.usnyhc (mgr.14182) 1373 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:24.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:24 smithi143 bash[29607]: cluster 2023-11-15T07:16:23.514347+0000 mgr.smithi134.usnyhc (mgr.14182) 1373 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:25.653 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:25 smithi134 bash[25956]: audit 2023-11-15T07:16:25.472161+0000 mon.smithi134 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:16:25.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:25 smithi143 bash[29607]: audit 2023-11-15T07:16:25.472161+0000 mon.smithi134 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:16:26.936 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: cluster 2023-11-15T07:16:25.515905+0000 mgr.smithi134.usnyhc (mgr.14182) 1374 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:26.937 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: audit 2023-11-15T07:16:25.808942+0000 mon.smithi134 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:16:26.937 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: audit 2023-11-15T07:16:25.810395+0000 mon.smithi134 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:16:26.937 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: audit 2023-11-15T07:16:25.819222+0000 mon.smithi134 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:26.937 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: cluster 2023-11-15T07:16:25.820406+0000 mgr.smithi134.usnyhc (mgr.14182) 1375 : 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-11-15T07:16:26.937 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: audit 2023-11-15T07:16:25.830835+0000 mon.smithi134 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:16:26.938 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: audit 2023-11-15T07:16:25.846419+0000 mon.smithi134 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:26.938 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:26 smithi134 bash[25956]: cephadm 2023-11-15T07:16:25.850119+0000 mgr.smithi134.usnyhc (mgr.14182) 1376 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.pevxqj on smithi143 2023-11-15T07:16:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: cluster 2023-11-15T07:16:25.515905+0000 mgr.smithi134.usnyhc (mgr.14182) 1374 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: audit 2023-11-15T07:16:25.808942+0000 mon.smithi134 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:16:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: audit 2023-11-15T07:16:25.810395+0000 mon.smithi134 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:16:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: audit 2023-11-15T07:16:25.819222+0000 mon.smithi134 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: cluster 2023-11-15T07:16:25.820406+0000 mgr.smithi134.usnyhc (mgr.14182) 1375 : 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-11-15T07:16:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: audit 2023-11-15T07:16:25.830835+0000 mon.smithi134 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:16:26.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: audit 2023-11-15T07:16:25.846419+0000 mon.smithi134 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:26.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:26 smithi143 bash[29607]: cephadm 2023-11-15T07:16:25.850119+0000 mgr.smithi134.usnyhc (mgr.14182) 1376 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.pevxqj on smithi143 2023-11-15T07:16:27.376 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:27.376 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:14:17.041881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ipfkrn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:27.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:27 smithi134 bash[25956]: cluster 2023-11-15T07:16:26.815747+0000 mon.smithi134 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:16:27.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:27 smithi134 bash[25956]: cluster 2023-11-15T07:16:26.815792+0000 mon.smithi134 (mon.0) 997 : cluster [INF] Cluster is now healthy 2023-11-15T07:16:27.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:27.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:27 smithi143 bash[29607]: cluster 2023-11-15T07:16:26.815747+0000 mon.smithi134 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:16:27.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:27 smithi143 bash[29607]: cluster 2023-11-15T07:16:26.815792+0000 mon.smithi134 (mon.0) 997 : cluster [INF] Cluster is now healthy 2023-11-15T07:16:28.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:28 smithi134 bash[25956]: audit 2023-11-15T07:16:27.361819+0000 mgr.smithi134.usnyhc (mgr.14182) 1377 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:28.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:28 smithi134 bash[25956]: cluster 2023-11-15T07:16:27.821918+0000 mgr.smithi134.usnyhc (mgr.14182) 1378 : 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-11-15T07:16:28.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:28.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:28 smithi143 bash[29607]: audit 2023-11-15T07:16:27.361819+0000 mgr.smithi134.usnyhc (mgr.14182) 1377 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:28.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:28 smithi143 bash[29607]: cluster 2023-11-15T07:16:27.821918+0000 mgr.smithi134.usnyhc (mgr.14182) 1378 : 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-11-15T07:16:30.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: cephadm 2023-11-15T07:16:29.724709+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:16:30.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:16:30.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: cephadm 2023-11-15T07:16:29.725252+0000 mgr.smithi134.usnyhc (mgr.14182) 1380 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: audit 2023-11-15T07:16:29.725869+0000 mon.smithi134 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.pevxqj"}]: dispatch 2023-11-15T07:16:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: cephadm 2023-11-15T07:16:29.727719+0000 mgr.smithi134.usnyhc (mgr.14182) 1381 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:30.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: cephadm 2023-11-15T07:16:29.732907+0000 mgr.smithi134.usnyhc (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.jwfybs on smithi134 2023-11-15T07:16:30.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:30 smithi134 bash[25956]: cluster 2023-11-15T07:16:29.823016+0000 mgr.smithi134.usnyhc (mgr.14182) 1383 : 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-11-15T07:16:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: cephadm 2023-11-15T07:16:29.724709+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:16:30.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:16:30.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:16:30.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:16:30.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:16:30.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: cephadm 2023-11-15T07:16:29.725252+0000 mgr.smithi134.usnyhc (mgr.14182) 1380 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: audit 2023-11-15T07:16:29.725869+0000 mon.smithi134 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.pevxqj"}]: dispatch 2023-11-15T07:16:30.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: cephadm 2023-11-15T07:16:29.727719+0000 mgr.smithi134.usnyhc (mgr.14182) 1381 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj 2023-11-15T07:16:30.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:30.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj 2023-11-15T07:16:30.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.pevxqj ... 2023-11-15T07:16:30.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:30.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:30.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:30.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:30.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: cephadm 2023-11-15T07:16:29.732907+0000 mgr.smithi134.usnyhc (mgr.14182) 1382 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.jwfybs on smithi134 2023-11-15T07:16:30.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:30 smithi143 bash[29607]: cluster 2023-11-15T07:16:29.823016+0000 mgr.smithi134.usnyhc (mgr.14182) 1383 : 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-11-15T07:16:32.333 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:32.333 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:21.353304Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.uybqxr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-uybqxr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.uybqxr\nDeploy daemon haproxy.nfs.foo.smithi143.uybqxr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.461081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.ieyuwl on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-ieyuwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.ieyuwl\nDeploy daemon haproxy.nfs.foo.smithi134.ieyuwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:15:25.465515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.oyftmh on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:32.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:33.155 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:32 smithi134 bash[25956]: cluster 2023-11-15T07:16:31.824060+0000 mgr.smithi134.usnyhc (mgr.14182) 1384 : 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-11-15T07:16:33.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:32 smithi143 bash[29607]: cluster 2023-11-15T07:16:31.824060+0000 mgr.smithi134.usnyhc (mgr.14182) 1384 : 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-11-15T07:16:33.972 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:34.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:33 smithi134 bash[25956]: audit 2023-11-15T07:16:32.319739+0000 mgr.smithi134.usnyhc (mgr.14182) 1385 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:34.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:33 smithi134 bash[25956]: audit 2023-11-15T07:16:33.522682+0000 mon.smithi134 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.jwfybs"}]: dispatch 2023-11-15T07:16:34.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:33 smithi143 bash[29607]: audit 2023-11-15T07:16:32.319739+0000 mgr.smithi134.usnyhc (mgr.14182) 1385 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:34.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:33 smithi143 bash[29607]: audit 2023-11-15T07:16:33.522682+0000 mon.smithi134 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.jwfybs"}]: dispatch 2023-11-15T07:16:35.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cephadm 2023-11-15T07:16:33.521493+0000 mgr.smithi134.usnyhc (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:16:35.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cephadm 2023-11-15T07:16:33.522059+0000 mgr.smithi134.usnyhc (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cephadm 2023-11-15T07:16:33.523937+0000 mgr.smithi134.usnyhc (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:16:35.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cephadm 2023-11-15T07:16:33.528673+0000 mgr.smithi134.usnyhc (mgr.14182) 1389 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:16:35.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cephadm 2023-11-15T07:16:33.532074+0000 mgr.smithi134.usnyhc (mgr.14182) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:16:35.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cluster 2023-11-15T07:16:33.534756+0000 mgr.smithi134.usnyhc (mgr.14182) 1391 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:16:35.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:34 smithi134 bash[25956]: cluster 2023-11-15T07:16:33.882118+0000 mon.smithi134 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:16:35.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cephadm 2023-11-15T07:16:33.521493+0000 mgr.smithi134.usnyhc (mgr.14182) 1386 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:16:35.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cephadm 2023-11-15T07:16:33.522059+0000 mgr.smithi134.usnyhc (mgr.14182) 1387 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cephadm 2023-11-15T07:16:33.523937+0000 mgr.smithi134.usnyhc (mgr.14182) 1388 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs 2023-11-15T07:16:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:16:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs 2023-11-15T07:16:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.jwfybs ... 2023-11-15T07:16:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:16:35.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:16:35.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:16:35.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:16:35.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cephadm 2023-11-15T07:16:33.528673+0000 mgr.smithi134.usnyhc (mgr.14182) 1389 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:16:35.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cephadm 2023-11-15T07:16:33.532074+0000 mgr.smithi134.usnyhc (mgr.14182) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:16:35.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cluster 2023-11-15T07:16:33.534756+0000 mgr.smithi134.usnyhc (mgr.14182) 1391 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T07:16:35.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:34 smithi143 bash[29607]: cluster 2023-11-15T07:16:33.882118+0000 mon.smithi134 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:16:37.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:36 smithi134 bash[25956]: cluster 2023-11-15T07:16:35.536741+0000 mgr.smithi134.usnyhc (mgr.14182) 1392 : 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-11-15T07:16:37.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:36 smithi143 bash[29607]: cluster 2023-11-15T07:16:35.536741+0000 mgr.smithi134.usnyhc (mgr.14182) 1392 : 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-11-15T07:16:37.257 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:37.258 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:37.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:38 smithi134 bash[25956]: audit 2023-11-15T07:16:37.192099+0000 mon.smithi134 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:38 smithi134 bash[25956]: audit 2023-11-15T07:16:37.240579+0000 mgr.smithi134.usnyhc (mgr.14182) 1393 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:38.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:38 smithi134 bash[25956]: cluster 2023-11-15T07:16:37.538338+0000 mgr.smithi134.usnyhc (mgr.14182) 1394 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:38 smithi143 bash[29607]: audit 2023-11-15T07:16:37.192099+0000 mon.smithi134 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:16:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:38 smithi143 bash[29607]: audit 2023-11-15T07:16:37.240579+0000 mgr.smithi134.usnyhc (mgr.14182) 1393 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:38.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:38 smithi143 bash[29607]: cluster 2023-11-15T07:16:37.538338+0000 mgr.smithi134.usnyhc (mgr.14182) 1394 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:38.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:40.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:40 smithi134 bash[25956]: cluster 2023-11-15T07:16:39.540092+0000 mgr.smithi134.usnyhc (mgr.14182) 1395 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:40 smithi143 bash[29607]: cluster 2023-11-15T07:16:39.540092+0000 mgr.smithi134.usnyhc (mgr.14182) 1395 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:42.021 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:42.022 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:42.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:42 smithi134 bash[25956]: cluster 2023-11-15T07:16:41.541679+0000 mgr.smithi134.usnyhc (mgr.14182) 1396 : cluster [DBG] pgmap v907: 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-11-15T07:16:42.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:42 smithi143 bash[29607]: cluster 2023-11-15T07:16:41.541679+0000 mgr.smithi134.usnyhc (mgr.14182) 1396 : cluster [DBG] pgmap v907: 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-11-15T07:16:43.621 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:43.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:43 smithi134 bash[25956]: audit 2023-11-15T07:16:42.012669+0000 mgr.smithi134.usnyhc (mgr.14182) 1397 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:43.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:43 smithi143 bash[29607]: audit 2023-11-15T07:16:42.012669+0000 mgr.smithi134.usnyhc (mgr.14182) 1397 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:44.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:44 smithi134 bash[25956]: cluster 2023-11-15T07:16:43.543431+0000 mgr.smithi134.usnyhc (mgr.14182) 1398 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:44.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:44 smithi143 bash[29607]: cluster 2023-11-15T07:16:43.543431+0000 mgr.smithi134.usnyhc (mgr.14182) 1398 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T07:16:46.777 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:46.777 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:46.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:46 smithi134 bash[25956]: cluster 2023-11-15T07:16:45.544485+0000 mgr.smithi134.usnyhc (mgr.14182) 1399 : 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-11-15T07:16:46.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:46 smithi143 bash[29607]: cluster 2023-11-15T07:16:45.544485+0000 mgr.smithi134.usnyhc (mgr.14182) 1399 : 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-11-15T07:16:47.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:47.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:47 smithi134 bash[25956]: audit 2023-11-15T07:16:46.763818+0000 mgr.smithi134.usnyhc (mgr.14182) 1400 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:47 smithi143 bash[29607]: audit 2023-11-15T07:16:46.763818+0000 mgr.smithi134.usnyhc (mgr.14182) 1400 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:48.421 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:48.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:48 smithi134 bash[25956]: cluster 2023-11-15T07:16:47.545906+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:16:48.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:48 smithi143 bash[29607]: cluster 2023-11-15T07:16:47.545906+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:16:50.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:50 smithi134 bash[25956]: cluster 2023-11-15T07:16:49.547327+0000 mgr.smithi134.usnyhc (mgr.14182) 1402 : 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-11-15T07:16:50.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:50 smithi143 bash[29607]: cluster 2023-11-15T07:16:49.547327+0000 mgr.smithi134.usnyhc (mgr.14182) 1402 : 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-11-15T07:16:51.780 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:51.781 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:52.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:52.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:52 smithi134 bash[25956]: cluster 2023-11-15T07:16:51.548143+0000 mgr.smithi134.usnyhc (mgr.14182) 1403 : 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-11-15T07:16:52.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:52 smithi134 bash[25956]: audit 2023-11-15T07:16:51.764028+0000 mgr.smithi134.usnyhc (mgr.14182) 1404 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:52.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:52 smithi143 bash[29607]: cluster 2023-11-15T07:16:51.548143+0000 mgr.smithi134.usnyhc (mgr.14182) 1403 : 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-11-15T07:16:52.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:52 smithi143 bash[29607]: audit 2023-11-15T07:16:51.764028+0000 mgr.smithi134.usnyhc (mgr.14182) 1404 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:53.413 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:54.868 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:54 smithi134 bash[25956]: cluster 2023-11-15T07:16:53.549809+0000 mgr.smithi134.usnyhc (mgr.14182) 1405 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:54.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:54 smithi143 bash[29607]: cluster 2023-11-15T07:16:53.549809+0000 mgr.smithi134.usnyhc (mgr.14182) 1405 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:56.602 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:16:56.603 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:16:56.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:56 smithi134 bash[25956]: cluster 2023-11-15T07:16:55.551620+0000 mgr.smithi134.usnyhc (mgr.14182) 1406 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:56.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:56 smithi143 bash[29607]: cluster 2023-11-15T07:16:55.551620+0000 mgr.smithi134.usnyhc (mgr.14182) 1406 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:16:57.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:16:57.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:57 smithi134 bash[25956]: audit 2023-11-15T07:16:56.587889+0000 mgr.smithi134.usnyhc (mgr.14182) 1407 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:57.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:57 smithi143 bash[29607]: audit 2023-11-15T07:16:56.587889+0000 mgr.smithi134.usnyhc (mgr.14182) 1407 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:16:58.279 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:16:58.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:16:58 smithi134 bash[25956]: cluster 2023-11-15T07:16:57.553140+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:16:59.145 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:16:58 smithi143 bash[29607]: cluster 2023-11-15T07:16:57.553140+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:00.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:00 smithi134 bash[25956]: cluster 2023-11-15T07:16:59.554692+0000 mgr.smithi134.usnyhc (mgr.14182) 1409 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:00.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:00 smithi143 bash[29607]: cluster 2023-11-15T07:16:59.554692+0000 mgr.smithi134.usnyhc (mgr.14182) 1409 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:01.593 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:01.593 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:02.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:02.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:02 smithi134 bash[25956]: cluster 2023-11-15T07:17:01.556346+0000 mgr.smithi134.usnyhc (mgr.14182) 1410 : 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-11-15T07:17:02.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:02 smithi134 bash[25956]: audit 2023-11-15T07:17:01.579444+0000 mgr.smithi134.usnyhc (mgr.14182) 1411 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:02.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:02 smithi143 bash[29607]: cluster 2023-11-15T07:17:01.556346+0000 mgr.smithi134.usnyhc (mgr.14182) 1410 : 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-11-15T07:17:02.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:02 smithi143 bash[29607]: audit 2023-11-15T07:17:01.579444+0000 mgr.smithi134.usnyhc (mgr.14182) 1411 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:03.300 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:04.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:04 smithi134 bash[25956]: cluster 2023-11-15T07:17:03.558153+0000 mgr.smithi134.usnyhc (mgr.14182) 1412 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:04.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:04 smithi143 bash[29607]: cluster 2023-11-15T07:17:03.558153+0000 mgr.smithi134.usnyhc (mgr.14182) 1412 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:06.466 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:06.467 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:06.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:06 smithi134 bash[25956]: cluster 2023-11-15T07:17:05.559864+0000 mgr.smithi134.usnyhc (mgr.14182) 1413 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:06.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:06 smithi143 bash[29607]: cluster 2023-11-15T07:17:05.559864+0000 mgr.smithi134.usnyhc (mgr.14182) 1413 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:07.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:07.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:07 smithi134 bash[25956]: audit 2023-11-15T07:17:06.450777+0000 mgr.smithi134.usnyhc (mgr.14182) 1414 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:07.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:07 smithi143 bash[29607]: audit 2023-11-15T07:17:06.450777+0000 mgr.smithi134.usnyhc (mgr.14182) 1414 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:08.078 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:08.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:08 smithi134 bash[25956]: cluster 2023-11-15T07:17:07.561353+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:08 smithi143 bash[29607]: cluster 2023-11-15T07:17:07.561353+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:10.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:10 smithi143 bash[29607]: cluster 2023-11-15T07:17:09.563026+0000 mgr.smithi134.usnyhc (mgr.14182) 1416 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:10.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:10 smithi134 bash[25956]: cluster 2023-11-15T07:17:09.563026+0000 mgr.smithi134.usnyhc (mgr.14182) 1416 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:11.386 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:11.386 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:12.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:12 smithi134 bash[25956]: audit 2023-11-15T07:17:11.375287+0000 mgr.smithi134.usnyhc (mgr.14182) 1417 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:12.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:12 smithi134 bash[25956]: cluster 2023-11-15T07:17:11.565101+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:12.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:12 smithi143 bash[29607]: audit 2023-11-15T07:17:11.375287+0000 mgr.smithi134.usnyhc (mgr.14182) 1417 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:12.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:12 smithi143 bash[29607]: cluster 2023-11-15T07:17:11.565101+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:13.009 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:14.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:14 smithi134 bash[25956]: cluster 2023-11-15T07:17:13.567013+0000 mgr.smithi134.usnyhc (mgr.14182) 1419 : 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-11-15T07:17:14.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:14 smithi143 bash[29607]: cluster 2023-11-15T07:17:13.567013+0000 mgr.smithi134.usnyhc (mgr.14182) 1419 : 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-11-15T07:17:16.186 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:16.187 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:16.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:16.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:16 smithi134 bash[25956]: cluster 2023-11-15T07:17:15.568149+0000 mgr.smithi134.usnyhc (mgr.14182) 1420 : 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-11-15T07:17:16.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:16 smithi143 bash[29607]: cluster 2023-11-15T07:17:15.568149+0000 mgr.smithi134.usnyhc (mgr.14182) 1420 : 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-11-15T07:17:17.761 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:17.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:17 smithi134 bash[25956]: audit 2023-11-15T07:17:16.169805+0000 mgr.smithi134.usnyhc (mgr.14182) 1421 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:17.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:17 smithi143 bash[29607]: audit 2023-11-15T07:17:16.169805+0000 mgr.smithi134.usnyhc (mgr.14182) 1421 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:18.927 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:18 smithi134 bash[25956]: cluster 2023-11-15T07:17:17.569598+0000 mgr.smithi134.usnyhc (mgr.14182) 1422 : 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-11-15T07:17:18.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:18 smithi143 bash[29607]: cluster 2023-11-15T07:17:17.569598+0000 mgr.smithi134.usnyhc (mgr.14182) 1422 : 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-11-15T07:17:20.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:20 smithi134 bash[25956]: cluster 2023-11-15T07:17:19.571258+0000 mgr.smithi134.usnyhc (mgr.14182) 1423 : 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-11-15T07:17:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:20 smithi143 bash[29607]: cluster 2023-11-15T07:17:19.571258+0000 mgr.smithi134.usnyhc (mgr.14182) 1423 : 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-11-15T07:17:20.995 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:20.995 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:21.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:21 smithi134 bash[25956]: audit 2023-11-15T07:17:20.981471+0000 mgr.smithi134.usnyhc (mgr.14182) 1424 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:21.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:21 smithi143 bash[29607]: audit 2023-11-15T07:17:20.981471+0000 mgr.smithi134.usnyhc (mgr.14182) 1424 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:21.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:22.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:22 smithi134 bash[25956]: cluster 2023-11-15T07:17:21.572795+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:22.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:22 smithi143 bash[29607]: cluster 2023-11-15T07:17:21.572795+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:22.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:24.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:24 smithi134 bash[25956]: cluster 2023-11-15T07:17:23.574582+0000 mgr.smithi134.usnyhc (mgr.14182) 1426 : 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-11-15T07:17:24.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:24 smithi143 bash[29607]: cluster 2023-11-15T07:17:23.574582+0000 mgr.smithi134.usnyhc (mgr.14182) 1426 : 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-11-15T07:17:25.970 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:25.971 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:26.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:26 smithi134 bash[25956]: cluster 2023-11-15T07:17:25.575617+0000 mgr.smithi134.usnyhc (mgr.14182) 1427 : 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-11-15T07:17:26.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:26 smithi134 bash[25956]: audit 2023-11-15T07:17:25.954382+0000 mgr.smithi134.usnyhc (mgr.14182) 1428 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:26 smithi143 bash[29607]: cluster 2023-11-15T07:17:25.575617+0000 mgr.smithi134.usnyhc (mgr.14182) 1427 : 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-11-15T07:17:26.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:26 smithi143 bash[29607]: audit 2023-11-15T07:17:25.954382+0000 mgr.smithi134.usnyhc (mgr.14182) 1428 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:27.610 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:28.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:28 smithi134 bash[25956]: cluster 2023-11-15T07:17:27.577017+0000 mgr.smithi134.usnyhc (mgr.14182) 1429 : 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-11-15T07:17:28.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:28 smithi143 bash[29607]: cluster 2023-11-15T07:17:27.577017+0000 mgr.smithi134.usnyhc (mgr.14182) 1429 : 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-11-15T07:17:30.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:30 smithi134 bash[25956]: cluster 2023-11-15T07:17:29.578627+0000 mgr.smithi134.usnyhc (mgr.14182) 1430 : 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-11-15T07:17:30.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:30 smithi143 bash[29607]: cluster 2023-11-15T07:17:29.578627+0000 mgr.smithi134.usnyhc (mgr.14182) 1430 : 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-11-15T07:17:30.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:30.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:31.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:31.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:31 smithi134 bash[25956]: audit 2023-11-15T07:17:30.753974+0000 mgr.smithi134.usnyhc (mgr.14182) 1431 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:31.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:31 smithi143 bash[29607]: audit 2023-11-15T07:17:30.753974+0000 mgr.smithi134.usnyhc (mgr.14182) 1431 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:32.381 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:32.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:32 smithi134 bash[25956]: cluster 2023-11-15T07:17:31.580180+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:32.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:32 smithi143 bash[29607]: cluster 2023-11-15T07:17:31.580180+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:33.801 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:33 smithi134 bash[25956]: audit 2023-11-15T07:17:33.536890+0000 mon.smithi134 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:17:33.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:33 smithi143 bash[29607]: audit 2023-11-15T07:17:33.536890+0000 mon.smithi134 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:17:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:34 smithi134 bash[25956]: cluster 2023-11-15T07:17:33.581535+0000 mgr.smithi134.usnyhc (mgr.14182) 1433 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:34 smithi143 bash[29607]: cluster 2023-11-15T07:17:33.581535+0000 mgr.smithi134.usnyhc (mgr.14182) 1433 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:35.755 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:07:13.968247Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:07:13.968504Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:07:13.968749Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:07:13.967979Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:07:13.967594Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:07:13.970782Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:07:13.968994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:07:13.969250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:07:13.970491Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:36.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:36.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:36 smithi134 bash[25956]: cluster 2023-11-15T07:17:35.582703+0000 mgr.smithi134.usnyhc (mgr.14182) 1434 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:36.729 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:36 smithi134 bash[25956]: audit 2023-11-15T07:17:35.742857+0000 mgr.smithi134.usnyhc (mgr.14182) 1435 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:36 smithi143 bash[29607]: cluster 2023-11-15T07:17:35.582703+0000 mgr.smithi134.usnyhc (mgr.14182) 1434 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:36.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:36 smithi143 bash[29607]: audit 2023-11-15T07:17:35.742857+0000 mgr.smithi134.usnyhc (mgr.14182) 1435 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:37.412 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:38.787 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:38 smithi134 bash[25956]: cluster 2023-11-15T07:17:37.584113+0000 mgr.smithi134.usnyhc (mgr.14182) 1436 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:38.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:38 smithi143 bash[29607]: cluster 2023-11-15T07:17:37.584113+0000 mgr.smithi134.usnyhc (mgr.14182) 1436 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:17:40.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:40 smithi134 bash[25956]: cluster 2023-11-15T07:17:39.585414+0000 mgr.smithi134.usnyhc (mgr.14182) 1437 : 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-11-15T07:17:40.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:40 smithi143 bash[29607]: cluster 2023-11-15T07:17:39.585414+0000 mgr.smithi134.usnyhc (mgr.14182) 1437 : 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-11-15T07:17:40.648 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:40.648 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:15:25.468505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wcokok on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:41.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:41.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.336943+0000 mon.smithi134 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.624694+0000 mon.smithi134 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:17:41.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.626178+0000 mon.smithi134 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:17:41.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.635281+0000 mgr.smithi134.usnyhc (mgr.14182) 1438 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:41.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.636348+0000 mon.smithi134 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: cluster 2023-11-15T07:17:40.642913+0000 mgr.smithi134.usnyhc (mgr.14182) 1439 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-15T07:17:41.725 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.655460+0000 mon.smithi134 (mon.0) 1007 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:17:41.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: audit 2023-11-15T07:17:40.667490+0000 mon.smithi134 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.726 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:41 smithi134 bash[25956]: cephadm 2023-11-15T07:17:40.670740+0000 mgr.smithi134.usnyhc (mgr.14182) 1440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fsffbk on smithi143 2023-11-15T07:17:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.336943+0000 mon.smithi134 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.624694+0000 mon.smithi134 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:17:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.626178+0000 mon.smithi134 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:17:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.635281+0000 mgr.smithi134.usnyhc (mgr.14182) 1438 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.636348+0000 mon.smithi134 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: cluster 2023-11-15T07:17:40.642913+0000 mgr.smithi134.usnyhc (mgr.14182) 1439 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-15T07:17:41.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.655460+0000 mon.smithi134 (mon.0) 1007 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:17:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: audit 2023-11-15T07:17:40.667490+0000 mon.smithi134 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:41.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:41 smithi143 bash[29607]: cephadm 2023-11-15T07:17:40.670740+0000 mgr.smithi134.usnyhc (mgr.14182) 1440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fsffbk on smithi143 2023-11-15T07:17:42.313 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:42 smithi134 bash[25956]: cluster 2023-11-15T07:17:41.632664+0000 mon.smithi134 (mon.0) 1009 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:17:42.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:42 smithi134 bash[25956]: cluster 2023-11-15T07:17:41.632727+0000 mon.smithi134 (mon.0) 1010 : cluster [INF] Cluster is now healthy 2023-11-15T07:17:42.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:42 smithi143 bash[29607]: cluster 2023-11-15T07:17:41.632664+0000 mon.smithi134 (mon.0) 1009 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:17:42.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:42 smithi143 bash[29607]: cluster 2023-11-15T07:17:41.632727+0000 mon.smithi134 (mon.0) 1010 : cluster [INF] Cluster is now healthy 2023-11-15T07:17:43.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:43 smithi134 bash[25956]: cluster 2023-11-15T07:17:42.644186+0000 mgr.smithi134.usnyhc (mgr.14182) 1441 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:43.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:43 smithi143 bash[29607]: cluster 2023-11-15T07:17:42.644186+0000 mgr.smithi134.usnyhc (mgr.14182) 1441 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:45.456 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:45.457 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:29.727341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pevxqj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-pevxqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.pevxqj\nDeploy daemon haproxy.nfs.foo.smithi143.pevxqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.523747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.jwfybs on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-jwfybs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.jwfybs\nDeploy daemon haproxy.nfs.foo.smithi134.jwfybs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:16:33.528471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.rhspbr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:45.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: cluster 2023-11-15T07:17:44.645641+0000 mgr.smithi134.usnyhc (mgr.14182) 1442 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:45.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: cephadm 2023-11-15T07:17:44.713514+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:17:45.477 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:17:45.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:17:45.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:17:45.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:17:45.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: cephadm 2023-11-15T07:17:44.714004+0000 mgr.smithi134.usnyhc (mgr.14182) 1444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: audit 2023-11-15T07:17:44.714623+0000 mon.smithi134 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fsffbk"}]: dispatch 2023-11-15T07:17:45.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: cephadm 2023-11-15T07:17:44.716560+0000 mgr.smithi134.usnyhc (mgr.14182) 1445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:45.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:45 smithi134 bash[25956]: cephadm 2023-11-15T07:17:44.721543+0000 mgr.smithi134.usnyhc (mgr.14182) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.tdcjve on smithi134 2023-11-15T07:17:45.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: cluster 2023-11-15T07:17:44.645641+0000 mgr.smithi134.usnyhc (mgr.14182) 1442 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: cephadm 2023-11-15T07:17:44.713514+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:17:45.492 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:17:45.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:17:45.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:17:45.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.493 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: cephadm 2023-11-15T07:17:44.714004+0000 mgr.smithi134.usnyhc (mgr.14182) 1444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: audit 2023-11-15T07:17:44.714623+0000 mon.smithi134 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fsffbk"}]: dispatch 2023-11-15T07:17:45.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: cephadm 2023-11-15T07:17:44.716560+0000 mgr.smithi134.usnyhc (mgr.14182) 1445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk 2023-11-15T07:17:45.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.fsffbk ... 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:45.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:45.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:45.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:45 smithi143 bash[29607]: cephadm 2023-11-15T07:17:44.721543+0000 mgr.smithi134.usnyhc (mgr.14182) 1446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.tdcjve on smithi134 2023-11-15T07:17:46.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:46.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:46 smithi134 bash[25956]: audit 2023-11-15T07:17:45.440496+0000 mgr.smithi134.usnyhc (mgr.14182) 1447 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:46.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:46 smithi143 bash[29607]: audit 2023-11-15T07:17:45.440496+0000 mgr.smithi134.usnyhc (mgr.14182) 1447 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:47.066 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:47.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:47 smithi134 bash[25956]: cluster 2023-11-15T07:17:46.646916+0000 mgr.smithi134.usnyhc (mgr.14182) 1448 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:47.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:47 smithi143 bash[29607]: cluster 2023-11-15T07:17:46.646916+0000 mgr.smithi134.usnyhc (mgr.14182) 1448 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T07:17:48.727 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:48 smithi134 bash[25956]: audit 2023-11-15T07:17:48.529199+0000 mon.smithi134 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.tdcjve"}]: dispatch 2023-11-15T07:17:48.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:48 smithi143 bash[29607]: audit 2023-11-15T07:17:48.529199+0000 mon.smithi134 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.tdcjve"}]: dispatch 2023-11-15T07:17:49.878 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cephadm 2023-11-15T07:17:48.528089+0000 mgr.smithi134.usnyhc (mgr.14182) 1449 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.879 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.879 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.879 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.880 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.880 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.880 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.880 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.880 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.881 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.881 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.881 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.881 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:17:49.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:17:49.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:17:49.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:17:49.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:17:49.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.883 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.883 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.883 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.883 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.884 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.884 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.884 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.884 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.884 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.885 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.885 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.885 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cephadm 2023-11-15T07:17:48.528565+0000 mgr.smithi134.usnyhc (mgr.14182) 1450 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.885 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cephadm 2023-11-15T07:17:48.530729+0000 mgr.smithi134.usnyhc (mgr.14182) 1451 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:17:49.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.887 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.887 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.887 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.887 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.890 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.890 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.891 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cephadm 2023-11-15T07:17:48.532745+0000 mgr.smithi134.usnyhc (mgr.14182) 1452 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:17:49.891 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cephadm 2023-11-15T07:17:48.534431+0000 mgr.smithi134.usnyhc (mgr.14182) 1453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:17:49.891 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cluster 2023-11-15T07:17:48.536412+0000 mgr.smithi134.usnyhc (mgr.14182) 1454 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T07:17:49.891 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:49 smithi134 bash[25956]: cluster 2023-11-15T07:17:48.588585+0000 mon.smithi134 (mon.0) 1013 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:17:49.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cephadm 2023-11-15T07:17:48.528089+0000 mgr.smithi134.usnyhc (mgr.14182) 1449 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:17:49.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:17:49.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:17:49.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:17:49.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:17:49.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cephadm 2023-11-15T07:17:48.528565+0000 mgr.smithi134.usnyhc (mgr.14182) 1450 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cephadm 2023-11-15T07:17:48.530729+0000 mgr.smithi134.usnyhc (mgr.14182) 1451 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve 2023-11-15T07:17:49.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.tdcjve ... 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:17:49.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:17:49.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:17:49.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cephadm 2023-11-15T07:17:48.532745+0000 mgr.smithi134.usnyhc (mgr.14182) 1452 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:17:49.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cephadm 2023-11-15T07:17:48.534431+0000 mgr.smithi134.usnyhc (mgr.14182) 1453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:17:49.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cluster 2023-11-15T07:17:48.536412+0000 mgr.smithi134.usnyhc (mgr.14182) 1454 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T07:17:49.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:49 smithi143 bash[29607]: cluster 2023-11-15T07:17:48.588585+0000 mon.smithi134 (mon.0) 1013 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:17:50.313 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:50.313 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:50.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:51.950 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:51.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:51 smithi134 bash[25956]: audit 2023-11-15T07:17:50.298928+0000 mgr.smithi134.usnyhc (mgr.14182) 1455 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:51.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:51 smithi134 bash[25956]: cluster 2023-11-15T07:17:50.538249+0000 mgr.smithi134.usnyhc (mgr.14182) 1456 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-15T07:17:51.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:51 smithi143 bash[29607]: audit 2023-11-15T07:17:50.298928+0000 mgr.smithi134.usnyhc (mgr.14182) 1455 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:51.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:51 smithi143 bash[29607]: cluster 2023-11-15T07:17:50.538249+0000 mgr.smithi134.usnyhc (mgr.14182) 1456 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-15T07:17:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:53 smithi134 bash[25956]: audit 2023-11-15T07:17:52.261147+0000 mon.smithi134 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:53.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:53 smithi134 bash[25956]: cluster 2023-11-15T07:17:52.539815+0000 mgr.smithi134.usnyhc (mgr.14182) 1457 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:17:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:53 smithi143 bash[29607]: audit 2023-11-15T07:17:52.261147+0000 mon.smithi134 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:17:53.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:53 smithi143 bash[29607]: cluster 2023-11-15T07:17:52.539815+0000 mgr.smithi134.usnyhc (mgr.14182) 1457 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T07:17:55.276 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:17:55.277 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:17:55.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:55 smithi134 bash[25956]: cluster 2023-11-15T07:17:54.541576+0000 mgr.smithi134.usnyhc (mgr.14182) 1458 : 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-11-15T07:17:55.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:55 smithi143 bash[29607]: cluster 2023-11-15T07:17:54.541576+0000 mgr.smithi134.usnyhc (mgr.14182) 1458 : 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-11-15T07:17:55.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:17:56.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:56 smithi134 bash[25956]: audit 2023-11-15T07:17:55.261492+0000 mgr.smithi134.usnyhc (mgr.14182) 1459 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:56.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:56 smithi143 bash[29607]: audit 2023-11-15T07:17:55.261492+0000 mgr.smithi134.usnyhc (mgr.14182) 1459 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:17:56.932 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:17:57.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:57 smithi143 bash[29607]: cluster 2023-11-15T07:17:56.543191+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:57.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:57 smithi134 bash[25956]: cluster 2023-11-15T07:17:56.543191+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:17:59.871 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:17:59 smithi134 bash[25956]: cluster 2023-11-15T07:17:58.544975+0000 mgr.smithi134.usnyhc (mgr.14182) 1461 : 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-11-15T07:17:59.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:17:59 smithi143 bash[29607]: cluster 2023-11-15T07:17:58.544975+0000 mgr.smithi134.usnyhc (mgr.14182) 1461 : 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-11-15T07:18:00.222 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:00.223 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:00.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:01.839 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:01.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:01 smithi134 bash[25956]: audit 2023-11-15T07:18:00.206123+0000 mgr.smithi134.usnyhc (mgr.14182) 1462 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:01.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:01 smithi134 bash[25956]: cluster 2023-11-15T07:18:00.546790+0000 mgr.smithi134.usnyhc (mgr.14182) 1463 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:01 smithi143 bash[29607]: audit 2023-11-15T07:18:00.206123+0000 mgr.smithi134.usnyhc (mgr.14182) 1462 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:01.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:01 smithi143 bash[29607]: cluster 2023-11-15T07:18:00.546790+0000 mgr.smithi134.usnyhc (mgr.14182) 1463 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:03.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:03 smithi134 bash[25956]: cluster 2023-11-15T07:18:02.548279+0000 mgr.smithi134.usnyhc (mgr.14182) 1464 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:03.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:03 smithi143 bash[29607]: cluster 2023-11-15T07:18:02.548279+0000 mgr.smithi134.usnyhc (mgr.14182) 1464 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:05.169 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:05.169 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:05.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:05 smithi134 bash[25956]: cluster 2023-11-15T07:18:04.549988+0000 mgr.smithi134.usnyhc (mgr.14182) 1465 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:05.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:05 smithi143 bash[29607]: cluster 2023-11-15T07:18:04.549988+0000 mgr.smithi134.usnyhc (mgr.14182) 1465 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:05.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:06.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:06 smithi134 bash[25956]: audit 2023-11-15T07:18:05.154540+0000 mgr.smithi134.usnyhc (mgr.14182) 1466 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:06.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:06 smithi143 bash[29607]: audit 2023-11-15T07:18:05.154540+0000 mgr.smithi134.usnyhc (mgr.14182) 1466 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:06.771 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:07.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:07 smithi143 bash[29607]: cluster 2023-11-15T07:18:06.551575+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:07.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:07 smithi134 bash[25956]: cluster 2023-11-15T07:18:06.551575+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:09.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:09 smithi134 bash[25956]: cluster 2023-11-15T07:18:08.553363+0000 mgr.smithi134.usnyhc (mgr.14182) 1468 : 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-11-15T07:18:09.856 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:09.857 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:09.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:09 smithi143 bash[29607]: cluster 2023-11-15T07:18:08.553363+0000 mgr.smithi134.usnyhc (mgr.14182) 1468 : 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-11-15T07:18:10.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:10.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:10 smithi134 bash[25956]: audit 2023-11-15T07:18:09.848017+0000 mgr.smithi134.usnyhc (mgr.14182) 1469 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:10.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:10 smithi143 bash[29607]: audit 2023-11-15T07:18:09.848017+0000 mgr.smithi134.usnyhc (mgr.14182) 1469 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:11.476 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:11.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:11 smithi134 bash[25956]: cluster 2023-11-15T07:18:10.555129+0000 mgr.smithi134.usnyhc (mgr.14182) 1470 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:11.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:11 smithi143 bash[29607]: cluster 2023-11-15T07:18:10.555129+0000 mgr.smithi134.usnyhc (mgr.14182) 1470 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:13.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:13 smithi134 bash[25956]: cluster 2023-11-15T07:18:12.556616+0000 mgr.smithi134.usnyhc (mgr.14182) 1471 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:13.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:13 smithi143 bash[29607]: cluster 2023-11-15T07:18:12.556616+0000 mgr.smithi134.usnyhc (mgr.14182) 1471 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:14.717 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:14.717 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:15.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:15.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:15 smithi134 bash[25956]: cluster 2023-11-15T07:18:14.557842+0000 mgr.smithi134.usnyhc (mgr.14182) 1472 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:15.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:15 smithi134 bash[25956]: audit 2023-11-15T07:18:14.701365+0000 mgr.smithi134.usnyhc (mgr.14182) 1473 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:15.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:15 smithi143 bash[29607]: cluster 2023-11-15T07:18:14.557842+0000 mgr.smithi134.usnyhc (mgr.14182) 1472 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:15.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:15 smithi143 bash[29607]: audit 2023-11-15T07:18:14.701365+0000 mgr.smithi134.usnyhc (mgr.14182) 1473 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:16.324 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:17.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:17 smithi134 bash[25956]: cluster 2023-11-15T07:18:16.559352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:17.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:17 smithi143 bash[29607]: cluster 2023-11-15T07:18:16.559352+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:19.455 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:19.455 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:19.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:19 smithi134 bash[25956]: cluster 2023-11-15T07:18:18.561252+0000 mgr.smithi134.usnyhc (mgr.14182) 1475 : 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-11-15T07:18:19.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:19 smithi143 bash[29607]: cluster 2023-11-15T07:18:18.561252+0000 mgr.smithi134.usnyhc (mgr.14182) 1475 : 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-11-15T07:18:20.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:20.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:20 smithi134 bash[25956]: audit 2023-11-15T07:18:19.446191+0000 mgr.smithi134.usnyhc (mgr.14182) 1476 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:20.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:20 smithi143 bash[29607]: audit 2023-11-15T07:18:19.446191+0000 mgr.smithi134.usnyhc (mgr.14182) 1476 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:21.113 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:21.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:21 smithi134 bash[25956]: cluster 2023-11-15T07:18:20.563022+0000 mgr.smithi134.usnyhc (mgr.14182) 1477 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:21.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:21 smithi143 bash[29607]: cluster 2023-11-15T07:18:20.563022+0000 mgr.smithi134.usnyhc (mgr.14182) 1477 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:23.935 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:23 smithi134 bash[25956]: cluster 2023-11-15T07:18:22.564242+0000 mgr.smithi134.usnyhc (mgr.14182) 1478 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:23.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:23 smithi143 bash[29607]: cluster 2023-11-15T07:18:22.564242+0000 mgr.smithi134.usnyhc (mgr.14182) 1478 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:24.279 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:24.279 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:24.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:25.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:25 smithi143 bash[29607]: audit 2023-11-15T07:18:24.270134+0000 mgr.smithi134.usnyhc (mgr.14182) 1479 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:25.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:25 smithi143 bash[29607]: cluster 2023-11-15T07:18:24.565946+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:25.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:25 smithi134 bash[25956]: audit 2023-11-15T07:18:24.270134+0000 mgr.smithi134.usnyhc (mgr.14182) 1479 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:25.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:25 smithi134 bash[25956]: cluster 2023-11-15T07:18:24.565946+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:25.918 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:27.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:27 smithi134 bash[25956]: cluster 2023-11-15T07:18:26.567513+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:27.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:27 smithi143 bash[29607]: cluster 2023-11-15T07:18:26.567513+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:29.114 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:29.115 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:29.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:29.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:29 smithi134 bash[25956]: cluster 2023-11-15T07:18:28.569208+0000 mgr.smithi134.usnyhc (mgr.14182) 1482 : 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-11-15T07:18:29.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:29 smithi143 bash[29607]: cluster 2023-11-15T07:18:28.569208+0000 mgr.smithi134.usnyhc (mgr.14182) 1482 : 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-11-15T07:18:30.705 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:30.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:30 smithi134 bash[25956]: audit 2023-11-15T07:18:29.099551+0000 mgr.smithi134.usnyhc (mgr.14182) 1483 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:30.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:30 smithi143 bash[29607]: audit 2023-11-15T07:18:29.099551+0000 mgr.smithi134.usnyhc (mgr.14182) 1483 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:31.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:31 smithi134 bash[25956]: cluster 2023-11-15T07:18:30.570984+0000 mgr.smithi134.usnyhc (mgr.14182) 1484 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:31.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:31 smithi143 bash[29607]: cluster 2023-11-15T07:18:30.570984+0000 mgr.smithi134.usnyhc (mgr.14182) 1484 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:33.931 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:33.932 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:33.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:33 smithi134 bash[25956]: cluster 2023-11-15T07:18:32.572313+0000 mgr.smithi134.usnyhc (mgr.14182) 1485 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:33.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:33 smithi143 bash[29607]: cluster 2023-11-15T07:18:32.572313+0000 mgr.smithi134.usnyhc (mgr.14182) 1485 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:34.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:34.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:34 smithi134 bash[25956]: audit 2023-11-15T07:18:33.917965+0000 mgr.smithi134.usnyhc (mgr.14182) 1486 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:34 smithi143 bash[29607]: audit 2023-11-15T07:18:33.917965+0000 mgr.smithi134.usnyhc (mgr.14182) 1486 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:35.572 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:35.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:35 smithi134 bash[25956]: cluster 2023-11-15T07:18:34.573917+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:35.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:35 smithi143 bash[29607]: cluster 2023-11-15T07:18:34.573917+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:37.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:37 smithi143 bash[29607]: cluster 2023-11-15T07:18:36.575244+0000 mgr.smithi134.usnyhc (mgr.14182) 1488 : 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-11-15T07:18:38.018 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:37 smithi134 bash[25956]: cluster 2023-11-15T07:18:36.575244+0000 mgr.smithi134.usnyhc (mgr.14182) 1488 : 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-11-15T07:18:38.928 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:38.929 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:39.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:39.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:39 smithi134 bash[25956]: cluster 2023-11-15T07:18:38.576783+0000 mgr.smithi134.usnyhc (mgr.14182) 1489 : 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-11-15T07:18:39.975 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:39 smithi134 bash[25956]: audit 2023-11-15T07:18:38.912060+0000 mgr.smithi134.usnyhc (mgr.14182) 1490 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:39 smithi143 bash[29607]: cluster 2023-11-15T07:18:38.576783+0000 mgr.smithi134.usnyhc (mgr.14182) 1489 : 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-11-15T07:18:39.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:39 smithi143 bash[29607]: audit 2023-11-15T07:18:38.912060+0000 mgr.smithi134.usnyhc (mgr.14182) 1490 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:40.557 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:41.947 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:41 smithi134 bash[25956]: cluster 2023-11-15T07:18:40.578649+0000 mgr.smithi134.usnyhc (mgr.14182) 1491 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:41.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:41 smithi143 bash[29607]: cluster 2023-11-15T07:18:40.578649+0000 mgr.smithi134.usnyhc (mgr.14182) 1491 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:43.866 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:43.866 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:43.935 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:43 smithi134 bash[25956]: cluster 2023-11-15T07:18:42.580203+0000 mgr.smithi134.usnyhc (mgr.14182) 1492 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:43.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:43 smithi143 bash[29607]: cluster 2023-11-15T07:18:42.580203+0000 mgr.smithi134.usnyhc (mgr.14182) 1492 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:44.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:44.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:44 smithi134 bash[25956]: audit 2023-11-15T07:18:43.851832+0000 mgr.smithi134.usnyhc (mgr.14182) 1493 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:44.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:44 smithi143 bash[29607]: audit 2023-11-15T07:18:43.851832+0000 mgr.smithi134.usnyhc (mgr.14182) 1493 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:45.471 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:45.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:45 smithi134 bash[25956]: cluster 2023-11-15T07:18:44.581925+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:45.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:45 smithi143 bash[29607]: cluster 2023-11-15T07:18:44.581925+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:47.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:47 smithi134 bash[25956]: cluster 2023-11-15T07:18:46.583515+0000 mgr.smithi134.usnyhc (mgr.14182) 1495 : 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-11-15T07:18:47.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:47 smithi143 bash[29607]: cluster 2023-11-15T07:18:46.583515+0000 mgr.smithi134.usnyhc (mgr.14182) 1495 : 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-11-15T07:18:48.694 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:48.695 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:48.974 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:48 smithi134 bash[25956]: audit 2023-11-15T07:18:48.537800+0000 mon.smithi134 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:18:48.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:48 smithi143 bash[29607]: audit 2023-11-15T07:18:48.537800+0000 mon.smithi134 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:18:49.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:49 smithi134 bash[25956]: cluster 2023-11-15T07:18:48.584670+0000 mgr.smithi134.usnyhc (mgr.14182) 1496 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:49 smithi134 bash[25956]: audit 2023-11-15T07:18:48.681914+0000 mgr.smithi134.usnyhc (mgr.14182) 1497 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:49 smithi134 bash[25956]: audit 2023-11-15T07:18:48.841644+0000 mon.smithi134 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:49 smithi143 bash[29607]: cluster 2023-11-15T07:18:48.584670+0000 mgr.smithi134.usnyhc (mgr.14182) 1496 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:49 smithi143 bash[29607]: audit 2023-11-15T07:18:48.681914+0000 mgr.smithi134.usnyhc (mgr.14182) 1497 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:50.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:49 smithi143 bash[29607]: audit 2023-11-15T07:18:48.841644+0000 mon.smithi134 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:50.268 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:51 smithi134 bash[25956]: cluster 2023-11-15T07:18:50.586428+0000 mgr.smithi134.usnyhc (mgr.14182) 1498 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:51 smithi143 bash[29607]: cluster 2023-11-15T07:18:50.586428+0000 mgr.smithi134.usnyhc (mgr.14182) 1498 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:18:53.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:53.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:08:27.914640Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:16:33.531886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rornjj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:08:27.915027Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:08:27.915299Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:08:27.915593Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:08:27.916093Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:08:27.915845Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:08:27.917073Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:53 smithi134 bash[25956]: cluster 2023-11-15T07:18:52.587968+0000 mgr.smithi134.usnyhc (mgr.14182) 1499 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:53 smithi143 bash[29607]: cluster 2023-11-15T07:18:52.587968+0000 mgr.smithi134.usnyhc (mgr.14182) 1499 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:18:54.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:18:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:53.746458+0000 mgr.smithi134.usnyhc (mgr.14182) 1500 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.441923+0000 mon.smithi134 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.734279+0000 mon.smithi134 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:18:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.736279+0000 mon.smithi134 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:18:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.746886+0000 mon.smithi134 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.752916+0000 mon.smithi134 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:18:55.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:54 smithi134 bash[25956]: audit 2023-11-15T07:18:54.771114+0000 mon.smithi134 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:53.746458+0000 mgr.smithi134.usnyhc (mgr.14182) 1500 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:18:55.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.441923+0000 mon.smithi134 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.734279+0000 mon.smithi134 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:18:55.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.736279+0000 mon.smithi134 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:18:55.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.746886+0000 mon.smithi134 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.752916+0000 mon.smithi134 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:18:55.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:54 smithi143 bash[29607]: audit 2023-11-15T07:18:54.771114+0000 mon.smithi134 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:18:55.356 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:18:56.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:55 smithi134 bash[25956]: cluster 2023-11-15T07:18:54.589651+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:56.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:55 smithi134 bash[25956]: cluster 2023-11-15T07:18:54.748044+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:56.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:55 smithi134 bash[25956]: cephadm 2023-11-15T07:18:54.777651+0000 mgr.smithi134.usnyhc (mgr.14182) 1503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.wmelws on smithi143 2023-11-15T07:18:56.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:55 smithi134 bash[25956]: cluster 2023-11-15T07:18:55.437442+0000 mon.smithi134 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:18:56.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:55 smithi134 bash[25956]: cluster 2023-11-15T07:18:55.437531+0000 mon.smithi134 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2023-11-15T07:18:56.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:55 smithi143 bash[29607]: cluster 2023-11-15T07:18:54.589651+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:56.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:55 smithi143 bash[29607]: cluster 2023-11-15T07:18:54.748044+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:18:56.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:55 smithi143 bash[29607]: cephadm 2023-11-15T07:18:54.777651+0000 mgr.smithi134.usnyhc (mgr.14182) 1503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.wmelws on smithi143 2023-11-15T07:18:56.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:55 smithi143 bash[29607]: cluster 2023-11-15T07:18:55.437442+0000 mon.smithi134 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:18:56.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:55 smithi143 bash[29607]: cluster 2023-11-15T07:18:55.437531+0000 mon.smithi134 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2023-11-15T07:18:58.138 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:57 smithi134 bash[25956]: cluster 2023-11-15T07:18:56.749093+0000 mgr.smithi134.usnyhc (mgr.14182) 1504 : 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-11-15T07:18:58.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:57 smithi143 bash[29607]: cluster 2023-11-15T07:18:56.749093+0000 mgr.smithi134.usnyhc (mgr.14182) 1504 : 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-11-15T07:18:58.578 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:18:58.578 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:44.716310Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fsffbk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-fsffbk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.fsffbk\nDeploy daemon haproxy.nfs.foo.smithi143.fsffbk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.530610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.tdcjve on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-tdcjve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.tdcjve\nDeploy daemon haproxy.nfs.foo.smithi134.tdcjve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:17:48.532643Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.aoaaje on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -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.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:18:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:58 smithi134 bash[25956]: audit 2023-11-15T07:18:58.545331+0000 mon.smithi134 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.wmelws"}]: dispatch 2023-11-15T07:18:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:58 smithi143 bash[29607]: audit 2023-11-15T07:18:58.545331+0000 mon.smithi134 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.wmelws"}]: dispatch 2023-11-15T07:18:59.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: cephadm 2023-11-15T07:18:58.544177+0000 mgr.smithi134.usnyhc (mgr.14182) 1505 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:19:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:19:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:19:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:19:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:19:00.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: cephadm 2023-11-15T07:18:58.544670+0000 mgr.smithi134.usnyhc (mgr.14182) 1506 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: cephadm 2023-11-15T07:18:58.546973+0000 mgr.smithi134.usnyhc (mgr.14182) 1507 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: cephadm 2023-11-15T07:18:58.551659+0000 mgr.smithi134.usnyhc (mgr.14182) 1508 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rkaicd on smithi134 2023-11-15T07:19:00.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: audit 2023-11-15T07:18:58.569177+0000 mgr.smithi134.usnyhc (mgr.14182) 1509 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:00.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:18:59 smithi134 bash[25956]: cluster 2023-11-15T07:18:58.750383+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: cephadm 2023-11-15T07:18:58.544177+0000 mgr.smithi134.usnyhc (mgr.14182) 1505 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:19:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:19:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:19:00.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:19:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:19:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: cephadm 2023-11-15T07:18:58.544670+0000 mgr.smithi134.usnyhc (mgr.14182) 1506 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: cephadm 2023-11-15T07:18:58.546973+0000 mgr.smithi134.usnyhc (mgr.14182) 1507 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws 2023-11-15T07:19:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:00.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws 2023-11-15T07:19:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi143.wmelws ... 2023-11-15T07:19:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:00.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: cephadm 2023-11-15T07:18:58.551659+0000 mgr.smithi134.usnyhc (mgr.14182) 1508 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi134.rkaicd on smithi134 2023-11-15T07:19:00.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: audit 2023-11-15T07:18:58.569177+0000 mgr.smithi134.usnyhc (mgr.14182) 1509 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:00.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:18:59 smithi143 bash[29607]: cluster 2023-11-15T07:18:58.750383+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:00.417 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:02.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:01 smithi134 bash[25956]: cluster 2023-11-15T07:19:00.751907+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:02.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:01 smithi143 bash[29607]: cluster 2023-11-15T07:19:00.751907+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:03.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:02 smithi134 bash[25956]: audit 2023-11-15T07:19:02.843047+0000 mon.smithi134 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rkaicd"}]: dispatch 2023-11-15T07:19:03.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:02 smithi143 bash[29607]: audit 2023-11-15T07:19:02.843047+0000 mon.smithi134 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi134.rkaicd"}]: dispatch 2023-11-15T07:19:03.949 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:03.949 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cluster 2023-11-15T07:19:02.753219+0000 mgr.smithi134.usnyhc (mgr.14182) 1512 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:19:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cephadm 2023-11-15T07:19:02.842264+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.227 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Traceback (most recent call last): 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: yield (conn, connr) 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: code, '\n'.join(err))) 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cephadm 2023-11-15T07:19:02.842491+0000 mgr.smithi134.usnyhc (mgr.14182) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cephadm 2023-11-15T07:19:02.844475+0000 mgr.smithi134.usnyhc (mgr.14182) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stdout 2023-11-15T07:19:04.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cephadm 2023-11-15T07:19:02.846603+0000 mgr.smithi134.usnyhc (mgr.14182) 1516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cephadm 2023-11-15T07:19:02.848204+0000 mgr.smithi134.usnyhc (mgr.14182) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:19:04.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cluster 2023-11-15T07:19:02.849508+0000 mgr.smithi134.usnyhc (mgr.14182) 1518 : cluster [DBG] pgmap v980: 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-11-15T07:19:04.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:03 smithi134 bash[25956]: cluster 2023-11-15T07:19:02.883055+0000 mon.smithi134 (mon.0) 1027 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:19:04.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cluster 2023-11-15T07:19:02.753219+0000 mgr.smithi134.usnyhc (mgr.14182) 1512 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T07:19:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cephadm 2023-11-15T07:19:02.842264+0000 mgr.smithi134.usnyhc (mgr.14182) 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-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Traceback (most recent call last): 2023-11-15T07:19:04.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T07:19:04.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: yield (conn, connr) 2023-11-15T07:19:04.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: code, '\n'.join(err))) 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cephadm 2023-11-15T07:19:02.842491+0000 mgr.smithi134.usnyhc (mgr.14182) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cephadm 2023-11-15T07:19:02.844475+0000 mgr.smithi134.usnyhc (mgr.14182) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stdout 2023-11-15T07:19:04.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: /usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd 2023-11-15T07:19:04.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Deploy daemon haproxy.nfs.foo.smithi134.rkaicd ... 2023-11-15T07:19:04.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T07:19:04.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T07:19:04.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: stat: stderr See 'docker run --help'. 2023-11-15T07:19:04.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T07:19:04.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cephadm 2023-11-15T07:19:02.846603+0000 mgr.smithi134.usnyhc (mgr.14182) 1516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:19:04.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cephadm 2023-11-15T07:19:02.848204+0000 mgr.smithi134.usnyhc (mgr.14182) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T07:19:04.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cluster 2023-11-15T07:19:02.849508+0000 mgr.smithi134.usnyhc (mgr.14182) 1518 : cluster [DBG] pgmap v980: 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-11-15T07:19:04.250 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:03 smithi143 bash[29607]: cluster 2023-11-15T07:19:02.883055+0000 mon.smithi134 (mon.0) 1027 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T07:19:04.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:05.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:04 smithi134 bash[25956]: audit 2023-11-15T07:19:03.940384+0000 mgr.smithi134.usnyhc (mgr.14182) 1519 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:05.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:04 smithi143 bash[29607]: audit 2023-11-15T07:19:03.940384+0000 mgr.smithi134.usnyhc (mgr.14182) 1519 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:05.596 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:06.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:05 smithi143 bash[29607]: cluster 2023-11-15T07:19:04.851213+0000 mgr.smithi134.usnyhc (mgr.14182) 1520 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:06.375 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:05 smithi134 bash[25956]: cluster 2023-11-15T07:19:04.851213+0000 mgr.smithi134.usnyhc (mgr.14182) 1520 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:07 smithi134 bash[25956]: cluster 2023-11-15T07:19:06.852062+0000 mgr.smithi134.usnyhc (mgr.14182) 1521 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:08.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:07 smithi134 bash[25956]: audit 2023-11-15T07:19:07.332230+0000 mon.smithi134 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:19:08.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:07 smithi143 bash[29607]: cluster 2023-11-15T07:19:06.852062+0000 mgr.smithi134.usnyhc (mgr.14182) 1521 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:08.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:07 smithi143 bash[29607]: audit 2023-11-15T07:19:07.332230+0000 mon.smithi134 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:19:08.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:08.771 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:09.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:10.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:09 smithi134 bash[25956]: audit 2023-11-15T07:19:08.754217+0000 mgr.smithi134.usnyhc (mgr.14182) 1522 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:10.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:09 smithi134 bash[25956]: cluster 2023-11-15T07:19:08.853097+0000 mgr.smithi134.usnyhc (mgr.14182) 1523 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:09 smithi143 bash[29607]: audit 2023-11-15T07:19:08.754217+0000 mgr.smithi134.usnyhc (mgr.14182) 1522 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:10.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:09 smithi143 bash[29607]: cluster 2023-11-15T07:19:08.853097+0000 mgr.smithi134.usnyhc (mgr.14182) 1523 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:10.392 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:12.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:11 smithi134 bash[25956]: cluster 2023-11-15T07:19:10.854615+0000 mgr.smithi134.usnyhc (mgr.14182) 1524 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:12.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:11 smithi143 bash[29607]: cluster 2023-11-15T07:19:10.854615+0000 mgr.smithi134.usnyhc (mgr.14182) 1524 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:13.752 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:13.753 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:14.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:13 smithi134 bash[25956]: cluster 2023-11-15T07:19:12.856439+0000 mgr.smithi134.usnyhc (mgr.14182) 1525 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:14.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:13 smithi143 bash[29607]: cluster 2023-11-15T07:19:12.856439+0000 mgr.smithi134.usnyhc (mgr.14182) 1525 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T07:19:14.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:15.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:14 smithi134 bash[25956]: audit 2023-11-15T07:19:13.737652+0000 mgr.smithi134.usnyhc (mgr.14182) 1526 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:15.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:14 smithi143 bash[29607]: audit 2023-11-15T07:19:13.737652+0000 mgr.smithi134.usnyhc (mgr.14182) 1526 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:15.346 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:16.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:15 smithi134 bash[25956]: cluster 2023-11-15T07:19:14.858305+0000 mgr.smithi134.usnyhc (mgr.14182) 1527 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:16.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:15 smithi143 bash[29607]: cluster 2023-11-15T07:19:14.858305+0000 mgr.smithi134.usnyhc (mgr.14182) 1527 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:18.223 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:17 smithi134 bash[25956]: cluster 2023-11-15T07:19:16.859704+0000 mgr.smithi134.usnyhc (mgr.14182) 1528 : 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-11-15T07:19:18.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:17 smithi143 bash[29607]: cluster 2023-11-15T07:19:16.859704+0000 mgr.smithi134.usnyhc (mgr.14182) 1528 : 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-11-15T07:19:18.607 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:18.607 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:19.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:20.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:19 smithi134 bash[25956]: audit 2023-11-15T07:19:18.591140+0000 mgr.smithi134.usnyhc (mgr.14182) 1529 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:20.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:19 smithi134 bash[25956]: cluster 2023-11-15T07:19:18.861409+0000 mgr.smithi134.usnyhc (mgr.14182) 1530 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:20.226 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:20.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:19 smithi143 bash[29607]: audit 2023-11-15T07:19:18.591140+0000 mgr.smithi134.usnyhc (mgr.14182) 1529 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:20.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:19 smithi143 bash[29607]: cluster 2023-11-15T07:19:18.861409+0000 mgr.smithi134.usnyhc (mgr.14182) 1530 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:22.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:21 smithi134 bash[25956]: cluster 2023-11-15T07:19:20.863029+0000 mgr.smithi134.usnyhc (mgr.14182) 1531 : 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-11-15T07:19:22.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:21 smithi143 bash[29607]: cluster 2023-11-15T07:19:20.863029+0000 mgr.smithi134.usnyhc (mgr.14182) 1531 : 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-11-15T07:19:23.453 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:23.454 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:24.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:24.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:23 smithi134 bash[25956]: cluster 2023-11-15T07:19:22.864571+0000 mgr.smithi134.usnyhc (mgr.14182) 1532 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:24.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:23 smithi143 bash[29607]: cluster 2023-11-15T07:19:22.864571+0000 mgr.smithi134.usnyhc (mgr.14182) 1532 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:25.039 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:25.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:24 smithi134 bash[25956]: audit 2023-11-15T07:19:23.437075+0000 mgr.smithi134.usnyhc (mgr.14182) 1533 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:25.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:24 smithi143 bash[29607]: audit 2023-11-15T07:19:23.437075+0000 mgr.smithi134.usnyhc (mgr.14182) 1533 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:26.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:25 smithi134 bash[25956]: cluster 2023-11-15T07:19:24.866286+0000 mgr.smithi134.usnyhc (mgr.14182) 1534 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:26.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:25 smithi143 bash[29607]: cluster 2023-11-15T07:19:24.866286+0000 mgr.smithi134.usnyhc (mgr.14182) 1534 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:28.156 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:28.156 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:28.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:27 smithi134 bash[25956]: cluster 2023-11-15T07:19:26.867826+0000 mgr.smithi134.usnyhc (mgr.14182) 1535 : 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-11-15T07:19:28.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:27 smithi143 bash[29607]: cluster 2023-11-15T07:19:26.867826+0000 mgr.smithi134.usnyhc (mgr.14182) 1535 : 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-11-15T07:19:28.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:29.745 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:29 smithi134 bash[25956]: audit 2023-11-15T07:19:28.139572+0000 mgr.smithi134.usnyhc (mgr.14182) 1536 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:30.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:29 smithi134 bash[25956]: cluster 2023-11-15T07:19:28.869582+0000 mgr.smithi134.usnyhc (mgr.14182) 1537 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:30.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:29 smithi143 bash[29607]: audit 2023-11-15T07:19:28.139572+0000 mgr.smithi134.usnyhc (mgr.14182) 1536 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:30.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:29 smithi143 bash[29607]: cluster 2023-11-15T07:19:28.869582+0000 mgr.smithi134.usnyhc (mgr.14182) 1537 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:32.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:31 smithi143 bash[29607]: cluster 2023-11-15T07:19:30.870523+0000 mgr.smithi134.usnyhc (mgr.14182) 1538 : 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-11-15T07:19:32.459 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:31 smithi134 bash[25956]: cluster 2023-11-15T07:19:30.870523+0000 mgr.smithi134.usnyhc (mgr.14182) 1538 : 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-11-15T07:19:32.968 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:32.969 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:33.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:34.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:33 smithi134 bash[25956]: cluster 2023-11-15T07:19:32.872283+0000 mgr.smithi134.usnyhc (mgr.14182) 1539 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:34.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:33 smithi134 bash[25956]: audit 2023-11-15T07:19:32.953174+0000 mgr.smithi134.usnyhc (mgr.14182) 1540 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:34.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:33 smithi143 bash[29607]: cluster 2023-11-15T07:19:32.872283+0000 mgr.smithi134.usnyhc (mgr.14182) 1539 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:34.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:33 smithi143 bash[29607]: audit 2023-11-15T07:19:32.953174+0000 mgr.smithi134.usnyhc (mgr.14182) 1540 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:34.639 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:35.724 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:35 smithi134 bash[25956]: cluster 2023-11-15T07:19:34.873935+0000 mgr.smithi134.usnyhc (mgr.14182) 1541 : 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-11-15T07:19:35.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:35 smithi143 bash[29607]: cluster 2023-11-15T07:19:34.873935+0000 mgr.smithi134.usnyhc (mgr.14182) 1541 : 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-11-15T07:19:37.882 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:37.882 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:38.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:37 smithi134 bash[25956]: cluster 2023-11-15T07:19:36.875345+0000 mgr.smithi134.usnyhc (mgr.14182) 1542 : 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-11-15T07:19:38.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:37 smithi143 bash[29607]: cluster 2023-11-15T07:19:36.875345+0000 mgr.smithi134.usnyhc (mgr.14182) 1542 : 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-11-15T07:19:38.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:39.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:38 smithi134 bash[25956]: audit 2023-11-15T07:19:37.867148+0000 mgr.smithi134.usnyhc (mgr.14182) 1543 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:39.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:38 smithi143 bash[29607]: audit 2023-11-15T07:19:37.867148+0000 mgr.smithi134.usnyhc (mgr.14182) 1543 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:39.529 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:40.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:39 smithi134 bash[25956]: cluster 2023-11-15T07:19:38.876970+0000 mgr.smithi134.usnyhc (mgr.14182) 1544 : 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-11-15T07:19:40.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:39 smithi143 bash[29607]: cluster 2023-11-15T07:19:38.876970+0000 mgr.smithi134.usnyhc (mgr.14182) 1544 : 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-11-15T07:19:42.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:41 smithi134 bash[25956]: cluster 2023-11-15T07:19:40.878548+0000 mgr.smithi134.usnyhc (mgr.14182) 1545 : 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-11-15T07:19:42.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:41 smithi143 bash[29607]: cluster 2023-11-15T07:19:40.878548+0000 mgr.smithi134.usnyhc (mgr.14182) 1545 : 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-11-15T07:19:42.796 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:42.796 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:43.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:44.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:43 smithi134 bash[25956]: audit 2023-11-15T07:19:42.781933+0000 mgr.smithi134.usnyhc (mgr.14182) 1546 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:44.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:43 smithi134 bash[25956]: cluster 2023-11-15T07:19:42.880004+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:44.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:43 smithi143 bash[29607]: audit 2023-11-15T07:19:42.781933+0000 mgr.smithi134.usnyhc (mgr.14182) 1546 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:44.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:43 smithi143 bash[29607]: cluster 2023-11-15T07:19:42.880004+0000 mgr.smithi134.usnyhc (mgr.14182) 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-11-15T07:19:44.494 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:45.620 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:45 smithi134 bash[25956]: cluster 2023-11-15T07:19:44.881767+0000 mgr.smithi134.usnyhc (mgr.14182) 1548 : 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-11-15T07:19:45.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:45 smithi143 bash[29607]: cluster 2023-11-15T07:19:44.881767+0000 mgr.smithi134.usnyhc (mgr.14182) 1548 : 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-11-15T07:19:47.702 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:47.702 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:48.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:47 smithi134 bash[25956]: cluster 2023-11-15T07:19:46.883245+0000 mgr.smithi134.usnyhc (mgr.14182) 1549 : 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-11-15T07:19:48.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:47 smithi143 bash[29607]: cluster 2023-11-15T07:19:46.883245+0000 mgr.smithi134.usnyhc (mgr.14182) 1549 : 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-11-15T07:19:48.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:49.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:48 smithi134 bash[25956]: audit 2023-11-15T07:19:47.688412+0000 mgr.smithi134.usnyhc (mgr.14182) 1550 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:49.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:48 smithi143 bash[29607]: audit 2023-11-15T07:19:47.688412+0000 mgr.smithi134.usnyhc (mgr.14182) 1550 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:49.336 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:50.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:49 smithi134 bash[25956]: cluster 2023-11-15T07:19:48.884907+0000 mgr.smithi134.usnyhc (mgr.14182) 1551 : 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-11-15T07:19:50.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:49 smithi143 bash[29607]: cluster 2023-11-15T07:19:48.884907+0000 mgr.smithi134.usnyhc (mgr.14182) 1551 : 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-11-15T07:19:52.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:51 smithi134 bash[25956]: cluster 2023-11-15T07:19:50.886568+0000 mgr.smithi134.usnyhc (mgr.14182) 1552 : 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-11-15T07:19:52.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:51 smithi143 bash[29607]: cluster 2023-11-15T07:19:50.886568+0000 mgr.smithi134.usnyhc (mgr.14182) 1552 : 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-11-15T07:19:52.393 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:52.393 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:53.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:54.018 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:53 smithi134 bash[25956]: audit 2023-11-15T07:19:52.376299+0000 mgr.smithi134.usnyhc (mgr.14182) 1553 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:54.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:53 smithi134 bash[25956]: cluster 2023-11-15T07:19:52.888407+0000 mgr.smithi134.usnyhc (mgr.14182) 1554 : 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-11-15T07:19:54.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:53 smithi143 bash[29607]: audit 2023-11-15T07:19:52.376299+0000 mgr.smithi134.usnyhc (mgr.14182) 1553 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:54.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:53 smithi143 bash[29607]: cluster 2023-11-15T07:19:52.888407+0000 mgr.smithi134.usnyhc (mgr.14182) 1554 : 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-11-15T07:19:55.424 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:55 smithi134 bash[25956]: cluster 2023-11-15T07:19:54.890201+0000 mgr.smithi134.usnyhc (mgr.14182) 1555 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:55.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:55 smithi143 bash[29607]: cluster 2023-11-15T07:19:54.890201+0000 mgr.smithi134.usnyhc (mgr.14182) 1555 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:57.183 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:19:57.183 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:19:57.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:19:58.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:57 smithi134 bash[25956]: cluster 2023-11-15T07:19:56.891254+0000 mgr.smithi134.usnyhc (mgr.14182) 1556 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:58.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:57 smithi143 bash[29607]: cluster 2023-11-15T07:19:56.891254+0000 mgr.smithi134.usnyhc (mgr.14182) 1556 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:19:58.826 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:19:59.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:58 smithi134 bash[25956]: audit 2023-11-15T07:19:57.169715+0000 mgr.smithi134.usnyhc (mgr.14182) 1557 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:19:59.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:58 smithi143 bash[29607]: audit 2023-11-15T07:19:57.169715+0000 mgr.smithi134.usnyhc (mgr.14182) 1557 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:20:00.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:19:59 smithi134 bash[25956]: cluster 2023-11-15T07:19:58.892929+0000 mgr.smithi134.usnyhc (mgr.14182) 1558 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:20:00.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:19:59 smithi143 bash[29607]: cluster 2023-11-15T07:19:58.892929+0000 mgr.smithi134.usnyhc (mgr.14182) 1558 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:20:01.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:00 smithi143 bash[29607]: cluster 2023-11-15T07:20:00.000134+0000 mon.smithi134 (mon.0) 1029 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:20:01.474 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:00 smithi134 bash[25956]: cluster 2023-11-15T07:20:00.000134+0000 mon.smithi134 (mon.0) 1029 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T07:20:02.172 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:20:02.172 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:20:02.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:01 smithi143 bash[29607]: cluster 2023-11-15T07:20:00.894538+0000 mgr.smithi134.usnyhc (mgr.14182) 1559 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:20:02.328 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:01 smithi134 bash[25956]: cluster 2023-11-15T07:20:00.894538+0000 mgr.smithi134.usnyhc (mgr.14182) 1559 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T07:20:02.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:20:03.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:02 smithi134 bash[25956]: audit 2023-11-15T07:20:02.851381+0000 mon.smithi134 (mon.0) 1030 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:20:03.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:02 smithi143 bash[29607]: audit 2023-11-15T07:20:02.851381+0000 mon.smithi134 (mon.0) 1030 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T07:20:03.879 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T07:20:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:02.161541+0000 mgr.smithi134.usnyhc (mgr.14182) 1560 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:20:04.224 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: cluster 2023-11-15T07:20:02.895793+0000 mgr.smithi134.usnyhc (mgr.14182) 1561 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:20:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.154596+0000 mon.smithi134 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.465207+0000 mon.smithi134 (mon.0) 1032 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:20:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.467036+0000 mon.smithi134 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:20:04.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.477221+0000 mon.smithi134 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.488043+0000 mon.smithi134 (mon.0) 1035 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:20:04.226 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:03 smithi134 bash[25956]: audit 2023-11-15T07:20:03.506063+0000 mon.smithi134 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:04.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:02.161541+0000 mgr.smithi134.usnyhc (mgr.14182) 1560 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T07:20:04.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: cluster 2023-11-15T07:20:02.895793+0000 mgr.smithi134.usnyhc (mgr.14182) 1561 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T07:20:04.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.154596+0000 mon.smithi134 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:04.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.465207+0000 mon.smithi134 (mon.0) 1032 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T07:20:04.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.467036+0000 mon.smithi134 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T07:20:04.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.477221+0000 mon.smithi134 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:04.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.488043+0000 mon.smithi134 (mon.0) 1035 : audit [DBG] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T07:20:04.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:03 smithi143 bash[29607]: audit 2023-11-15T07:20:03.506063+0000 mon.smithi134 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' 2023-11-15T07:20:05.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:04 smithi134 bash[25956]: cluster 2023-11-15T07:20:03.478332+0000 mgr.smithi134.usnyhc (mgr.14182) 1562 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:20:05.334 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:04 smithi134 bash[25956]: cephadm 2023-11-15T07:20:03.510292+0000 mgr.smithi134.usnyhc (mgr.14182) 1563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.eukuhn on smithi143 2023-11-15T07:20:05.334 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:04 smithi134 bash[25956]: cluster 2023-11-15T07:20:04.474158+0000 mon.smithi134 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:20:05.334 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:04 smithi134 bash[25956]: cluster 2023-11-15T07:20:04.474232+0000 mon.smithi134 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2023-11-15T07:20:05.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:04 smithi143 bash[29607]: cluster 2023-11-15T07:20:03.478332+0000 mgr.smithi134.usnyhc (mgr.14182) 1562 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:20:05.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:04 smithi143 bash[29607]: cephadm 2023-11-15T07:20:03.510292+0000 mgr.smithi134.usnyhc (mgr.14182) 1563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.eukuhn on smithi143 2023-11-15T07:20:05.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:04 smithi143 bash[29607]: cluster 2023-11-15T07:20:04.474158+0000 mon.smithi134 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T07:20:05.489 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:04 smithi143 bash[29607]: cluster 2023-11-15T07:20:04.474232+0000 mon.smithi134 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2023-11-15T07:20:07.150 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-11-15T07:20:07.151 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:47:41.844065Z", "last_refresh": "2023-11-15T07:17:40.325808Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:47:33.680997Z", "last_refresh": "2023-11-15T07:17:40.325918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:47:37.696168Z", "last_refresh": "2023-11-15T07:17:40.326044Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T07:17:48.534333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.kucbyj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:18:58.546736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.wmelws on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-wmelws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.wmelws\nDeploy daemon haproxy.nfs.foo.smithi143.wmelws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.844314Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi134.rkaicd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi134-rkaicd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi134.rkaicd\nDeploy daemon haproxy.nfs.foo.smithi134.rkaicd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T07:19:02.846505Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi134.uclaqz on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T07:19:02.848106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tixsri on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.134/16"}, "status": {"created": "2023-11-15T06:54:46.203099Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:47:31.748836Z", "last_refresh": "2023-11-15T07:17:40.325692Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:48:59.578220Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:48:59.574202Z", "last_refresh": "2023-11-15T07:17:40.325494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:54:46.201607Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T06:54:46.195219Z", "last_refresh": "2023-11-15T07:17:40.326817Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:47:39.755114Z", "last_refresh": "2023-11-15T07:17:40.326183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:49:25.600958Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:49:25.594362Z", "last_refresh": "2023-11-15T07:17:40.326291Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:47:35.587537Z", "last_refresh": "2023-11-15T07:18:54.426992Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:54:40.515074Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T06:54:54.544978Z", "last_refresh": "2023-11-15T07:17:40.326711Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T07:20:07.451 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:06 smithi134 bash[25956]: cluster 2023-11-15T07:20:05.479904+0000 mgr.smithi134.usnyhc (mgr.14182) 1564 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:20:07.738 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:07 smithi143 bash[29607]: cluster 2023-11-15T07:20:05.479904+0000 mgr.smithi134.usnyhc (mgr.14182) 1564 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T07:20:07.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T07:20:07.814 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T07:20:07.898 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=71daa456a14a4ceab06af3400ca4b1aa Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T07:20:07.901 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T07:20:07.911 INFO:tasks.vip:Removing 10.0.15.134 (and any VIPs) on smithi134.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T07:20:07.912 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.15.134/16 dev enp3s0f1 2023-11-15T07:20:07.935 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.31.134/16 dev enp3s0f1 2023-11-15T07:20:07.991 INFO:teuthology.orchestra.run.smithi134.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T07:20:07.992 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T07:20:07.993 INFO:tasks.vip:Removing 10.0.15.143 (and any VIPs) on smithi143.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T07:20:07.993 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.15.143/16 dev enp3s0f1 2023-11-15T07:20:08.013 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.31.134/16 dev enp3s0f1 2023-11-15T07:20:08.068 INFO:teuthology.orchestra.run.smithi143.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T07:20:08.070 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T07:20:08.071 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T07:20:08.087 INFO:tasks.cephadm:Teardown begin 2023-11-15T07:20:08.088 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T07:20:08.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:08 smithi134 bash[25956]: audit 2023-11-15T07:20:07.448324+0000 mon.smithi134 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.eukuhn"}]: dispatch 2023-11-15T07:20:08.106 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T07:20:08.129 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T07:20:08.130 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T07:20:08.156 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T07:20:08.176 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T07:20:08.176 INFO:tasks.cephadm.mon.smithi134:Stopping mon.smithi134... 2023-11-15T07:20:08.177 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134 2023-11-15T07:20:08.407 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:08 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for a9e0976a-8382-11ee-8dbe-212e2dc638e7... 2023-11-15T07:20:08.407 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:08 smithi134 bash[119135]: Error response from daemon: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-mon.smithi134 2023-11-15T07:20:08.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:08 smithi143 bash[29607]: audit 2023-11-15T07:20:07.448324+0000 mon.smithi134 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.134:0/2573724678' entity='mgr.smithi134.usnyhc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.eukuhn"}]: dispatch 2023-11-15T07:20:08.693 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:08 smithi134 bash[25956]: debug 2023-11-15T07:20:08.398+0000 7f0ed8fc3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi134 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T07:20:08.694 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Nov 15 07:20:08 smithi134 bash[25956]: debug 2023-11-15T07:20:08.402+0000 7f0ed8fc3700 -1 mon.smithi134@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T07:20:09.442 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi134.service' 2023-11-15T07:20:09.480 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T07:20:09.480 INFO:tasks.cephadm.mon.smithi134:Stopped mon.smithi134 2023-11-15T07:20:09.481 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-15T07:20:09.481 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi143 2023-11-15T07:20:09.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:09 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for a9e0976a-8382-11ee-8dbe-212e2dc638e7... 2023-11-15T07:20:09.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:09 smithi143 bash[22728]: Error response from daemon: No such container: ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7-mon.smithi143 2023-11-15T07:20:10.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:09 smithi143 bash[29607]: debug 2023-11-15T07:20:09.789+0000 7fdd114c9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi143 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T07:20:10.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 07:20:09 smithi143 bash[29607]: debug 2023-11-15T07:20:09.789+0000 7fdd114c9700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T07:20:10.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a9e0976a-8382-11ee-8dbe-212e2dc638e7@mon.smithi143.service' 2023-11-15T07:20:10.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T07:20:10.884 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2023-11-15T07:20:10.885 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T07:21:14.914 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T07:22:07.452 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T07:22:07.469 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T07:22:07.484 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T07:22:07.486 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2023-11-15T07:22:07.488 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T07:22:07.524 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T07:22:07.525 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2023-11-15T07:22:07.526 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2023-11-15T07:22:07.527 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T07:22:07.542 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T07:22:07.542 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-15T07:22:07.543 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T07:22:07.544 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T07:22:07.582 INFO:teuthology.orchestra.run.smithi134.stderr:grep: /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T07:22:07.584 INFO:tasks.cephadm:Compressing logs... 2023-11-15T07:22:07.584 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T07:22:07.628 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T07:22:07.641 INFO:teuthology.orchestra.run.smithi134.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T07:22:07.642 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T07:22:07.647 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T07:22:07.647 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi134.log 2023-11-15T07:22:07.648 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T07:22:07.648 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi134.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi134.usnyhc.log 2023-11-15T07:22:07.648 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T07:22:07.648 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi134.usnyhc.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T07:22:07.649 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi134.fxsfyb.log 2023-11-15T07:22:07.651 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T07:22:07.651 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi134.fxsfyb.log: 61.8% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi134.fxsfyb.log.gz 2023-11-15T07:22:07.652 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T07:22:07.653 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T07:22:07.653 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T07:22:07.653 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T07:22:07.653 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.yighbs.log 2023-11-15T07:22:07.655 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T07:22:07.656 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.yighbs.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log 2023-11-15T07:22:07.656 INFO:teuthology.orchestra.run.smithi143.stderr: 57.6% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.yighbs.log.gz 2023-11-15T07:22:07.656 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T07:22:07.657 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.rmzpbk.log 2023-11-15T07:22:07.657 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T07:22:07.657 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.rmzpbk.log: /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T07:22:07.658 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T07:22:07.659 INFO:teuthology.orchestra.run.smithi143.stderr: 92.5% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T07:22:07.662 INFO:teuthology.orchestra.run.smithi134.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T07:22:07.663 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.rmzpbk.log.gz 2023-11-15T07:22:07.924 INFO:teuthology.orchestra.run.smithi134.stderr: 89.9% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi134.usnyhc.log.gz 2023-11-15T07:22:08.084 INFO:teuthology.orchestra.run.smithi143.stderr: 92.9% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log.gz 2023-11-15T07:22:08.700 INFO:teuthology.orchestra.run.smithi134.stderr: 93.6% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T07:22:08.729 INFO:teuthology.orchestra.run.smithi143.stderr: 93.7% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T07:22:08.779 INFO:teuthology.orchestra.run.smithi143.stderr: 93.4% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T07:22:08.801 INFO:teuthology.orchestra.run.smithi143.stderr: 93.3% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T07:22:08.820 INFO:teuthology.orchestra.run.smithi134.stderr: 93.4% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T07:22:08.887 INFO:teuthology.orchestra.run.smithi134.stderr: 90.4% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-mon.smithi134.log.gz 2023-11-15T07:22:08.992 INFO:teuthology.orchestra.run.smithi134.stderr: 93.5% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T07:22:09.071 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T07:22:09.073 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-15T07:22:09.073 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m1.439s 2023-11-15T07:22:09.073 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m5.072s 2023-11-15T07:22:09.074 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.225s 2023-11-15T07:22:09.085 INFO:teuthology.orchestra.run.smithi134.stderr: 93.5% -- replaced with /var/log/ceph/a9e0976a-8382-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T07:22:09.086 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-11-15T07:22:09.086 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m1.455s 2023-11-15T07:22:09.087 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m6.377s 2023-11-15T07:22:09.087 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.214s 2023-11-15T07:22:09.087 INFO:tasks.cephadm:Archiving logs... 2023-11-15T07:22:09.088 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2023-11-15T07:22:09.089 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T07:22:10.019 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2023-11-15T07:22:10.020 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T07:22:10.759 INFO:tasks.cephadm:Removing cluster... 2023-11-15T07:22:10.760 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 --force 2023-11-15T07:22:12.146 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a9e0976a-8382-11ee-8dbe-212e2dc638e7 --force 2023-11-15T07:22:13.535 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T07:22:13.535 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T07:22:13.543 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T07:22:13.549 INFO:tasks.cephadm:Teardown complete 2023-11-15T07:22:13.550 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T07:22:13.568 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-11-15T07:22:13.568 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_1 2023-11-15T07:22:13.863 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T07:22:13.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:13.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-11-15T07:22:13.865 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_2 2023-11-15T07:22:14.154 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T07:22:14.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:14.156 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-11-15T07:22:14.157 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_3 2023-11-15T07:22:14.442 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T07:22:14.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:14.444 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-11-15T07:22:14.445 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_4 2023-11-15T07:22:14.738 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T07:22:14.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:14.740 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-11-15T07:22:14.741 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-11-15T07:22:14.755 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2023-11-15T07:22:14.756 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2023-11-15T07:22:15.027 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T07:22:15.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:15.029 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2023-11-15T07:22:15.030 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2023-11-15T07:22:15.359 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T07:22:15.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:15.361 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2023-11-15T07:22:15.361 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2023-11-15T07:22:15.671 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T07:22:15.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:15.673 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2023-11-15T07:22:15.673 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2023-11-15T07:22:16.003 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T07:22:16.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:16.005 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T07:22:16.005 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2023-11-15T07:22:16.023 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T07:22:16.038 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T07:22:16.038 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T07:22:16.041 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T07:22:16.061 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T07:22:16.062 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2023-11-15T07:22:16.062 INFO:teuthology.orchestra.run.smithi134.stdout:*hv01.front.sepi 44.4.53.2 2 u 131 128 377 0.066 -1.636 0.114 2023-11-15T07:22:16.062 INFO:teuthology.orchestra.run.smithi134.stdout:+hv02.front.sepi 63.231.80.2 3 u 2 128 377 0.107 1.521 0.077 2023-11-15T07:22:16.063 INFO:teuthology.orchestra.run.smithi134.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 128 377 0.125 0.934 0.089 2023-11-15T07:22:16.063 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T07:22:16.089 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T07:22:16.089 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2023-11-15T07:22:16.090 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 44.4.53.2 2 u 65 128 377 0.117 -3.374 0.416 2023-11-15T07:22:16.090 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 128 377 0.077 -0.733 0.497 2023-11-15T07:22:16.090 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 128 377 0.120 -1.203 0.495 2023-11-15T07:22:16.090 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T07:22:16.092 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T07:22:16.104 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T07:22:16.105 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T07:22:16.138 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T07:22:16.194 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T07:22:16.259 INFO:teuthology.task.internal:Duration was 2522.981969 seconds 2023-11-15T07:22:16.259 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T07:22:16.303 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T07:22:16.304 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T07:22:16.307 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T07:22:16.356 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T07:22:16.356 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2023-11-15T07:22:16.357 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T07:22:16.369 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T07:22:16.369 DEBUG:teuthology.orchestra.run.smithi143:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T07:22:16.381 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T07:22:16.382 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T07:22:16.412 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T07:22:16.480 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T07:22:16.481 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T07:22:16.483 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T07:22:16.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T07:22:16.640 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T07:22:16.641 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T07:22:16.655 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T07:22:16.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T07:22:16.699 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T07:22:16.702 DEBUG:teuthology.orchestra.run.smithi143:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T07:22:16.713 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2023-11-15T07:22:16.728 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-15T07:22:16.756 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T07:22:16.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:16.788 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T07:22:16.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T07:22:16.805 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T07:22:16.823 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T07:22:16.824 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/smithi134 2023-11-15T07:22:16.825 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T07:22:16.861 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658/remote/smithi143 2023-11-15T07:22:16.862 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T07:22:16.887 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T07:22:16.889 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T07:22:16.900 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T07:22:16.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T07:22:16.946 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T07:22:16.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T07:22:17.016 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T07:22:17.017 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T07:22:17.020 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T07:22:17.025 INFO:teuthology.orchestra.run.smithi134.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 07:22 /home/ubuntu/cephtest 2023-11-15T07:22:17.028 INFO:teuthology.orchestra.run.smithi143.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 07:22 /home/ubuntu/cephtest 2023-11-15T07:22:17.030 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T07:22:17.098 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T07:22:17.157 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T07:22:17.188 DEBUG:teuthology.nuke:shortname: smithi134 2023-11-15T07:22:17.189 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T07:22:17.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:31:55.440714', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T07:22:17.221 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-15T07:22:17.221 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T07:22:17.245 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458658', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:31:55.439594', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T07:22:17.279 INFO:teuthology.orchestra.console.smithi134:Power off 2023-11-15T07:22:17.281 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T07:22:17.315 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-11-15T07:22:17.315 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:17.336 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-15T07:22:17.337 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T07:22:17.353 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-11-15T07:22:17.368 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-15T07:22:17.368 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:17.400 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T07:22:21.355 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:21.401 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:21.468 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-11-15T07:22:21.515 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T07:22:25.471 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:25.517 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:25.582 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-11-15T07:22:25.628 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T07:22:25.683 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-11-15T07:22:29.630 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T07:22:29.741 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-15T07:22:29.842 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-15T07:22:29.946 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.9819688796997 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=71daa456a14a4ceab06af3400ca4b1aa status: fail success: false 2023-11-15T07:22:29.947 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T07:22:30.029 INFO:teuthology.run:FAIL